473,320 Members | 2,098 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Web app won't compile

I'm getting this message when I try and run a .net web app
in the development system:

CS0016: Could not write to output file 'c#:\windows
nt\Microsoft..net framework\v1.1.4322\Temporary ASP.NET
Files\ssrpttest\44d149b5\fdee4a07\c22wlbzl.dll' -- 'Access
is denied. '

I just upgraded to visual studio .net 2003 and now none of
my applications wil work!

My SMTP server fails on my machine too with a sillilar
message.

What the heck is going on?! How do I fix this mess. I am
dead in the water.
Nov 22 '05 #1
4 2341
In the project properties, change the "supported runtimes". This will make
your apps use the 1.0 runtime.

Try google grouping for that error, or check the permissions of the ASPNET
for those directories.

-mike
MVP

"Vince" <vg*****@westga.edu> wrote in message
news:01****************************@phx.gbl...
I'm getting this message when I try and run a .net web app
in the development system:

CS0016: Could not write to output file 'c#:\windows
nt\Microsoft..net framework\v1.1.4322\Temporary ASP.NET
Files\ssrpttest\44d149b5\fdee4a07\c22wlbzl.dll' -- 'Access
is denied. '

I just upgraded to visual studio .net 2003 and now none of
my applications wil work!

My SMTP server fails on my machine too with a sillilar
message.

What the heck is going on?! How do I fix this mess. I am
dead in the water.

Nov 22 '05 #2
Hi Vince,

I agree with Michael's suggestion.
You may also try to run the line
aspnet_regiis.exe -i
to install this version of ASP.NET and update scriptmaps at the IIS
metabase root and for all scriptmaps below the root. Existing scriptmaps of
lower version are upgraded to this version.
The aspnet_regiis.exe is usually located in the path below.
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspne t_regiis.exe

By default, when the .NET Framework is installed on a computer with an
existing installation, all ASP.NET applications are automatically updated
to use this version of the .NET Framework. The only exceptions are
applications that are bound to an incompatible version of the runtime or to
a later version of the runtime. Although later versions of the .NET
Framework are designed to be backward compatible, you might want to
configure an ASP.NET application to use an earlier version. The following
sections describe the process to configure an ASP.NET application to target
a specific version of the .NET Framework.

Configuring an ASP.NET Application for an ASP.NET Version
http://msdn.microsoft.com/library/de...us/cpguide/htm
l/cpconconfiguringaspnetapplicationforaspnetversion. asp
Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
--------------------
Content-Class: urn:content-classes:message
From: "Vince" <vg*****@westga.edu>
Sender: "Vince" <vg*****@westga.edu>
Subject: Web app won't compile
Date: Wed, 22 Oct 2003 12:57:37 -0700
Lines: 16
Message-ID: <01****************************@phx.gbl>
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Thread-Index: AcOY1r5C0Ev1PmJGRxieYcBPcxuz/A==
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
Newsgroups: microsoft.public.dotnet.general
Path: cpmsftngxa06.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.general:112876
NNTP-Posting-Host: TK2MSFTNGXA14 10.40.1.166
X-Tomcat-NG: microsoft.public.dotnet.general

I'm getting this message when I try and run a .net web app
in the development system:

CS0016: Could not write to output file 'c#:\windows
nt\Microsoft..net framework\v1.1.4322\Temporary ASP.NET
Files\ssrpttest\44d149b5\fdee4a07\c22wlbzl.dll' -- 'Access
is denied. '

I just upgraded to visual studio .net 2003 and now none of
my applications wil work!

My SMTP server fails on my machine too with a sillilar
message.

What the heck is going on?! How do I fix this mess. I am
dead in the water.


Nov 22 '05 #3
Hi Vince,

1.
If you use NTFS file system, please try to check NTFS permissions on the
folder first.
2.
If some prerequisites keeps appearing, even we have successfully installed
them, we can use the following commands to fix Windows Installer DB:

Msiexec /unregister
Msiexec /regserver

Manually remove the Microsoft .Net Framework v1.1.4322 and reinstall it
¡¤ Start > Run and type Installer and then click Ok
o Select the menu option View > Details
o Right click on the column header called Date Modified
o Select Comments
o Locate the cached msi file displaying Microsoft .NET Framework 1.1 RTL
x86 enu in the Comments column
o Right Click on it and select Uninstall
o Close the window
¡¤ Start > Run and type System32 and then click Ok ¨C
¡ì ONLY FOR THIS STEP - DO NOT DELETE ON A WINDOWS 2003 SERVER MACHINE
o Locate and Delete the folder URTTemp
o Locate and Delete the file mscoree.dll
¡ì If the Microsoft .Net Framework v1.0.3705 is on the machine, and you do
not intend to reinstall the Microsoft .Net Framework v.1.1.4322 then you
will need to run a repair install of the Microsoft .Net Framework v1.0.3705
to replace the mscoree.dll.
o Close the window
¡¤ Start > Run and type Microsoft.Net and then click Ok
o Double Click on the folder Framework
o Delete the folder v1.1.4322
o Close the Window
¡¤ Start > Run and type regedit and then click Ok
o Remove the following registry keys
¡ì HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v1.1.4322
¡ì HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramewor k\policy\v1.1
o Close the registry window
¡¤ Download the Windows Installer SDK to obtain the msizap.exe utility.
You can download the Windows Installer SDK from
http://www.microsoft.com/msdownload/...sdk/sdkupdate/
o Start > Run and type cmd and then click Ok
o Type CD\ and Press {ENTER}
o Navigate to the directory that msizap.exe is placed after installing the
Windows Installer SDK.
o Microsoft .Net Framework v1.1.4322: Type Msizap TP
{CB2F7EDD-9D1F-43C1-90FC-4F52EAE172A1}
o Restart the machine

