|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Refernece an assembly using a stringI'd like to reference a compiled .NET dll assembly using a string in my
application. In VB 6.0 this could be done similariliy using CreateObject(sString) instead of referencing the object type in your application. There must be something similar you could do in VB.NET so that the reference does not have to be included in the project. Any help? "D Witherspoon" <dwithersp***@noway.org> schrieb
http://msdn.microsoft.com/library/en-us/cpguide/html/cpcondiscoveringtypeinformationatruntime.asp
> I'd like to reference a compiled .NET dll assembly using a string in > my application. > > In VB 6.0 this could be done similariliy using CreateObject(sString) > instead of referencing the object type in your application. > > There must be something similar you could do in VB.NET so that the > reference does not have to be included in the project. Armin "D Witherspoon" <dwithersp***@noway.org> schrieb: 'Assembly.LoadFrom', 'Activator.CreateInstance'.> I'd like to reference a compiled .NET dll assembly using a string in my > application. -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> D,
You can create a library as DLL. You can than using Project, Add Reference add that DLL to your project. By importing the namespace it or fully qualify the name, can you use the classes from that DLL in your application as objects. I hope this helps, Cor
disable Close button (X)
Application doesn't close on Shut Down - Please help! change IFRAME src Using pulldownlist in datagridview .. can it be done! Update error Intern Strings - am I using them right? Please help! Marking a changed row read the contents of Address bar in browser Error- Type expected stringbuilder help |
|||||||||||||||||||||||