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/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 ?
5/26/2006 6:05:22 AM
Gravatar
Total Posts 146

Re: Now: About Brettle.Web.NeatUpload

In the field mp_sites.skin: I changed to p_default, mojo1, and xyz and no matter, the page result with the message is the same...

What other thing could I do to resolve this trouble?

Please...
5/26/2006 6:09:35 AM
Gravatar
Total Posts 146

Re: Now: About Brettle.Web.NeatUpload

Opps... in the prev message swap p_default with rasti.
5/26/2006 6:21:22 AM
Gravatar
Total Posts 18439

Re: Now: About Brettle.Web.NeatUpload

I think it might be the siteSettings object that is null but I would have expected the error to occur on the previous line.

I would step through the code and find out exactly what is null. Right after the line where it gets the siteSettings, mouse over the siteSettings and see if its null. If it is then you need to put a break point in global.asax.cs in Application_BeginRequest that is where it puts the siteSettigns into the http context. step through that code and find out why its null.

Hope it helps,

Joe
5/26/2006 7:05:21 AM
Gravatar
Total Posts 146

Re: Now: About Brettle.Web.NeatUpload

Thanks Joe.

Excuse me for the question, because I think is only about VS, but when I try to stop the program with breakpoints no work. In other word is like breakpoints not exist.

I will see it
5/26/2006 12:04:46 PM
Gravatar
Total Posts 18439

Re: Now: About Brettle.Web.NeatUpload

In VS you have a dropdown at the top for Release or Debug mode. You have to be in Debug mode for it to stop at break points. You also must have CompilationDebug=true in the web.config.

When you release, you should rebuild in Release mode and set compilationdebug=false in the web.config on a production server.

Hope it helps,

Joe
5/26/2006 12:53:42 PM
Gravatar
Total Posts 146

Re: Now: About Brettle.Web.NeatUpload

Thanks for your attention Joe.

Really I don't know what happening. About two things you say me:  'Compilation Debug' in Web.confg and 'Debug' in VS are Ok. And, for other side I see the IIS and flags for debug are ON (in tab Virtual Dir. - Configuration - Debug). In Addition, I put a lot of breakpoint, but the application still go a head without stop.

Please, any question I will be ready to answer, because I need to solve this!

Thanks in advance...
5/26/2006 12:55:31 PM
Gravatar
Total Posts 18439

Re: Now: About Brettle.Web.NeatUpload

In Visual Studio at the top there is a dropdown for Debug or Release, do you have it set to Debug? Not in IIS.
5/26/2006 1:00:24 PM
Gravatar
Total Posts 18439

Re: Now: About Brettle.Web.NeatUpload

Also, try right click the mojoPortal.Web project and choose Properties, then click on Configuration Properties > Debugging

make sure Enable ASP.NET Debugging is set to True and make sure you have the local host url in Start URL maybe something like http://localhost/mojoportal/Default.aspx


Hope it helps,

Joe
5/26/2006 1:20:06 PM
Gravatar
Total Posts 18439

Re: Now: About Brettle.Web.NeatUpload

Thanks a lot

May be, now I am in the right way..., I need to use Windows Authentication, I will see how to activate this and I will continue working....

Thanks again
5/26/2006 1:27:24 PM
Gravatar
Total Posts 146

Re: Now: About Brettle.Web.NeatUpload

I am not Guest?---> I'm Romulo!!!  (The previous message was mine )
You must sign in to post in the forums. This thread is closed to new posts.