VS2005 and System.Core 3.5 (1 Viewer)

TheLexus

Portal Member
December 5, 2008
11
3
Home Country
Germany Germany
Hello there!

I'm new to MP Development and C# (i'm a C,C++ and Java Developer).

I created a small plugin for MP to learn how its done. But ive now run into a little .net version problems.
The plugin runs just fine on my devel machine with .net 3.5 (2.0 SP1 is also installed) but on machines without 3.5 it complains that System.Core is not availabe in Version 3.5.

I figured out that i can only select 3.5 in VS2005 and setting the System.Core settings to "Specific Version"=false doesnt help.

Do i really net to uninstall 3.5????


Thanx for every help with that and sorry, i know, the question is more a .net question than mp :/
 

TheLexus

Portal Member
December 5, 2008
11
3
Home Country
Germany Germany
Ok, i've upgraded to vs2008 which supports selection of the .net target version! Additionally i removed system.core as reference (it is automatically added) and refactored some code which used classes not available in .net 2.0 .
 

Users who are viewing this thread

Top Bottom