Re: Error when creating a new Web Service
- From: "Alvin Bruney - ASP.NET MVP" <www.lulu.com/owc>
- Date: Fri, 17 Feb 2006 14:24:25 -0500
can you web service write a simple file and read that simple file from the
folder where the error is occuring? that is your next step. Alternatively,
you may want to output the WHOAMI text into the file. This piece of text
simply writes out the process that the account is running under. You can get
it from windows principle user (i think)
--
Regards,
Alvin Bruney [MVP ASP.NET]
[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
-------------------------------------------------------
"SBlain" <SBlain@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:8831B4A2-62CD-4850-8109-9F30DAA31C57@xxxxxxxxxxxxxxxx
I have an application which runs in our development enviroment which iseviroment
Windows Server 2003 with the DOT.NET 1.1 framework. OUr production
is W2K Server with SP4. We have other ASP.NET applications and webservices
running on the same server wich are running perfectly fine, it is onlythis
new one I am trying to place into production. When attempting to bring upa
page on the application in production I get he following error:about
************************************************************
An error occurred while try to load the string resources (GetModuleHandle
failed with error -2147023888).
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
the error and where it originated in the code.to
Exception Details: System.Web.HttpException: An error occurred while try
load the string resources (GetModuleHandle failed with error -2147023888).
************************************************************
I have checked the permissions of the ASP.NEt account and it has the
impersonate user and create global objects set correctly as outlined in
Service Bulletin 821546.
It has Read/Write/Dir rights set the same as all the other applications on
the server.
Does anyone have any ideas on how best to resolve this?
.
- Follow-Ups:
- Re: Error when creating a new Web Service
- From: SBlain
- Re: Error when creating a new Web Service
- Prev by Date: Re: Looping Forms Collection Error
- Next by Date: Re: Looping Forms Collection Error
- Previous by thread: Public ASP.NET Web Form Demonstration
- Next by thread: Re: Error when creating a new Web Service
- Index(es):
Relevant Pages
|