Hi folks,
I made a custom user control in VS 2008 and the trouble is that it can't find the directory of the project. The only directory it seems to get access to is the build dir (....bin\release)
Other than that, if I try to use a relative path it doesn't work, the only way that I've found so far is to provide the full path. Using Environment.CurrentDirectory doesn't seem to work either.
Any ideas?
Loading
Sam HobbsPosted Mar 12, 2011, 2:55 PM
So you need to explain better why you need the project directory. There are many possible solutions and if someone suggests something and it does not satisfy your requirement, you are just going to say wrong, that does not work and we have wasted our time.
MariusPosted Mar 12, 2011, 1:17 PM
Suthish NairPosted Mar 12, 2011, 1:02 PM
Guest UserPosted Mar 10, 2011, 10:38 PM