Question two system dll references

venablc

Member
Joined
Jul 18, 2006
Messages
18
Programming Experience
Beginner
I am having a problem that the use of most type/classes etc. such as the exception class are given the error "Exception" is ambiguous in the namespace "system".

If I use the object exporer in VS2008 I can see that there are two version of all system classes including the exception class, the versions are 2.0.0.0 and 2.0.5.0.

As far as I can see in the project references I have only got a reference to version 2.0.5.0 of the system dll.

Any ideas what else I can check or how to get rid of the reference to version 2.0.0.0?

Regards,
 
Back
Top