Posted on 21/09/2017 11:20:31
Hi Martin
I have just got it up running. But I had to this:
Install NuGet package Microsoft.CodeDom.Providers.DotNetCompilerPlatform v.1.0.5.0 (because v.1.0.0.0 was installed by default right after creating the web application project i VS)
Followed your instructions:
1. Install "ABCPdf 9.1.1.5" from nuget package manager.
2. Delete all the dlls added to your solution (abcpdf-32.dll, abcpdf-64.dll, PrintHook32.dll and PrintHook64.dll)
3. Install Dynamicweb.Ecommerce
4. Delete the added dlls... again. (abcpdf-32.dll, abcpdf-64.dll and PrintHook32.dll )
5. Install Dynamicweb.Admin
Builded the solution and tried to browse the site. But then I got this error:
Unable to load DLL 'ABCpdf9-64.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
Therefore I copied ABCpdf9-64.dll (which was laying in the root of the site after installing Dynamicweb.Admin) into the bin folder
Builded the site and then I could browse the backend
Oh, I thought NuGet would make installation of DW much easier