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
Post a Comment