Hi,
I'm a .Net developer and have been using VS.Net alone for the past 4 yrs and purely new to this MAS.
I'm not able to get through the disassembly error which i'm getting while debugging the mobile client application.
I opened the baseline code and i was viewing through a business component code and its tilesets and tiles, by navigating to their corresponding code through the designer of the businesscomponent.
After viewing so, when i tried running the application, i'm getting the disassembly error with the error message saying 'The source file is different from when the module was built. Would you like the debugger to use it anyway?'.
Along with it, there is a type casting error in the generated code. That is, an array of objects are being passed to the assign method of the businesscomponent class and the order in which those objects are assigned to their instances is mismatched in the generated code part.
The solution that was adviced to me was to give 'generate all' and then try buliding the appln and run it. But still I'm getting the same error.
Please let me know how to fix this disassembly error thereby to fix this type casting error that occurs in the generated code block of the businesscomponent.
Thanks in advance!
Regards,
Priya
Edited by: priya venugopal on Sep 16, 2008 3:11 PM