Click here to Skip to main content
15,881,898 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Dear fellow developers,

At the msdn page the psupport gave me, there is described that the maximum used memory for a 256-MB device is 90 MB (94371840).

Now I have been testing this at several places when launching the app, and it turned out that the used memory for my application is: 59 MB (59768832).

However, it turned out to be a problem when launching the application when the debugger is not attached.
When attaching the debugger, i'm capable of launching the application, but when I would like to navigate to another page it gives me the following error:

"The type 'MyApp.Pages.AccountAdd', specified in the x:Class of '/Pages/AccountAdd.xaml' could not be found in any loaded assembly."

Please note that this error only occurs when using the 256 MB emulator.

Is there perhaps something I'm doing wrong?? If yes, how should I be able to fix this?

Hopefully you guys can help me out. :)

Yours Sincerely,
Lars Nijveld

MSDN Topic:
http://forums.create.msdn.com/forums/p/105450/622104.aspx#622104[^]
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900