Hello,
I am trying to use a DLL that I have created in my ASP.Net page using Visual Studio. I have added a reference to my DLL (which I have used in other projects without problems but not using Visual Studio) but I get the following error:
"File or assembly name XXXX, or one of its dependencies, was not found"
I can get round this problem by setting the Copy Local Property for this DLL to true, but I would ideally not have to make alocal copy.
Any help would be great
Neil
I am trying to use a DLL that I have created in my ASP.Net page using Visual Studio. I have added a reference to my DLL (which I have used in other projects without problems but not using Visual Studio) but I get the following error:
"File or assembly name XXXX, or one of its dependencies, was not found"
I can get round this problem by setting the Copy Local Property for this DLL to true, but I would ideally not have to make alocal copy.
Any help would be great
Neil