Compiler error 128

G

Guest

Hi,

We are experiencing this error at runtime with our website. The problem is
intermittent, but once it occurs, all pages start returning the error. We
are running on IIS 6.0, Win2003, .Net Framework 1.1 SP1. The code is built
in Release mode on an XPPro with the .Net Framework 1.1 SP1. I have been
working with .Net since early beta and have not seen this before. I can’t
tell if it’s the code, compiler or operating system (or combination) that’s
causing the problem. Any assistance would be greatly appreciated. Also, we
do not explicitly use or reference ‘system.web.mobile’. Here is an example of
the compiler dump (namespace changed to ‘mycompany’). TIA.

c:\nos\system32\inetsrv> "c:\nos\microsoft.net\framework\v1.1.4322\vbc.exe"
/t:library /utf8output
/R:"c:\nos\microsoft.net\framework\v1.1.4322\temporary asp.net
files\root\7d359279\a86666da\assembly\dl2\7cf309d5\17f65a40_a3cec501\mycompany.core.iinterface.dll"
/R:"c:\nos\assembly\gac\system.data\1.0.5000.0__b77a5c561934e089\system.data.dll"
/R:"c:\nos\microsoft.net\framework\v1.1.4322\temporary asp.net
files\root\7d359279\a86666da\assembly\dl2\cac471c6\112dca48_a3cec501\mycompany.core.exception.dll"
/R:"c:\nos\assembly\gac\system.xml\1.0.5000.0__b77a5c561934e089\system.xml.dll"
/R:"c:\nos\microsoft.net\framework\v1.1.4322\temporary asp.net
files\root\7d359279\a86666da\assembly\dl2\7b431da8\856cdf94_a3cec501\webapp.dll"
/R:"c:\nos\assembly\gac\system.web.services\1.0.5000.0__b03f5f7f11d50a3a\system.web.services.dll"
/R:"c:\nos\assembly\gac\system\1.0.5000.0__b77a5c561934e089\system.dll"
/R:"c:\nos\assembly\gac\system.web\1.0.5000.0__b03f5f7f11d50a3a\system.web.dll"
/R:"c:\nos\assembly\gac\system.enterpriseservices\1.0.5000.0__b03f5f7f11d50a3a\system.enterpriseservices.dll"
/R:"c:\nos\microsoft.net\framework\v1.1.4322\temporary asp.net
files\root\7d359279\a86666da\assembly\dl2\05c9f3b8\37cd8143_a3cec501\mycompany.core.security.dll"
/R:"c:\nos\assembly\gac\system.drawing\1.0.5000.0__b03f5f7f11d50a3a\system.drawing.dll"
/R:"c:\nos\microsoft.net\framework\v1.1.4322\temporary asp.net
files\root\7d359279\a86666da\assembly\dl2\dc3405df\3367f9a1_5ecec501\mycompany.customcontrols.readwritecontrol.dll"
/R:"c:\nos\microsoft.net\framework\v1.1.4322\temporary asp.net
files\root\7d359279\a86666da\assembly\dl2\d49aaf21\3805d815_2bb9c501\mycompany.business.entities.dll"
/R:"c:\nos\assembly\gac\system.web.mobile\1.0.5000.0__b03f5f7f11d50a3a\system.web.mobile.dll"
/out:"C:\NOS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\root\7d359279\a86666da\evwvi140.dll" /debug-
"C:\NOS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\root\7d359279\a86666da\evwvi140.0.vb"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top