mojoPortal.Data problem

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.
9/29/2007 4:32:52 PM
Gravatar
Total Posts 16

mojoPortal.Data problem

 

I did added the source of mojoPortal.Data to my project in App_Code, but now I am having this exception:

Could not load file or assembly 'mojoPortal.Data, Version=1.0.2821.1353, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.

Somewhere it said that assembly is needed and I can not find where? How can I specify that the code is no longer in that assembly? web.config?

9/29/2007 4:47:06 PM
Gravatar
Total Posts 18439

Re: mojoPortal.Data problem

mojoPortal uses the precompiled compilation model. We don't use App_Code

When you build the solution the compiled mojoPortal.Data.dll file goes in the bin folder. If you are working with the mojoportal soultion just build it with VS 2005.

Hope it helps,

Joe

9/29/2007 5:06:56 PM
Gravatar
Total Posts 16

Re: mojoPortal.Data problem

I am not workng with Mojo Portal solution, I am working of one of my own. I want to keep the source in App_Code, because I want to modify it quickly if needed and because I am having problems with the differenet versions of npgsql that are used by MojoPortal and my own that I use usually. I am having exceptions that I can not fix because of npgsql.

 

9/29/2007 5:16:33 PM
Gravatar
Total Posts 18439

Re: mojoPortal.Data problem

I don't think I can help you with that scenario, thats kind of outside the scope of what I can provide suppport for. Good luck with it though, hope you can get it working.

Joe

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