Click here to Skip to main content
15,891,567 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Error Type
System.Web.HttpUnhandledException
Error Message
Exception of type 'System.Web.HttpUnhandledException' was thrown.
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.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.api_moneytransfer_aspx.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)


Hello Friends
I am implementing an registration form in server. I which user his/her details like (User Name, Address, Contact Number, Uploading his/her Image(Local Folder) ). On button click event above exception is throwing. Please help me to resolve this exception.
Posted

SQL
Have you deploy your site on server, if yes then go to preceding below path

c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files

delete your site folder. restart IIS. check the application.


I hope this work for you!!!!!!!!!!! :)
 
Share this answer
 
Comments
Member 11576179 7-Apr-15 4:03am    
Hello Upendra
Thanks for your reply. Sir, "Temporary ASP.NET Files" is not present in v2.0.50727 folder in my system. Is there any other alternative??
upendra shahi 7-Apr-15 4:45am    
restart your IIS and check application!!
upendra shahi 7-Apr-15 5:00am    
Click on Tools menu and then Internet Options.
Under General Tab click on the Languages button at the bottom.
Ensure English (United States) [en-us] is there is the list of languages.
If this language option is unavailable, click Add and then add it to the group.
Click OK and relaunch Web Resource.
Kindly do this :

** Click on Tools menu and then Internet Options.
** Under General Tab click on the Languages button at the bottom.
** Ensure English (United States) [en-us] is there is the list of languages.
** If this language option is unavailable, click Add and then add it to the group.
** Click OK and relaunch Web Resource.
 
Share this answer
 
Comments
Member 11576179 7-Apr-15 5:42am    
I am using Visual studio2010
Deepu S Nair 8-Apr-15 8:45am    
Two solutions for one question?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900