visual studio 2008 - Loading a C#dll into a C# exe -


I am new to C # Any please please tell me to load a CL built in C # in C # and create a CL

I have .NetFrameWork 3.5 And my OS vista

Add a reference and include the related namespace (s).

.NET does not support the static linking of libraries, so your reference assemblies will be loaded on runtime as needed.


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -