Hi,
I've been trying to run a LocalHost Web Service developed in C# using VS.NET. I can create the solution & project, build it but, when I open the IE 6 and execute the URL http://<MyComputer>/WebService1/Service1.asmx, I got the message: Compiler Error Message: CS0013: Unexpected error writing metadata to file 'C:\WINNT\Microsoft.NET\Framework\v1.0.3705\Temporary ASP.NET Files\webservice1\5163874c\83859bc7\bogx8buf.dll' -- 'Access is denied. ' Source Error: [No relevant source lines] After looking for error code CS0013 in MSDN, it only has this explanation: **************************************************************************** ******** Visual C# Language Concepts Compiler Error CS0013 Unexpected error writing metadata to file 'file' - 'description' The .NET Framework common language runtime failed to emit metadata. This could be a number of problems: - Disk full. - Corrupt Visual Studio installation; reinstall Visual Studio. - Corrupt common language runtime; reinstall the common language runtime. **************************************************************************** ******** Well, everything works fine in my VS.NET installation: the other kind of projects are capable of compile and run. A Local Web Service is the only exception... I've checked the 3 points that MSDN's document mentioned: I even uninstalled the .NET Framework and the VS.NET, removed the folders and made a full reinstall again... And the message still persists. The only thing that changes in the message is the name of the DLL (bogx8buf.dll, asev08mu.dll, and so on). Do you have any idea? I'm using W2K SP2 and all bunch of hotfix you can imagine... Thanks in advance, Wilson. You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.