on 2007 Jul 12 10:54 AM
I am facing the same problem as Mr Balamurugan C , the only difference is i have installed MSA 4.0 in my machine for practice/learning purpose.Here i dont have a CRM server but i have some workgroup server.
The problem:
"I have make some changes in MAS. After generating the Object with Option (Mark Dll in Business Object and UI), I cannot logon to MSA. It is giving the following error.
UI_CORE_APPL_LUNCH_FAILED_STA - Starting Mobilecsalesfailed
What could be the Issue?
"
Any suggestions????
If you generated without "making DLL" option and did not start the project afterwards, you will encounter this error. So you have to press the 'play' button in the upper left corner to start both projects. Once they run you should be able to start MSA.
If you did mark the option then it could be that in the registry the RelativeAppPath is different than the UI destination folder in the settings during generation. As soon as they match it should be ok.
Hope this helps,
Kai
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you generate without the option the system will create HTML files and VBA code, but not a dll. When you start MSA the called DLL tries to access the HTML files, but as they are newly generated and different from those generated when the DLL was generated the DLL fails and so does MSA.
If you start the projects as described above, the DLL's get deregistrated and the vba code runs in interpreted mode instead of the DLL's.
Hope this helps,
Kai
User | Count |
---|---|
27 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.