(Here is the msizap)
¡¤ Start > Run and type %Temp% and then click Ok
o Select the menu option Select All
o Press the Delete Key
o Remove as many files out of the Temp Folder as possible
¡¤ Be sure to disable specifically any Anti-Virus or Firewall software
before installing.
o You may want to clean boot the machine by using the msconfig.exe utility
¡¤ Install the Microsoft .Net Framework by double clicking on the
dotnetfx.exe file
¡¤ If the Microsoft .Net Framework v1.0.3705 is on the machine as well, and
you do not intend to reinstall the Microsoft .Net Framework v.1.1.4322 then
you will need to run a repair install to place the mscoree.dll and the
URTTemp folder.

You may have try a let me know the result.
Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
--------------------
X-Tomcat-ID: 60396467
References: <01****************************@phx.gbl>
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
From: v-******@online.microsoft.com (Peter Huang [MSFT])
Organization: Microsoft
Date: Thu, 23 Oct 2003 02:09:23 GMT
Subject: RE: Web app won't compile
X-Tomcat-NG: microsoft.public.dotnet.general
Message-ID: <ak**************@cpmsftngxa06.phx.gbl>
Newsgroups: microsoft.public.dotnet.general
Lines: 69
Path: cpmsftngxa06.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.general:112909
NNTP-Posting-Host: TOMCATIMPORT1 10.201.218.122

Hi Vince,

I agree with Michael's suggestion.
You may also try to run the line
aspnet_regiis.exe -i
to install this version of ASP.NET and update scriptmaps at the IIS
metabase root and for all scriptmaps below the root. Existing scriptmaps oflower version are upgraded to this version.
The aspnet_regiis.exe is usually located in the path below.
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspn et_regiis.exe

By default, when the .NET Framework is installed on a computer with an
existing installation, all ASP.NET applications are automatically updated
to use this version of the .NET Framework. The only exceptions are
applications that are bound to an incompatible version of the runtime or toa later version of the runtime. Although later versions of the .NET
Framework are designed to be backward compatible, you might want to
configure an ASP.NET application to use an earlier version. The following
sections describe the process to configure an ASP.NET application to targeta specific version of the .NET Framework.

Configuring an ASP.NET Application for an ASP.NET Version
http://msdn.microsoft.com/library/de...-us/cpguide/ht ml/cpconconfiguringaspnetapplicationforaspnetversion. asp
Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
--------------------
Content-Class: urn:content-classes:message
From: "Vince" <vg*****@westga.edu>
Sender: "Vince" <vg*****@westga.edu>
Subject: Web app won't compile
Date: Wed, 22 Oct 2003 12:57:37 -0700
Lines: 16
Message-ID: <01****************************@phx.gbl>
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Thread-Index: AcOY1r5C0Ev1PmJGRxieYcBPcxuz/A==
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
Newsgroups: microsoft.public.dotnet.general
Path: cpmsftngxa06.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.general:112876
NNTP-Posting-Host: TK2MSFTNGXA14 10.40.1.166
X-Tomcat-NG: microsoft.public.dotnet.general

I'm getting this message when I try and run a .net web app
in the development system:

CS0016: Could not write to output file 'c#:\windows
nt\Microsoft..net framework\v1.1.4322\Temporary ASP.NET
Files\ssrpttest\44d149b5\fdee4a07\c22wlbzl.dll ' -- 'Access
is denied. '

I just upgraded to visual studio .net 2003 and now none of
my applications wil work!

My SMTP server fails on my machine too with a sillilar
message.

What the heck is going on?! How do I fix this mess. I am
dead in the water.



Nov 22 '05 #4
Hi Vince,
Did my suggestion works for you?
If you have any question on this issue please post here.

Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Nov 22 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Gary Redmond | last post by:
I am writing a program to store stuff to xml using the storeToXML method but I can;t get it to compile here it is; any ideas? import java.io.*; import java.util.*;
47
by: Will Stuyvesant | last post by:
Hello all, So Zope still lives, yay. Well, I like that they use Python. <rant> What amazed me is they write that they "added types to the variables and hope that it will be added to the...
19
by: Christopher | last post by:
I am getting a parse error from g++ pointing at my catch line and can't figure out whats wrong with this code: #include "BigPosInt.h" #include <iostream> #include <new> #include <assert.h> ...
4
by: Vince | last post by:
I'm getting this message when I try and run a .net web app in the development system: CS0016: Could not write to output file 'c#:\windows nt\Microsoft..net framework\v1.1.4322\Temporary ASP.NET...
3
by: Dave C | last post by:
I've written the following code that won't compile, trimmed down to just the pertinent stuff: --- WindowClass.hxx ---------------------------------------------------- #include <set> class...
4
by: David Killian Woods | last post by:
I just installed VC++.NET and haven't had much luck. It just won't compile anything that isn't stored on a local hard drive. Local projects are fine (well, other than my stupid mistakes) and...
10
by: Martin Jørgensen | last post by:
Hi, I got this piece of code, but I won't compile: #include <iostream> using namespace std; //////////////////////////////////////////////////////////////// struct link ...
4
by: Susan Rice | last post by:
I'm new to using CString. Why won't the following compile? I'm using Microsoft Visual C++ 6.0 Line 37 which it complains about is the function: 37 CString ConvertFile(char *szFileName) I...
2
by: APA | last post by:
The problem is that there is no reference to the DLL anywhere in the solution. I have other developers running this identical solution with no problems but on my machine it won't compile if I don't...
6
by: bc1891 | last post by:
#include <stdio.h> #include <stdlib.h> def RecursiveFact(n): if(n>1): return n*RecursiveFact(n-1) else: return 1 fact = RecursiveFact(31)
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.