Print Page | Close Window

ARGH

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: ASP.NET Discussion
Forum Description: Discussion and chat on ASP.NET related topics.
URL: https://forums.webwiz.net/forum_posts.asp?TID=6338
Printed Date: 29 March 2026 at 5:17am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: ARGH
Posted By: Mart
Subject: ARGH
Date Posted: 11 October 2003 at 9:40am

Coudl someone please tell me how to fix this error, it work on my iis but when i upload it i get this error:

Server Error in '/' Application.

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

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



 

< => function OnToggleTOCLevel1() { var elemSrc = window.event.srcElement; var elemLevel2 = document.all(elemSrc.level2ID); if (elemLevel2.style.display == 'none') { elemLevel2.style.display = ''; if (elemSrc.usesGlyph == '1') elemSrc.innerHTML = '6'; } else { elemLevel2.style.display = 'none'; if (elemSrc.usesGlyph == '1') elemSrc.innerHTML = '4'; } }


Version Information: Microsoft .NET Framework Version:1.0.3705.288; ASP.NET Version:1.0.3705.288

Thanks, Mart.




Replies:
Posted By: dpyers
Date Posted: 14 October 2003 at 10:29pm
Is the directory flagged as a .net app?

-------------

Lead me not into temptation... I know the short cut, follow me.


Posted By: Mart
Date Posted: 15 October 2003 at 10:35am
Yea all directorys on my server have asp.net enabled...


Posted By: Bunce
Date Posted: 16 October 2003 at 5:05am

If you have installed the recent IE6 patch then this is a known bug with V1 of the framework.  See here:
http://www.asp.net/faq/ms03-32-Issue.aspx - http://www.asp.net/faq/ms03-32-Issue.aspx

Cheers,
Andrew



-------------
There have been many, many posts made throughout the world...
This was one of them.


Posted By: Mart
Date Posted: 24 October 2003 at 3:19pm

I've got version 1.1 of .net framework. This is what the fix says:

'Version 1.1 appears to be installed, you should not need to run this file'

Any other ideas?

 



Posted By: dpyers
Date Posted: 24 October 2003 at 5:28pm

i.i may be on your local machine, but the error on the remote is a 1.0 error. Are you using Visual Studio? Version 2002 defaulted to 1.0.

You may want to check out the project files/settings that are used for the final compile, and the web.config running on the remote.

Some starterkit apps must be in a subdirectory some must be in the root web directory - not either/or. As you created it in a subdir off of your www root, try it in a subdir on the remote.

If you've had both 1.0 and 1.1 versions of .net, in your aspnet_client/system_web directory, put in the subdirs for both. If the problem goes away, it's a versioning problem.

 



-------------

Lead me not into temptation... I know the short cut, follow me.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net