A
Andrea
I installed an assembly into the GAC, now I need to use it into a dll, but
I cannot simple reference it, since I'm developing in a local machine and
maybe that on the hosting provider the GAC isn't in the same local directory
and this teorically will broke the code. At least I think so, but I'm bot
sure since I cannot take a try.
Any Idea.
I thought to use the Assembly.Load using the reflection. Is this a suitable
way?
Thanks
Andre
I cannot simple reference it, since I'm developing in a local machine and
maybe that on the hosting provider the GAC isn't in the same local directory
and this teorically will broke the code. At least I think so, but I'm bot
sure since I cannot take a try.
Any Idea.
I thought to use the Assembly.Load using the reflection. Is this a suitable
way?
Thanks
Andre