Building Custom Modules

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.
1/13/2011 1:22:31 PM
Gravatar
Total Posts 67

Building Custom Modules

Hello, I'm getting this error when I was following along with the tutorial videos, after completing video number 13:

Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "Resources.GuestBookResource.resources" was correctly embedded or linked into assembly "App_GlobalResources._kh9oahr" at compile time, or that all the satellite assemblies required are loadable and fully signed.

I'd appreciate any advice as to how to debug this. It builds just fine, so this is a run-time error, and I'm still running on the VS dev server (not IIS, as I didn't want to re-write my localhost default path because I'm working on different projects while following along with the tutorials). Thanks!

1/17/2011 3:26:39 PM
Gravatar
Total Posts 67

Re: Building Custom Modules

I still haven't been able to solve this. Apparently this has something to do with designating your own culture... I'm not exactly sure.

2/6/2011 9:12:59 AM
Gravatar
Total Posts 18439

Re: Building Custom Modules

If you are using the Express version of Visual Studio, I recommend get the full version, you probably qualify to get it free via the Web Site Spark program.

Hope it helps,

Joe

2/9/2011 8:44:01 AM
Gravatar
Total Posts 67

Re: Building Custom Modules

I'm using VS 2010 Premium...

2/9/2011 9:52:54 AM
Gravatar
Total Posts 18439

Re: Building Custom Modules

Make sure you are copying your .resx file(s) in the post build event of your ui project so it lands in Web/App_GlobalResources

Hope it helps,

Joe

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