VS 2005 express compile error (1 Viewer)

bevpet

New Member
November 25, 2005
2
0
Toronto
Home Country
Canada Canada
hi guys,

trying to get mp to compile on vs2005, all is well except for 2 errors..
any help appreciated.
c++ proficient, C# newbie.. sorry

Error 1 The type 'System.ComponentModel.DoWorkEventArgs' exists in both 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.dll' and 'e:\dev\mediaportal\Core\bin\Debug\Core.dll' E:\dev\mediaportal\WindowPlugins\GUIWeather\GUIWindowWeather.cs 1355 38 WindowPlugins

Error 2 The type 'System.ComponentModel.DoWorkEventArgs' exists in both 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.dll' and 'e:\dev\mediaportal\Core\bin\Debug\Core.dll'

thanks
bevpet
 

Smirnuff

Portal Pro
December 7, 2004
630
3
United Kingdom
Grab CVS and do a full rebuild. That issue was sorted out the day we switched to .NET 2.0.

Are you compiling from the zipped source available @ MP's download area on SF? If so then thats not VS2005 or VC#E friendly.
 

bevpet1

Portal Member
November 27, 2005
11
0
Toronto, Canada
Hi smirnuff

Grab CVS and do a full rebuild. That issue was sorted out the day we switched to .NET 2.0.
>> ok will do

Are you compiling from the zipped source available @ MP's download area on SF? If so then thats not VS2005 or VC#E friendly
>>yes i am, sounds like that is the issue.

thanks for you time
 

Users who are viewing this thread

Top Bottom