473,657 Members | 2,528 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

HELP: strange compilation error I have never seen before

I was experimenting with generating a Word file using ASP.NET, and lauching
the web app did not cause any problems.

Then out of the blue, this is happening to every asp.net app that I attempt
to launch on my machine. When I click on the "Show Complete Compilation
Source". this is what shows. Since it is happening to every ASP.NET app, I
think my machine has been seriously screwed up. Has anyone seen this?

Compiler Error Message: The compiler failed with error code 128.

Show Complete Compilation Source:

Line 1:
//--------------------------------------------------------------------------
----
Line 2: // <autogenerate d>
Line 3: // This code was generated by a tool.
Line 4: // Runtime Version: 1.1.4322.573
Line 5: //
Line 6: // Changes to this file may cause incorrect behavior and will
be lost if
Line 7: // the code is regenerated.
Line 8: // </autogenerated>
Line 9:
//--------------------------------------------------------------------------
----
Line 10:
Line 11: namespace ASP {
Line 12: using System;
Line 13: using System.Collecti ons;
Line 14: using System.Collecti ons.Specialized ;
Line 15: using System.Configur ation;
Line 16: using System.Text;
Line 17: using System.Text.Reg ularExpressions ;
Line 18: using System.Web;
Line 19: using System.Web.Cach ing;
Line 20: using System.Web.Sess ionState;
Line 21: using System.Web.Secu rity;
Line 22: using System.Web.UI;
Line 23: using System.Web.UI.W ebControls;
Line 24: using System.Web.UI.H tmlControls;
Line 25:
Line 26:
Line 27:
[System.Runtime. CompilerService s.CompilerGloba lScopeAttribute ()]
Line 28: public class Global_asax : ApplicantApp.Gl obal {
Line 29:
Line 30: private static bool __initialized = false;
Line 31:
Line 32: public Global_asax() {
Line 33: if ((ASP.Global_as ax.__initialize d == false)) {
Line 34: ASP.Global_asax .__initialized = true;
Line 35: }
Line 36: }
Line 37: }
Line 38: }
Line 39:
Nov 18 '05 #1
2 1453
Hi David,

A couple of things to try...

Make sure the ASP.NET mappings are still correctly configured. There's a
procedure here:

http://support.microsoft.com/default...product=aspnet

Also, try deleting the contents of the
C:\WINDOWS\Micr osoft.NET\Frame work\v1.1.4322\ Temporary ASP.NET Files .

Let us know what works?

Ken
"David" <sp************ @spammersgohome .com> wrote in message
news:e5******** **********@twis ter.socal.rr.co m...
I was experimenting with generating a Word file using ASP.NET, and lauching
the web app did not cause any problems.

Then out of the blue, this is happening to every asp.net app that I
attempt
to launch on my machine. When I click on the "Show Complete Compilation
Source". this is what shows. Since it is happening to every ASP.NET app,
I
think my machine has been seriously screwed up. Has anyone seen this?

Compiler Error Message: The compiler failed with error code 128.

Show Complete Compilation Source:

Line 1:
//--------------------------------------------------------------------------
----
Line 2: // <autogenerate d>
Line 3: // This code was generated by a tool.
Line 4: // Runtime Version: 1.1.4322.573
Line 5: //
Line 6: // Changes to this file may cause incorrect behavior and
will
be lost if
Line 7: // the code is regenerated.
Line 8: // </autogenerated>
Line 9:
//--------------------------------------------------------------------------
----
Line 10:
Line 11: namespace ASP {
Line 12: using System;
Line 13: using System.Collecti ons;
Line 14: using System.Collecti ons.Specialized ;
Line 15: using System.Configur ation;
Line 16: using System.Text;
Line 17: using System.Text.Reg ularExpressions ;
Line 18: using System.Web;
Line 19: using System.Web.Cach ing;
Line 20: using System.Web.Sess ionState;
Line 21: using System.Web.Secu rity;
Line 22: using System.Web.UI;
Line 23: using System.Web.UI.W ebControls;
Line 24: using System.Web.UI.H tmlControls;
Line 25:
Line 26:
Line 27:
[System.Runtime. CompilerService s.CompilerGloba lScopeAttribute ()]
Line 28: public class Global_asax : ApplicantApp.Gl obal {
Line 29:
Line 30: private static bool __initialized = false;
Line 31:
Line 32: public Global_asax() {
Line 33: if ((ASP.Global_as ax.__initialize d == false)) {
Line 34: ASP.Global_asax .__initialized = true;
Line 35: }
Line 36: }
Line 37: }
Line 38: }
Line 39:


