Hi Team,
Dynamic PDF is stop working sometime after deployment of code. Even IISRESET is not resolving the issue.
Deleting the Temporary ASP.NET Files on the server resolves the problem for a bit and again reappears.
As a temporary solution, for the time being, we kept the DynamicPDF DLL in GAC and its working. But GAC is not the permanent solution for us.
We are looking for a permanent solution.
Could you please provide your help/suggestion on this? What could be the possible reason !?
Below is the error log,
System.IO.FileNotFoundException: Could not load file or assembly 'ceTe.DynamicPDF.40, Version=6.0.4.40, Culture=neutral,
PublicKeyToken=09b5ce0d5c0a9d8b' or one of its dependencies. The network path was not found.
File name: 'ceTe.DynamicPDF.40, Version=6.0.4.40, Culture=neutral, PublicKeyToken=09b5ce0d5c0a9d8b'
at APP.myForm.Page_Load(Object sender, EventArgs args)
at System.Web.UI.Control.OnLoad(EventArgs e)
at APP.myCodeBehind.OnLoad(EventArgs e)
My Application is targeting to .NET framework 4.7.1.
Server Configuration:
Platform Target -: x64
IIS Support 32 bit =false
Thanks in advance for the help.
Regards
Debaraj