Question
July 9, 2007 at 05:46 AM
khumalom

Web Service and IIS 6

by khumalom . Updated 19 years ago

Hi all
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

This discussion is locked

All Comments