Nov 18 '05 #2
Rebooting the computer solved the problem.
Hi David,

A couple of things to try...

Make sure the ASP.NET mappings are still correctly configured. There's a
procedure here:

http://support.microsoft.com/default...product=aspnet

Also, try deleting the contents of the
C:\WINDOWS\Micr osoft.NET\Frame work\v1.1.4322\ Temporary ASP.NET Files .

Let us know what works?

Ken

Nov 18 '05 #3

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

Similar topics

21
6530
by: Dave | last post by:
After following Microsofts admonition to reformat my system before doing a final compilation of my app I got many warnings/errors upon compiling an rtf file created in word. I used the Help Workshop program: hcw.exe that's included with Visual Basic. This exact same file compiled perfectly with no notes, warnings or errors prior to reformatting my system. Prior to the reformatting, I copied the help.rtf file onto a CD and checked the box to...
2
1223
by: Gandu | last post by:
Could a C++ guru help me please? I have a very odd compilation error. The following is the .h file: #ifndef TEST_H #define TEST_H #include <iostream> #include "rando.h" #include "prime.h" using namespace std;
10
1927
by: Arno R | last post by:
Hi all Yesterday I found a strange corruption-issue that I can't solve yet or actually point my finger at. I converted an A97 app to A2k. I have done this often enough so I didn't expect trouble here. Conversion seems OK and I start the app. BUT . . . Mainform doesn't work. Form comes up but none of the buttons react. Why not? I go to design view and see that code is not compiled. (compile-option is active) So I compile and go to normal...
1
1418
by: Peter van der Goes | last post by:
This one has me stumped. I'm looking at support files for a C# textbook, including three ASP.NET applications that use Access databases. I create virtual directories for the applications in IIS (running Win XP SP1 and Win 2000 SP4 dual boot - error occurs under either OS), then load the app into the VS.NET 2003 IDE. When I attempt to run the application, I get the following error in my browser, instead of the startup page: Server Error...
1
8917
by: Patrick F | last post by:
I keep getting this error message and i don't know whats the problem is and how to solve it. I have a webproject with 2 components (dll) added to it. One is called PhotoGallery and one is called Photo. Any suggestions on how to solve this? i can't do much at the moment. Server Error in '/PhotoGallery' Application. -------------------------------------------------------------------------------- Cannot create/shadow copy 'Photo' when...
3
1359
by: Sheldon | last post by:
Good day, I came across this error during compilation of my program: ******************************************* cc -g -I/local_disk/opt/HLHDF/0_49/include -I/usr/include -c msgpps_functions.c In file included from /usr/include/stdio.h:34, from msgpps_functions.c:10: /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.3.2/include/stddef.h:213: error: syntax error before "typedef"
2
3272
by: f0zzyNUE | last post by:
hi everyone, currently we are testing the performance our application (asp.net based CMS) ... for that reason we wrote a "spider" that starts webrequests for all relevant pages which results in filling the pageoutputcache on server side. so far so good. if we start one spider at once our application works fine, but if we run more than one spider tool at the same time the asp.net process works for a few minutes returning correct http...
8
2443
by: =?GB2312?B?yum09MXt?= | last post by:
today I forgot to include some header,then I found the error message by the compiler is quite strange. so I want to know exactly the inner details of the compiler impletation,if possible. and I want to know what does the standard say about this situation. here is the code just to demonstrate the error.
12
2451
by: =?Utf-8?B?ZGdvdw==?= | last post by:
I designed a "contact_us" page in visual web developer 2005 express along with EW2 after viewing tutorials on asp.net's help page. Features work like they should, but I cannot figure out how to send contact info to email or data base when the "send" button is pressed. I've watched the tutorials over & over again. I just can't get it. Link: http://www.syfloristonline.zipa.com/contact_us.aspx. Need help
0
8425
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8743
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8522
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8622
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7355
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6177
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4333
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1973
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1736
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.