I'm adding code to a program created to be used on Windows CE. My current problem is that Application.StartupPath isn't recognized. What is the Equivalent line of code I need to use?
+1
A:
You can retrieve it by
Path.GetDirectoryName (Assembly.GetExecutingAssembly ().GetName ().CodeBase);
thelost
2010-04-21 12:12:46