Question
Thread display: Collapse - |
All Answers
Start or search
Create a new discussion
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
Web Service and IIS 6
I've got an asp.net2 application that is consuming a simple web service. This works fine on the development machine. When i deploy it to production server which is running IIS6, it does not work it comes up with the error shown below. I thought it was an issue with the rights on the temp folder but i have done this and still it does not work. SOMEBODY PLEASE HELP THIS IS DRIVING ME NUTS.
Server Error in '/myapp' Application.
--------------------------------------------------------------------------------
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Unable to generate a temporary class (result=1).
error CS0583: Internal Compiler Error (0xc0000005 at address 790024CF): likely culprit is 'BEGIN'.
error CS0001: Internal compiler error (0xc0000005)
Source Error:
[No relevant source lines]
Source File: /myapp/App_WebReferences/NumericUpDownRange/ Line: 1
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42