473,698 Members | 2,615 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Can we use <compiler> tag to avoid RunTime Compiler error?

Dear All,
At some customers we are facing a problem when the user tries to
launch any aspx page from IE. We are getting "Compiler failed with
error code 2000". Is this bcos of some missing resource?
I read in the newgroup that said:
1. Re-install IIS ( I applied Windows 2000 SP3 after that)
2. Register Aspnet_isapi.dl l as described in Q306005. (this is
actually not needed)

One more Observation I made was that the length of the Virtual Name
of the directory where the deployment is should not exceed more than 8
characters. What is the maximum length of the Virtual name in IIS?

I changed <NtfsDisable8do t3NameCreation> in the registry to <1>
but I still get the compliation error if the length is greater than 8.

Is there some other solution? Has something changed in the registry?
Can we use the <Compile> tag in Web.Config to overcome this error?

Please help
TALIA

Many Regards
Jack
Nov 18 '05 #1
5 1132
Jack,
One more Observation I made was that the length of the Virtual Name
of the directory where the deployment is should not exceed more than 8
characters. What is the maximum length of the Virtual name in IIS?

I changed <NtfsDisable8do t3NameCreation> in the registry to <1>
but I still get the compliation error if the length is greater than 8.


I'd be surprised if there was a limit! VS.NET creates ASP.NET applications
called WebApplication1 and it works just fine.

--
Shiv R. Kumar
http://www.matlus.com
Nov 18 '05 #2
Shiv,
WebApp works if the project is created from VS. But if we create a
Virtual folder, it might work or it might not...

Many Regards
Jack

"Shiv Kumar" <sh***@erolsnoo oospaaaam.com> wrote in message news:<#S******* *******@TK2MSFT NGP09.phx.gbl>. ..
Jack,
One more Observation I made was that the length of the Virtual Name
of the directory where the deployment is should not exceed more than 8
characters. What is the maximum length of the Virtual name in IIS?

I changed <NtfsDisable8do t3NameCreation> in the registry to <1>
but I still get the compliation error if the length is greater than 8.


I'd be surprised if there was a limit! VS.NET creates ASP.NET applications
called WebApplication1 and it works just fine.

Nov 18 '05 #3
Oh, then I don't think you're setting up the correct configuration settings
for the virtual folder you're creating. Make sure the virtual folders you
are creating have the exact same configuration as the ones VS.NET creates.

--
Shiv R. Kumar
http://www.matlus.com
Nov 18 '05 #4
How do I find out the difference between the two? Moreover why does it
work initially...and after some days it stops working...

Many Regards
Jack

"Shiv Kumar" <sh***@erolsnoo oospaaaam.com> wrote in message news:<eB******* *******@TK2MSFT NGP11.phx.gbl>. ..
Oh, then I don't think you're setting up the correct configuration settings
for the virtual folder you're creating. Make sure the virtual folders you
are creating have the exact same configuration as the ones VS.NET creates.

Nov 18 '05 #5
Typically, your first clue is the icon you see. The best way is to compare
the settings however.

I can't understand or explain why it should stop working after a few days
unless someone is tampering with the settings :)

--
Shiv R. Kumar
http://www.matlus.com
Nov 18 '05 #6

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

Similar topics

2
1289
by: Tatu Portin | last post by:
1: #include <iostream> 2: 3: typedef struct { 4: double r; 5: double i; 6: } complex; .. .. .. 24: ostream & operator<< (ostream &str, const complex &a)
3
2333
by: Andy Lomax | last post by:
I'm using a library where the supplier has provided base class 'foo', and a reference counting class which wraps 'foo': ------------------- library code ----------------------- template<class T> refcount { ... // reference counting wrapper; like shared_ptr }; class foo {
34
440
by: wilson | last post by:
Hi All, I am a novice at C and just have learned pointer for a short period. Today one error had occured while executing my program below. And I cannot find the error out since it's checked "OK" by Dev C++. Here is:(I want to exchange the value of "a" and "b" with function "swap") void swap(int *pa, int *pb) {
5
1327
by: Hendrik Schober | last post by:
Hi, I had originally suspected this to be a bug in the std lib, that's why I started a thred in the STL newsgroup. However, it seems as if it is a compiler bug, so I'm transfering it to here. The original code was this: ----- Original Message -----
11
3130
by: Wolfgang Kaml | last post by:
I am not sure if this is more of an expert question, but I am sure that they are out there. I'd like to setup a general application or bin directory on my Win2003.Net Server that will hold some useful utils that more pages on that server can use. As an example, I have created a Page Counter class that opens an Access .mdb file, counts the current entries for that page, and adds a new entry with some information regarding the current...
0
838
by: Lord_Fist | last post by:
I need some help with asp.net... I have a problem with web.config file.... I would like to bind extensions to a compiler (i saw some websites using extensions like .pyra and such), i tried to use <compiler> tag like this: <compiler language="VB;VBScript"
24
17480
by: Marcus Kwok | last post by:
Hello, I am working on cleaning up some code that I inherited and was wondering if there is anything wrong with my function. I am fairly proficient in standard C++ but I am pretty new to the .NET managed C++. It seems to work fine, but everyone knows that programs with errors can still appear to "work fine" :) I am working with VS .NET 2003; I am unable to upgrade to 2005 at this time, so I cannot use the newer syntax or features. ...
1
1942
by: zhi.yang.pek | last post by:
would you give me a copy or the link?Thanks!
232
13254
by: robert maas, see http://tinyurl.com/uh3t | last post by:
I'm working on examples of programming in several languages, all (except PHP) running under CGI so that I can show both the source files and the actually running of the examples online. The first set of examples, after decoding the HTML FORM contents, merely verifies the text within a field to make sure it is a valid representation of an integer, without any junk thrown in, i.e. it must satisfy the regular expression: ^ *?+ *$ If the...
0
8612
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9171
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9032
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...
0
8880
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
7743
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
6532
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
5869
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4625
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2342
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.