Boa tarde,
Estou usando o Visual Studio 2010, Tenho uma Aplicação WEB foi desenvolvida no Visual Studio 2003 Framework 1.1 c#
Abri Esta aplicação no VS 2010 com Framework 4. A Aplicação foi convertida porem quando exetuto a Aplicação informa o erro abaixo:
Object reference not set to an instance of an object. 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.NullReferenceException: Object reference not set to an instance of an object.
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:
[NullReferenceException: Object reference not set to an instance of an object.]
MagicAjax.Util.GetPrivateField(Object instance, Type type, String fieldName) +59
MagicAjax.AjaxCallHelper.GetPageHiddenDictionary(Page page, String fieldName) +86
MagicAjax.AjaxCallHelper.HandleClientScriptBlocks(Page page, Boolean reflectToClient) +50
MagicAjax.AjaxCallHelper.Page_PreRender(Object sender, EventArgs e) +366
System.Web.UI.Control.OnPreRender(EventArgs e) +92
System.Web.UI.Control.PreRenderRecursiveInternal() +83
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +974
|
no WEBFORM no qual utilizo MAgicAjax. já pesquisei na Internet e não consegui achar a solução alquem pode me ajudar?