I've taken over of this ArcGIS Mobile .NET WPF application project and constantly running into problem ending with the "Program too big to fit in memory" error message when deploying the application onto the Win7 tablet.
Development environment
XP SP3, .NET (All up to 4.0), Visual Studio 2008, Visual Studio 2010. (2010 was installed first), ArcGIS Mobile 10 SP1
Tablet:
Win7 Pro, .NET (all up to 4.0)
Basically, I'm unable to deploy none of the applications in the samples, even the most basic ones.
I've tried to narrow down the problem, so I've created a very simple wpf application with one button and label. Created a setup and deployed without any hassles (.NET 3.5 SP1).
Once I add the map control and deploy this one, I got that error message when running the setup.exe. When running the setup.msi I get "Cabinet file '..' required for this installation is corrupt and cannot be used."
The previous developer was able to install the web mapping wpf app on that laptop before, but he doens't know why it doesn't work from my deployment, especially if it's just downloaded from subversion, some references errors gets fixed and that's it.
Any ideas?
Thank you !