No Code-Behind Files?

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

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.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
11/10/2006 10:04:32 AM
Gravatar
Total Posts 2

No Code-Behind Files?

I just downloaded the MS SQL source from mojoportal-2-1-4-mssqlreleasefiles.zip on

http://developer.novell.com/wiki/index.php/Mojoportal

but there weren't any code-behind files included, so I downloaded the mojoportal-2-1-4-sourcecode.zip file from the same page, but when I opened the  "Web" folder of that download it tried to run the VS conversion wizard.  Although I thought this was a 2.0 version of the product, I ran the conversion anyway and came back with the error "ERROR: Unable to parse project file mojoPortal.Web.csproj. "

Any help would be appreciated.

Brad

11/10/2006 10:17:38 AM
Gravatar
Total Posts 18439

Re: No Code-Behind Files?

Hi Brad,

Not sure why it ran the conversion wizard, it shouldn't do that. The issue with the web project is that you need to install the newer Web Application Project type from here:

first install this update patch for VS 2005
http://www.microsoft.com/downloads/details.aspx?FamilyId=8B05EE00-9554-4733-8725-3CA89DD9BFCA&displaylang=en
and then this new project type for VS 2005
http://msdn2.microsoft.com/en-us/asp.net/aa336618.aspx

The release files have no code behind on purpose, they are only for deployment. Developers should use the source files.

Hope it helps,

Joe
11/10/2006 1:23:23 PM
Gravatar
Total Posts 2

Re: No Code-Behind Files?

Got it, thanks!
You must sign in to post in the forums. This thread is closed to new posts.