Hi,
Has anybody been able to compile compact framework projects? I am currently using the Microsoft C# Project compiler. I am able to define the location of all the assemblies, including the compact framework (I attached a screenshot)
The problem is that although the project compiles and creates an executable I get a warning on the error log that says something like this multiple times and I end up with a windows executable instead of a compact framework executable.
"assetMoveToTabpage.cs(49,13): warning CS1595: ‘System.Windows.Forms.DataGrid’ is defined in multiple places; using definition from ‘c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Windows.Forms.dll’"
When compiling a compact framework project, the compiler should be using the libraries located at:
C:\Program Files\Microsoft Visual Studio .NET 2003\CompactFrameworkSDK\v1.0.5000\Windows CE
Instead of the libraries in the full framework. It seems that if we are compiling for the compact framework, FinalBuilder should look for the referenced assemblies first on the paths provided and then on the full framework.
Please let me know if anybody has been able to compile for the compact framework.
Thanks in advanced,
Karim
