Invalid registration key
-
Hi, I had set up a pdf maker script using ASPpdf and it had been working fine for several months. Now, when the user trys to create a pdf, they get an Invalid Registration Key error. I looked in regedit for the key as directed in the original instructions and it is there. I don't work with asp.net everyday and haven't done any asp coding in about a year. We had some trouble with the server and our network guys did some work rebuilding. there is a run command showing in the run dropdown that I guess one of the network guys ran. regsvr32 d:\Inetpub\wwwroot\bin\ASPPDFLib.dll I'm at a loss at what to do. the line generating the error is below, in C#.
IPdfDocument objDoc = objPdf.CreateDocument( Missing.Value );
Thanks for any help you might provide.