COM+,WebSvc on Win2k3

V

Vai2000

Hi All, I have a COM+ Component that calls a webservice internally. It works
super on Windows 2000, unfortunately when I deployed this application to
Windows 2003 Standard Server, I am getting the error below: I am totally
rattled by it, I have given c:\windows\temp Full permission to just about
every a/c on the m/c.


Message-Server was unable to process request. ---> Unable to generate a
temporary class (result=1).
error CS2001: Source file 'C:\WINDOWS\TEMP\byg_7w25.0.cs' could not be found
error CS2008: No inputs specified

Inner Exception-System.Web.Services.Protocols.SoapException: Server was
unable to process request. ---> Unable to generate a temporary class
(result=1).
error CS2001: Source file 'C:\WINDOWS\TEMP\byg_7w25.0.cs' could not be found
error CS2008: No inputs specified

at
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClient
Message message, WebResponse response, Stream responseStream, Boolean
asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters)

Base Exception Message-Server was unable to process request. ---> Unable to
generate a temporary class (result=1).
error CS2001: Source file 'C:\WINDOWS\TEMP\byg_7w25.0.cs' could not be found
error CS2008: No inputs specified

Base Stack Trace- at
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClient
Message message, WebResponse response, Stream responseStream, Boolean
asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters)
 
L

Laura T.

Dumb one: Did you restart the machine after changing the permissions (or at
least IIS Admin)?

Did you try to give Everyone full control of the temp dir? Just to test. It
seems a permission problem.

I've got those errors until I gave full control to Network Service.
 
V

Vai2000

Gave full permission to just about every a/c on the machine, users, IIS
etc...btw there is no IIS on the server coz the webservice is hosted on a
remote box...Seems like its not able to make the call...failing before
making the call...

Will reboot again...had done that earlier


Laura T. said:
Dumb one: Did you restart the machine after changing the permissions (or at
least IIS Admin)?

Did you try to give Everyone full control of the temp dir? Just to test. It
seems a permission problem.

I've got those errors until I gave full control to Network Service.

Vai2000 said:
Hi All, I have a COM+ Component that calls a webservice internally. It
works
super on Windows 2000, unfortunately when I deployed this application to
Windows 2003 Standard Server, I am getting the error below: I am totally
rattled by it, I have given c:\windows\temp Full permission to just about
every a/c on the m/c.


Message-Server was unable to process request. ---> Unable to generate a
temporary class (result=1).
error CS2001: Source file 'C:\WINDOWS\TEMP\byg_7w25.0.cs' could not be
found
error CS2008: No inputs specified

Inner Exception-System.Web.Services.Protocols.SoapException: Server was
unable to process request. ---> Unable to generate a temporary class
(result=1).
error CS2001: Source file 'C:\WINDOWS\TEMP\byg_7w25.0.cs' could not be
found
error CS2008: No inputs specified

at
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClient
Message message, WebResponse response, Stream responseStream, Boolean
asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters)

Base Exception Message-Server was unable to process request. ---> Unable
to
generate a temporary class (result=1).
error CS2001: Source file 'C:\WINDOWS\TEMP\byg_7w25.0.cs' could not be
found
error CS2008: No inputs specified

Base Stack Trace- at
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClient
Message message, WebResponse response, Stream responseStream, Boolean
asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top