C
christianhaynes
Hi,
I've been working on a problem for the last couple of days trying
everything ive found but with no luck. The problem is:
I have create a com callable .net assembly which is called from an asp
page. This works fine until the assembly that uses another third-party
assembly is accessed. The following error occurs:
Could not load file or assembly 'PDFlib_dotnet, Version=6.0.2.2,
Culture=neutral, PublicKeyToken=af0805f2b25bb299' or one of its
dependencies. The system cannot find the file specified.
This is one thing to point out and that is it works on my developement
machine, but not on the production machine, so its more than likely a
deployment issue. I have copied the PDFLib_dotnet assembly to several
places that it may be trying to access it from, but with still no joy.
Has anyone encountered this before and have found a solution ? What
should i check to make sure all the files are in there correct
locations ?
Many thanks.
Christian.
I've been working on a problem for the last couple of days trying
everything ive found but with no luck. The problem is:
I have create a com callable .net assembly which is called from an asp
page. This works fine until the assembly that uses another third-party
assembly is accessed. The following error occurs:
Could not load file or assembly 'PDFlib_dotnet, Version=6.0.2.2,
Culture=neutral, PublicKeyToken=af0805f2b25bb299' or one of its
dependencies. The system cannot find the file specified.
This is one thing to point out and that is it works on my developement
machine, but not on the production machine, so its more than likely a
deployment issue. I have copied the PDFLib_dotnet assembly to several
places that it may be trying to access it from, but with still no joy.
Has anyone encountered this before and have found a solution ? What
should i check to make sure all the files are in there correct
locations ?
Many thanks.
Christian.