Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Sep 13, 2012 03:15 PM by sameer_khanjit
0 Points
3 Posts
Sep 12, 2012 01:53 PM|LINK
Hello im having this error on my server what can it be?
In first i was having issues with autenticate. Now this.
◄|Log Name: Application | | |Source: ASP.NET 2.0.50727.0 | | |Date: 9/12/2012 9:31:44 AM | | |Event ID: 1309 | | |Task Category: Web Event | | |Level: Warning | | |Keywords: Classic | | |User: N/A | | |Computer: xxxxxxxxxx | | |Description: | | |Event code: 3005 | | |Event message: An unhandled exception has occurred. | | |Event time: 9/12/2012 9:31:44 AM | | |Event time (UTC): 9/12/2012 12:31:44 PM | | |Event ID: 3d71e27a660c47e99ba237de63e8cc05 | | |Event sequence: 2 | | |Event occurrence: 1 | | |Event detail code: 0 | | | | | |Application information: | | |Application domain: xxxxxxxxxxxxxxxxx | | |Trust level: Full | | |Application Virtual Path: xxxxxxxx | | |Application Path: xxxxxxxxxxxxxxxxx | | |Machine name: xxxxxxxxxxxxxx | | | | | |Process information: | | |Process ID: 14624 | | |Process name: w3wp.exe | | |Account name: NT AUTHORITY\NETWORK SERVICE | | | | | |Exception information: | | |Exception type: InvalidOperationException | | |Exception message: The resource class for this page was not found. Please check if the resource file | | |exists and try again. | | | | | |Request information: | | |Request URL: xxxxxxxxxxxxxxxxxxxxxxxxxx | | |Request path: xxxxxxxxxxxxxxxxxxxxxxxxx | | |User host address: xxxxxxxxxxxxxxxxxx | | |User: | | |Is authenticated: False | | |Authentication Type: | | |Thread account name: NT AUTHORITY\NETWORK SERVICE | | | | | |Thread information: | | |Thread ID: 3 | | |Thread account name: NT AUTHORITY\NETWORK SERVICE | | |Is impersonating: True | | |Stack trace: at System.Web.Compilation.LocalResXResourceProvider.CreateResourceManager() | | |at System.Web.Compilation.BaseResXResourceProvider.EnsureResourceManager() | | |at System.Web.Compilation.BaseResXResourceProvider.GetObject(String resourceKey, CultureInfo culture) | | |at System.Web.Compilation.ResourceExpressionBuilder.GetResourceObject(IResourceProvider | | |resourceProvider, String resourceKey, CultureInfo culture, Type objType, String propName) | | |at System.Web.UI.TemplateControl.GetLocalResourceObject(String resourceKey) | | |at ASP.loginejs_aspx.__BuildControl__control2() | | |at ASP.loginejs_aspx.__BuildControlTree(loginejs_aspx __ctrl) | | |at ASP.loginejs_aspx.FrameworkInitialize() | | |at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean | | |includeStagesAfterAsyncPoint) | | |at System.Web.UI.Page.ProcessRequest() | | |at System.Web.UI.Page.ProcessRequest(HttpContext context) | | |at ASP.loginejs_aspx.ProcessRequest(HttpContext context) | | |at | | |System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()| | |at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) | | |
Please Help!
Participant
1406 Points
291 Posts
Sep 12, 2012 02:43 PM|LINK
maybe something here will help: http://forums.asp.net/t/986699.aspx/1
Contributor
7060 Points
1378 Posts
Sep 13, 2012 03:15 PM|LINK
There is a missing resources file or folder in your project.
Please check resource files
also please look :-
http://support.microsoft.com/kb/933383
AugustoPP
0 Points
3 Posts
Event Code: 3005 An unhandled exception has occurred.
Sep 12, 2012 01:53 PM|LINK
Hello im having this error on my server what can it be?
In first i was having issues with autenticate. Now this.
◄|Log Name: Application |
| |Source: ASP.NET 2.0.50727.0 |
| |Date: 9/12/2012 9:31:44 AM |
| |Event ID: 1309 |
| |Task Category: Web Event |
| |Level: Warning |
| |Keywords: Classic |
| |User: N/A |
| |Computer: xxxxxxxxxx |
| |Description: |
| |Event code: 3005 |
| |Event message: An unhandled exception has occurred. |
| |Event time: 9/12/2012 9:31:44 AM |
| |Event time (UTC): 9/12/2012 12:31:44 PM |
| |Event ID: 3d71e27a660c47e99ba237de63e8cc05 |
| |Event sequence: 2 |
| |Event occurrence: 1 |
| |Event detail code: 0 |
| | |
| |Application information: |
| |Application domain: xxxxxxxxxxxxxxxxx |
| |Trust level: Full |
| |Application Virtual Path: xxxxxxxx |
| |Application Path: xxxxxxxxxxxxxxxxx |
| |Machine name: xxxxxxxxxxxxxx |
| | |
| |Process information: |
| |Process ID: 14624 |
| |Process name: w3wp.exe |
| |Account name: NT AUTHORITY\NETWORK SERVICE |
| | |
| |Exception information: |
| |Exception type: InvalidOperationException |
| |Exception message: The resource class for this page was not found. Please check if the resource file |
| |exists and try again. |
| | |
| |Request information: |
| |Request URL: xxxxxxxxxxxxxxxxxxxxxxxxxx |
| |Request path: xxxxxxxxxxxxxxxxxxxxxxxxx |
| |User host address: xxxxxxxxxxxxxxxxxx |
| |User: |
| |Is authenticated: False |
| |Authentication Type: |
| |Thread account name: NT AUTHORITY\NETWORK SERVICE |
| | |
| |Thread information: |
| |Thread ID: 3 |
| |Thread account name: NT AUTHORITY\NETWORK SERVICE |
| |Is impersonating: True |
| |Stack trace: at System.Web.Compilation.LocalResXResourceProvider.CreateResourceManager() |
| |at System.Web.Compilation.BaseResXResourceProvider.EnsureResourceManager() |
| |at System.Web.Compilation.BaseResXResourceProvider.GetObject(String resourceKey, CultureInfo culture) |
| |at System.Web.Compilation.ResourceExpressionBuilder.GetResourceObject(IResourceProvider |
| |resourceProvider, String resourceKey, CultureInfo culture, Type objType, String propName) |
| |at System.Web.UI.TemplateControl.GetLocalResourceObject(String resourceKey) |
| |at ASP.loginejs_aspx.__BuildControl__control2() |
| |at ASP.loginejs_aspx.__BuildControlTree(loginejs_aspx __ctrl) |
| |at ASP.loginejs_aspx.FrameworkInitialize() |
| |at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean |
| |includeStagesAfterAsyncPoint) |
| |at System.Web.UI.Page.ProcessRequest() |
| |at System.Web.UI.Page.ProcessRequest(HttpContext context) |
| |at ASP.loginejs_aspx.ProcessRequest(HttpContext context) |
| |at |
| |System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()|
| |at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) |
| |
Please Help!
emonti
Participant
1406 Points
291 Posts
Re: Event Code: 3005 An unhandled exception has occurred.
Sep 12, 2012 02:43 PM|LINK
maybe something here will help: http://forums.asp.net/t/986699.aspx/1
sameer_khanj...
Contributor
7060 Points
1378 Posts
Re: Event Code: 3005 An unhandled exception has occurred.
Sep 13, 2012 03:15 PM|LINK
There is a missing resources file or folder in your project.
Please check resource files
also please look :-
http://support.microsoft.com/kb/933383
sameer.khanjit@gmail.com
View Blog
Click "Mark as Answer" on the post that helped you.