You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently have an asmx web service that we use to make calls to our data server. I can get our development server to produce a pdf from html. However, I receive the titled error when calling the following line on our production server:
New RemotingToolset(Of PdfToolset)(New Win32EmbeddedDeployment(New TempFolderDeployment()))
On the development server, I do not compile the web service. I copied the whole solution over to the production server and can see the TuesPechkin dlls there. There is not Visual Studio on the production server. Do I need to compile the web service to be able to use the dlls or is there something else going on?
The text was updated successfully, but these errors were encountered:
With TuesPechkin.Wkhtmltox.AnyCPU Nuget package, I am getting an error at line Win32EmbeddedDeployment that is is not defined.
private static IConverter converter =
new ThreadSafeConverter(
new RemotingToolset(
new Win32EmbeddedDeployment(
new TempFolderDeployment())));
We currently have an asmx web service that we use to make calls to our data server. I can get our development server to produce a pdf from html. However, I receive the titled error when calling the following line on our production server:
New RemotingToolset(Of PdfToolset)(New Win32EmbeddedDeployment(New TempFolderDeployment()))
On the development server, I do not compile the web service. I copied the whole solution over to the production server and can see the TuesPechkin dlls there. There is not Visual Studio on the production server. Do I need to compile the web service to be able to use the dlls or is there something else going on?
The text was updated successfully, but these errors were encountered: