[MonoDevelop] MonoDevelop and VisualStudio2005
innominate
natenate at gmail.com
Mon Jan 5 00:13:59 EST 2009
I would like to set up my project such that I can open the same solution file
in MonoDevelop or VisualStudio2005 and have everything work just fine but I
am running into a problem with References.
in MonoDevelop references to gtk & mono dlls (gtk-sharp, gdk-sharp,
Mono.Posix, etc) look like this in the csproj file:
<Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral,
PublicKeyToken=35e10195dab3c99f" />
theres no full path to the dll (It somehow just knows where it is, How??)
in VS2005 however these reference will show up as missing. If I change it
to be the absolute path to the dlls it works fine but of course I cant have
an absolute path in the csproj file. I have tried adding the folders where
the dlls are to the system path but to no avail.
So I guess this is mabey more a VS question but perhapse one of you has run
into this situation before and has some advice.
Thanks
Nate
--
View this message in context: http://www.nabble.com/MonoDevelop-and-VisualStudio2005-tp21285710p21285710.html
Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.
More information about the Monodevelop-list
mailing list