Urgent help -- error raised with framework 2.0
Hello,
My website is running well .netframework v1.1.
Recently I upgraded to framework 2.0.
When I run the application it is giving the following error.
Server Error in '/x1gmgonline' Application.
--------------------------------------------------------------------------------
Failed to map the path '/x1gmgonline/Images/calendar.gif'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.InvalidOperationException: Failed to map the path '/x1gmgonline/Images/calendar.gif'.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[InvalidOperationException: Failed to map the path '/x1gmgonline/Images/calendar.gif'.]
System.Web.Hosting.HostingEnvironment.MapPathActua l(VirtualPath virtualPath, Boolean permitNull) +3521372
System.Web.Hosting.HostingEnvironment.MapPathInter nal(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) +80
System.Web.UI.Control.MapPathSecure(String virtualPath) +90
RicherComponents.DatePickerControl.RichDatePicker. CreateChildControls() +1659
System.Web.UI.Control.EnsureChildControls() +87
System.Web.UI.Control.PreRenderRecursiveInternal() +41
System.Web.UI.Control.PreRenderRecursiveInternal() +161
System.Web.UI.Control.PreRenderRecursiveInternal() +161
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1360
----------------------------------------------------------------------Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
Could anyone tell how to get rid from the error?
Thank you in advance
Bhanu
|