I have migrated my ASP.Net 1.1 application to ASP.Net 2.0. The application is compiled successfully and unning as well. This application is calling COM component developed in PB 9. It is working fine with the ASP.Net 1.1 but giving error in 2.0. The windows error dialog I am seeing is "The instruction at "0x04dc7aae" referenced memory at "0x04dc7aae". The memory could not be read." this dialog has a title "aspnet_wp.exe - Application Error".
I checked the application event log where in I found following error entry
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 2/1/2008 7:10:23 AM
Event time (UTC): 2/1/2008 12:10:23 PM
Event ID: 4d3ce1f0c28448559eee99320d9f4e33
Event sequence: 3
Event occurrence: 1
Event detail code: 0
Application information:
Application domain: /LM/w3svc/1/ROOT/ATMSWeb-1-128463414155205626
Trust level: Full
Application Virtual Path: /ATMSWeb
Application Path: C:\ATMSWeb\
Machine name: CMH-MIS-VDEV027
Process information:
Process ID: 2896
Process name: aspnet_wp.exe
Account name: CMH-MIS-VDEV027\ASPNET
Exception information:
Exception type: HttpUnhandledException
Exception message: Exception of type 'System.Web.HttpUnhandledException' was thrown.
Request information:
Request URL: http://localhost/ATMSWeb/Pages/Grading/CheckSearch.aspx?GradingTypeInd=LC
Request path: /ATMSWeb/Pages/Grading/CheckSearch.aspx
User host address: 127.0.0.1
User: 1
Is authenticated: True
Authentication Type: Forms
Thread account name: CMH\ppatil
Thread information:
Thread ID: 5
Thread account name: CMH\ppatil
Is impersonating: True
Stack trace: at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.Util.AspCompatApplicationStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Custom event details:
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Please help.