Error Creating Control pnlWrapper. - App_GlobalResources

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.
8/27/2009 1:15:33 PM
Gravatar
Total Posts 245
mojoPortal Community Expert

Error Creating Control pnlWrapper. - App_GlobalResources

Hi

I have a custom feature I created and I used the WebStore as a model of how to do things right.

When I open my main ascx control and go to design mode I see...

[ctop1]
Error creating Control - pnlWrapper
Could not load file or assembly 'App_GlobalResources' or one of it's dependancies.  The system cannot find the specified file
[cbottom1]

I did not used to have this problem.

So... I installed a new/empty with a new database 2.3.1.5. test site and using VS 2008 opened WebStoreModule.ascx and went to Design mode.  Same error.  Normally I'd just use source view but I have 2 grids and several other controls on my page and it's a pain with no design mode.

Anyway to get my design mode back?

Thanks

8/27/2009 2:29:42 PM
Gravatar
Total Posts 18439

Re: Error Creating Control pnlWrapper. - App_GlobalResources

Hi Rick,

I've figured out that the culprit is the ModuleTitleControl, chopping it out gets past the designer error. I've done everything I can think of to try and fix it but so far no luck. If there was a way to debug design view rendering I would do it. I've tried adding 

if (this.Site != null && this.Site.DesignMode) { return; }

in every method but still no luck.

I don't use the design view myself. You might chop out the module title work with your grids then put it back as a workaround. If you find any solution let me know.

Hope it helps,

Joe

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