Link to home
Start Free TrialLog in
Avatar of timpoynter
timpoynter

asked on

Failed to execute request because the App-Domain could not be created. Error: 0x80070002 The system cannot find the file specified.

Hi

I ran windows update on my windows 2003 server last night, updates included .net framework updates.

I now get Event ID 1088

Failed to execute request because the App-Domain could not be created. Error: 0x80070002 The system cannot find the file specified.

MSCRM and Sharepoint are running on the server.

Tried aspnet_regiis but not joy
Avatar of John Claes
John Claes
Flag of Belgium image

I would suggest to look at the folowing Url

http://forums.iis.net/t/1171153.aspx

Why?

Sollution checking there :
Use Process Monitor to see what file is missing.

Returned :
Path Not Found: (might be another file in your case)
aspnet_wp.exe QueryOpen C:\Documents and Settings\CSCDICHECK04\ASPNET\Local Settings\Application Data\assembly\dl2\VZ4KXM8V.O0L\JBK48XG1.OZM
aspnet_wp.exe QueryOpen D:\WebSites\test\bin\System.Web.DLL
aspnet_wp.exe QueryOpen D:\WebSites\test\bin\System.Web\System.Web.DLL
aspnet_wp.exe QueryOpen D:\WebSites\test\bin\System.Web.EXE
aspnet_wp.exe QueryOpen D:\WebSites\test\bin\System.Web\System.Web.EXE

answer upon result :
The search for System.Web is suspicious and you should review your web.config to see if you have made any mistakes.

So:

My questions are
1) Is it possible that the New version is not fully installed?
2) did you already used a IISRESET ?
3) can you check the web.config

regards

poor beggar
ASKER CERTIFIED SOLUTION
Avatar of timpoynter
timpoynter

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of timpoynter
timpoynter

ASKER

I resolved it myself