Sharp-Develop compilation Error

Cableguy

Expert
Licensed User
Longtime User
Hi guys....
Trying to develop another small dll, and after installing the lattest Sharp-Dev version, I get the following error when trying to compile to the compact framework:

c:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.CompactFramework.CSharp.targets' cannot be found.

I've fallowed a few links, wich suggested I re-install all my .net related software, and so I did, to No avail...
I all I'm missig is this targets file, can someone please post me one?
Compiling to the normal framework is no problem...
 

Einlander

New Member
Licensed User
I had the same problem you had. The newest version of #develop dosnt seem to like to compile .net cf code. use version 2.2
 

Cableguy

Expert
Licensed User
Longtime User
Well, I have found some new and disturbing news at shapdevelop forum...

SharpDevelop supports compiling for CF 2.0 and CF 3.5, but only if the .NET Framework 3.5 SDK is installed. Unlike previous .NET SDKs, this SDK is not available for download from Microsoft, but only included in Visual Studio 2008 (the CF parts are not included in the Express editions).

The Conplete SDK is 2,5GB of download AT ONCE, DURING INSTALLATION...

Edit: Found a SDK for 3.5 wich is about 33.MB...Installing now and will try to compile to CF using SharpDev 3.1...
Bah!!! just the redistributable....

Edit2: YES, the SDK is downloadable as an ISO from here
 
Last edited:
Top