Turn off Indexing for C:\inetpub. There may be a web catalog created.
ASP.NET and indexing don't really play nice.
Computer Management | Services and Applications | Indexing Service.
> HELP ME PLEASE!!
>
[quoted text clipped - 51 lines]
> /t:library /utf8output
> /R:"c:\winnt\microsoft.net\framework\v1.1.4322\mscorlib.dll"
/R:"c:\winnt\assembly\gac\system.drawing\1.0.5000.0__b03f5f7f11d50a3a\system
.drawing.dll"
/R:"c:\winnt\assembly\gac\system.web.mobile\1.0.5000.0__b03f5f7f11d50a3a\sys
tem.web.mobile.dll"
/R:"c:\winnt\assembly\gac\system.data\1.0.5000.0__b77a5c561934e089\system.da
ta.dll"
/R:"c:\winnt\assembly\gac\system.enterpriseservices\1.0.5000.0__b03f5f7f11d5
0a3a\system.enterpriseservices.dll"
/R:"c:\winnt\assembly\gac\system.xml\1.0.5000.0__b77a5c561934e089\system.xml
.dll"
/R:"c:\winnt\assembly\gac\system.web.services\1.0.5000.0__b03f5f7f11d50a3a\s
ystem.web.services.dll"
> /R:"c:\winnt\assembly\gac\system\1.0.5000.0__b77a5c561934e089\system.dll"
/R:"c:\winnt\assembly\gac\system.web\1.0.5000.0__b03f5f7f11d50a3a\system.web
.dll"
> /R:"c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net
files\helloworld\0f3cddc2\2d10a607\assembly\dl2\2ae75aa7\d0cbd1be_267ec401\h
elloworld.dll"
> /out:"C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
> Files\helloworld\0f3cddc2\2d10a607\riexran5.dll"
[quoted text clipped - 12 lines]
>
> Line 1: //--------------------------------------------------------------------------
----
> Line 2: // <autogenerated>
> Line 3: // This code was generated by a tool.
[quoted text clipped - 5 lines]
> Line 8: // </autogenerated>
> Line 9: //--------------------------------------------------------------------------
----
> Line 10:
> Line 11: namespace ASP {
[quoted text clipped - 29 lines]
> Version Information: Microsoft .NET Framework Version:1.1.4322.573;
> ASP.NET Version:1.1.4322.573
Hi Bill, sorry this hasn't been addressed as early as it should've been.
I'm trying to investigate your issue, and tried recreating the scenario I
best could, by hand-crafting riexran5.cs and (what I think is in)
helloworld.cs. Unfortunately, the compiler runs fine. From the output text,
it seems the compiler is unable to find one of the references it needs to
compile against, but unfortunately, we can't tell from the text.
Is there anything special about the computer this is happening on? Would it
be possible for you to share a repro so I can try to reproduce it on my
machines?