Issues with Latest Release Source Code

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
6/3/2010 7:48:31 PM
Gravatar
Total Posts 355

Issues with Latest Release Source Code

I've just downloaded the latest release source code, set up in VS2008, and these are the errors I get on build:

 

Error 17 The type or namespace name 'HtmlConfiguration' could not be found (are you missing a using directive or an assembly reference?) C:\Users\IndigoTea\Documents\Visual Studio 2008\Projects\babeswithblades\Web\Modules\HtmlModule.ascx.cs 30 19 mojoPortal.Web-vs2008

Error 18 The type or namespace name 'FacebookLikeButton' does not exist in the namespace 'mojoPortal.Web.UI' (are you missing an assembly reference?) C:\Users\IndigoTea\Documents\Visual Studio 2008\Projects\babeswithblades\Web\Modules\HtmlModule.ascx.designer.cs 94 45 mojoPortal.Web-vs2008

Error 19 Metadata file 'C:\Users\IndigoTea\Documents\Visual Studio 2008\Projects\babeswithblades\Web\bin\mojoPortal.Web.dll' could not be found WebStore.UI-vs2008

Error 20 Metadata file 'C:\Users\IndigoTea\Documents\Visual Studio 2008\Projects\babeswithblades\Web\bin\mojoPortal.Web.dll' could not be found mojoPortal.Features.UI-vs2008

Error 21 The type or namespace name 'HtmlConfiguration' could not be found (are you missing a using directive or an assembly reference?) C:\Users\IndigoTea\Documents\Visual Studio 2008\Projects\babeswithblades\Web\Modules\HtmlModule.ascx.cs 30 50 mojoPortal.Web-vs2008

Error 22 The type or namespace name 'HtmlConfiguration' could not be found (are you missing a using directive or an assembly reference?) C:\Users\IndigoTea\Documents\Visual Studio 2008\Projects\babeswithblades\Web\Modules\HtmlModule.ascx.cs 138 26 mojoPortal.Web-vs2008

Any ideas as to what's broken, and how to fix it?
 

6/4/2010 5:26:37 AM
Gravatar
Total Posts 18439

Re: Issues with Latest Release Source Code

Hi,

I don't know what you downloaded, but it is clear you do not have the latest source code because we no longer have projects/solutions for VS 2008. The latest code requires Visual Studio 2010 or Visual Web Developer Express 2010.

Get the latest code from Codeplex

Best,

Joe

6/4/2010 10:57:56 AM
Gravatar
Total Posts 355

Re: Issues with Latest Release Source Code

I'd dropped the files into an existing project - I won't be upgrading to 2010 for a while (no funds for an MSDN subscription at this time, and I really do need more functionality than the free Express version provides).  Thanks for your response!

6/4/2010 11:48:41 AM
Gravatar
Total Posts 18439

Re: Issues with Latest Release Source Code

Hi,

You should be able to install Visual Web Developer Express along side VS 2008 and VS 2010, and it has everything needed for mojoPortal development. I have VS 2008, VS 2010, and Visual Developer Express Phone version all installed on my machine.

What features do you need that are not in the Express version?

You won't be able to use VS 2008 with the latest mojoPortal code, so maybe you can use Visual Web Developer Express when working with mojoPortal and VS 2008 when working on other projects.

As far as I know there are not much differences between the Express version and VS 2010 Pro, other than no third party tools can plugin like Coderush or other add ons can't work with Express, but other than that it is about the same.

Hope it helps,

Joe

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