Hello,
I've added HTML Renderer dlls (.net 2.0) to my website that runs on win 2012 r2 server, but when I try to load a page which try to use it, it shows this error:
Command line error BC2010 : compilation failed : '0xC0000005'
[No relevant source lines]
Source File: vbc : Command line Line: 0
This is a detailed compiler output:
C:\Windows\SysWOW64\inetsrv> "C:\Windows\Microsoft.NET\Framework\v3.5\vbc.exe" /t:library /utf8output /R:"C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\6983f53c\11ec0685\assembly\dl3\a45c70b0\5fb1d897_7baad001\HtmlRenderer.WinForms.DLL"
/R:"C:\Windows\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll" /R:"C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\6983f53c\11ec0685\assembly\dl3\01f338a7\9e6eba8c_7baad001\HtmlRenderer.DLL" /R:"C:\Windows\assembly\GAC_MSIL\System.WorkflowServices\3.5.0.0__31bf ...
Go to the complete details ...