Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
DEVPATH assembly detection
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Daniel Fisher\(lennybacon\), post: 426646"] Dim path As String path = System.IO.Path.GetDirectoryName( _ System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase) or string path; path = System.IO.Path.GetDirectoryName( System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase ); maybe System.Reflection.Assembly.LoadWithPartialName(string name) or System.Reflection.Assembly.GetAssembly(System.Type type) will work better for you that GetExecutingAssembly() [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
DEVPATH assembly detection
Top