runtime C# dll
-
could anybody tell me, How to load C# dll into the C# program runtime without adding reference to the project. that means if dll is not present then also project should work. Thank you.
Truth Is The Simplest !!!!
-
could anybody tell me, How to load C# dll into the C# program runtime without adding reference to the project. that means if dll is not present then also project should work. Thank you.
Truth Is The Simplest !!!!
Neo Andreson wrote:
How to load C# dll into the C# program runtime
Check Assembly.LoadFrom()[^].
Neo Andreson wrote:
if dll is not present then also project should work
I am not getting what you meant. :confused:
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
-
Neo Andreson wrote:
How to load C# dll into the C# program runtime
Check Assembly.LoadFrom()[^].
Neo Andreson wrote:
if dll is not present then also project should work
I am not getting what you meant. :confused:
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
maybe the DLL encapsulates some features and if not there the application must still work, but the features in the DLL disabled?
Harvey Saayman - South Africa Junior Developer .Net, C#, SQL
you.suck = (you.passion != Programming)