Hi, again:
Well, the solution above helped me to resolve my first obstacle, but now I have another problem. The same app returns the next error, I have read some topics about and I supose that the error is cause my app server uses a proxy, I don't know, I hope somebody could help us. In my Visual Studio it works perfectly but when I puplish my app at the server I get this error:
Error Caught in Page_Error event
Error in:
http://72.249.60.132/cartilla/wbfCartillaInteractiva.aspxError Message: Object reference not set to an instance of an object.
Stack Trace:
at CartillaInteractiva.wbfCartillaInteractiva.Page_Load(Object sender, EventArgs e) in F:\Documentos\GoNet - Juan
Manuel\Pfizer\CartillaInteractiva\Pfizer-CartillaInteractiva\CartillaInteractiva\wbfCartillaInteractiva.aspx.cs:line 41 at
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) at
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs
e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint,
Boolean includeStagesAfterAsyncPoint)
Thanks and reggards!