How can we help you today? How can we help you today?
TimWischmeier

Activity overview

Latest activity by TimWischmeier

Alex, I chose all the assemblies which are referenced automatically when you create a new "Device Application" for Inelligent Devices under .NET CF 3.5, which are: mscorlib System System.Core System.Data System.Data.DataSetExtension System.Drawing System.Windows.Forms System.Xml System.Xml.Linq Interestingly, accordingly to the path shown by the .NET Reflector when choosing the assemblies to debug, all those assemblies are located in C:\Programme\Microsoft.NET\SDK\CompactFramework\v3.5\WindowsCE but mscorlib shows the following path: C:\WINDOWS\assembly\GAC_MSIL\mscorlib.resources\2.0.0.0_de_b77a5c5661934e089\mscorlib.resources.dll Again, this is a freshly created project without me touching anything. When I chose all assemblies BUT mscorlib, the project would compile and debugging would start, but when executing the first line Application.Run(new Form1()); I get a MissingMethodException stating the type "System.Windows.Forms.Form" could not be loaded from assembly 'System.Windows.Forms, Version 3.5.0.0, Culture=neutral, PublicKeyToken=AB7C72e8DD6F2B88'. I tried to disassemble the assemblies outside of Visual Studio just using Reflector. I opened System.Windows.Forms.dll at the location above, and it disassembled to empty methods again. However, when I closed all assemblies in Reflector and restarted it and selected .NET CF 3.5 (from the standard dialog that pops up when you start Reflector and it has no assemblies opened), all assemblies within there (System.Windows.Forms.dll, too) will disassemble just fine. The difference is that they are located in a different directory: %ProgramFiles%\Microsoft.NET\SDK\CompactFramework\v3.5\Debugger\BCL This time, even the mscorlib.dll is taken from that location. Blindly guessing I would suspect something wrong with path(variable)s or the .NET (CF) installations on my machine. I hope I am not distracting you from your work too much, but I highly appreciate your help! [edit] Edit says that I cleared the the debug store and the directory containing the regenerated assemblies every time before attempting a new disassemble/debug to be sure that no faulty caching would be to blame.[/edit] / comments
Alex, I chose all the assemblies which are referenced automatically when you create a new "Device Application" for Inelligent Devices under .NET CF 3.5, which are: mscorlib System System.Core Syste...
0 votes
VS2008 Chosing Assemblies failed
Hi, I am trying to use the .NET Reflector Pro Trial within our current project to see if we can put it to use. The solution consist of a number of projects targetting .NET CF 2.0 and .NET CF 3.5 as...
2 followers 9 comments 0 votes