Now: About Brettle.Web.NeatUpload

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
5/25/2006 11:44:29 AM
Gravatar
Total Posts 146

Now: About Brettle.Web.NeatUpload

While app is loading de Default.aspx throw this error:

[Exception: Unhandled Exception while processing NeatUpload child request]
Brettle.Web.NeatUpload.UploadHttpModule.Application_BeginRequest(Object sender, EventArgs e) +858
System.Web.SyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +60
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87

Ufff... It has been a long day…, but I will not stop until having working it




							
5/25/2006 11:48:35 AM
Gravatar
Total Posts 146

Re: Now: About Brettle.Web.NeatUpload

Opps !!, the question!.

What can be happening when loading the page that causes this error?
5/25/2006 12:38:58 PM
Gravatar
Total Posts 148

Re: Now: About Brettle.Web.NeatUpload

Are you sure that is the entire error message and stack trace?  NeatUpload processes all requests, so you would see something like that no matter what the underlying error was.

--Dean
5/25/2006 5:26:59 PM
Gravatar
Total Posts 146

Re: Now: About Brettle.Web.NeatUpload

Yes, all message is this:

[NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.]
mojoPortal.Web.MasterPage..ctor() +230
ASP.Default_aspx.__BuildControlMPContainer() in C:\WebSites\clinicas\Default.aspx:3
ASP.Default_aspx.__BuildControlTree(Control __ctrl) in C:\WebSites\clinicas\Default.aspx:1
ASP.Default_aspx.FrameworkInitialize() in c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\mojo\e8a30e8a\1b89c284\iftlds9h.0.cs:0
System.Web.UI.Page.ProcessRequest() +84
System.Web.UI.Page.ProcessRequest(HttpContext context) +18
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +179
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87

[Exception: Unhandled Exception while processing NeatUpload child request]
Brettle.Web.NeatUpload.UploadHttpModule.Application_BeginRequest(Object sender, EventArgs e) +858
System.Web.SyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +60
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87

I think: like the first exception is around of NeatUpload... then the solution to the problem must be begin by it.
  
I will be waiting any comment about that...

Thanks in advance



5/25/2006 5:34:00 PM
Gravatar
Total Posts 148

Re: Now: About Brettle.Web.NeatUpload

The NullReferenceException is not caused by NeatUpload and is the real cause of the problem.  I'm not sure what is causing the it.  Joe, might have an idea.

FYI, the output appears the way it does because NeatUpload catches the exception and rethrows it.

--Dean
5/25/2006 5:48:24 PM
Gravatar
Total Posts 146

Re: Now: About Brettle.Web.NeatUpload

[NullReferenceException: Reference to object nonestablished like instance of an object]

FYI ?: (what means?)

For other side:
Can you tell me, -in a few words- which is the mission of NeatUload?

Thanks
 
5/25/2006 5:55:40 PM
Gravatar
Total Posts 146

Re: Now: About Brettle.Web.NeatUpload


Dean, don't worry about which is the mission of NeatUpload, I can see it into your web site, great !. (FYI?).   

Joe:

If you can say me something about the exception... please?!

Thanks again
5/26/2006 1:56:08 AM
Gravatar
Total Posts 18439

Re: Now: About Brettle.Web.NeatUpload

Rueben,

I suspect it is a problem with your skin. Are you using a built in skin or a custom skin?

What I would do is set a break point in the constructor of ~/Components/MasterPage.cs, step through the code and see what is the null reference.

Maybe you have something missing from your skin.

Hope it helps,

Joe
5/26/2006 4:13:13 AM
Gravatar
Total Posts 146

Re: Now: About Brettle.Web.NeatUpload

Hi Joe, (I'm here again...)

You have a right. I can see something more of information. Can you see something that aid in the solution?. I, will continue testing meanwhile...

Referencia a objeto no establecida como instancia de un objeto.

Descripción: Excepción no controlada al ejecutar la solicitud Web actual. Revise el seguimiento de la pila para obtener más información acerca del error y dónde se originó en el código.

Detalles de la excepción: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.

Error de código fuente:

Línea 69: 				SiteSettings siteSettings = (SiteSettings) HttpContext.Current.Items["SiteSettings"];
Línea 70: skinFolder = "~/Data/Sites/" + siteSettings.SiteID.ToString() + "/skins/";
Línea 71: skinName = siteSettings.Skin.Replace(".ascx","") + "/layout.ascx";
Línea 72:
Línea 73: // implement user skins

Archivo de origen: E:\SysDevNET\mojoportal\Web\Components\MasterPage.cs    Línea: 71

Seguimiento de la pila:

[NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.]
mojoPortal.Web.MasterPage..ctor() in E:\SysDevNET\mojoportal\Web\Components\MasterPage.cs:71
ASP.Default_aspx.__BuildControlMPContainer() in E:\SysDevNET\mojoportal\Web\Default.aspx:3
ASP.Default_aspx.__BuildControlTree(Control __ctrl) in E:\SysDevNET\mojoportal\Web\Default.aspx:1
ASP.Default_aspx.FrameworkInitialize() in c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\mojoportalxp\f2b17731\d1fc9148\s9oisflb.0.cs:0
System.Web.UI.Page.ProcessRequest() +83
System.Web.UI.Page.ProcessRequest(HttpContext context) +18
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +179
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87

[Exception: Unhandled Exception while processing NeatUpload child request]
Brettle.Web.NeatUpload.UploadHttpModule.Application_BeginRequest(Object sender, EventArgs e) in E:\SysDevNET\mojoportal\NeatUpload\UploadHttpModule.cs:224
System.Web.SyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +60
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87


Información de versión: Versión de Microsoft .NET Framework:1.1.4322.2032; Versión de ASP.NET:1.1.4322.2032
5/26/2006 4:25:53 AM
Gravatar
Total Posts 18439

Re: Now: About Brettle.Web.NeatUpload

look in mp_Sites in the skin field. Does it contain the name of a skin that exists?
5/26/2006 4:45:21 AM
Gravatar
Total Posts 146

Re: Now: About Brettle.Web.NeatUpload

The field has: subblue,
and this skin exist in :

..\web\Data\Skins\subblue, and the
..\web\data\sites\1\skins\subblue


...whats mistake ?
You must sign in to post in the forums. This thread is closed to new posts.