HellMouth References

06/09/2011 07:01 zTek#1
Alright. I am using C# 2008, I fixed all the errors (thanks to Justin). I still got one problem: References.

So the thing is, when I delete a reference, then add it again, I still get the warning that it can't find the reference.

So here is a screenshot:

[Only registered and activated users can see links. Click Here To Register...]

Any help will be greatly appreciated.
Thank you
06/09/2011 07:55 { Angelius }#2
the References It self is it in the debug folder or no .?
06/09/2011 08:40 zTek#3
Yep, they are.
06/09/2011 09:49 pro4never#4
The source was designed for use with visual studio 2010... that's probably why you're having issues I'd say.
06/09/2011 10:02 BaussHacker#5
Quote:
Originally Posted by pro4never View Post
The source was designed for use with visual studio 2010... that's probably why you're having issues I'd say.
^ That.
It has to do with the framework. 2010 is default set to 4.0 and 2008 can only work with 3.5 and below. If wish to have them for 2008, then you should either decompile them using a reflector and then build the libraries for 2008 or use 2010.