Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using Reflection
Message
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 3.0
OS:
Vista
Application:
Desktop
Miscellaneous
Thread ID:
01368964
Message ID:
01369092
Views:
12
How come? Does it do something besides combine the strings?

>Instead of just concatenaing path strings I reccomend using the Path.Combine function
>
>Path.Combine(Directory.GetCurrentDirectory(), "thedll.dll");
>
>
>
>>This is not the entire answer but will locate the DLL
>>
>>
System.IO.Directory.GetCurrentDirectory()+"\thedll.dll"
>>
>>
>>Glenn
>>
>>>Can anyone point me in the right direction (sample code, etc.) to do the following:
>>>
>>>I need to invoke a class at runtime (most likely via reflection) contained in a DLL that I don't know until runtime its location. It will not be located in the start-in folder or program folder.
>>>
>>>Thanks!!
>>>
>>>Bob
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform