I added a link to the dll (sharpPDF) in my .net project. In the code, he took the DLL, and I can use it. When I deploy sharepoint webpart, I get the following error:
Could not load file or assembly 'sharpPDF, Version=1.0.3511.18105, Culture=neutral, PublicKeyToken=f099e668beaaa0f9' or one of its dependencies. The system cannot find the file specified.
I am deploying webapp using STSDEV. I tried to clean C: \ Windows \ Microsoft.NET \ Framework \ v2.0.50727 \ Temporary ASP.NET files, but this does not solve the problem.
Any ideas what could be wrong?
c # sharepoint moss wss
John
source share