Z
z f
Hi,
if i make a DLL with vb/c# dot.net and then reference this DLL from another
application,
is there some global initialization occured on the DLL from only having the
reference or does it use memory and make initialication only when the
referencing app making a new class instance and a function call?
i ask this question because i am having an asp dot-ent web application with
a DLL that have function that i need to call even from cosole apps.
so when i reference an asp-dot net created assembly from a console/windows
app and i make call to function that will work because it does not do
something with the asp framework.
but if the DLL needs some kind of initializations that required, lets say,
running inside IIS or something like that i might have problems in the
future.
if you experienced this or familiar with the internals, please advise.
TIA, z.
if i make a DLL with vb/c# dot.net and then reference this DLL from another
application,
is there some global initialization occured on the DLL from only having the
reference or does it use memory and make initialication only when the
referencing app making a new class instance and a function call?
i ask this question because i am having an asp dot-ent web application with
a DLL that have function that i need to call even from cosole apps.
so when i reference an asp-dot net created assembly from a console/windows
app and i make call to function that will work because it does not do
something with the asp framework.
but if the DLL needs some kind of initializations that required, lets say,
running inside IIS or something like that i might have problems in the
future.
if you experienced this or familiar with the internals, please advise.
TIA, z.