CodeBehind file not found.

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.
3/13/2009 6:56:18 AM
Gravatar
Total Posts 3

CodeBehind file not found.

I just downloaded mojoportal-2-2-9-2-mssqlreleasefiles, and it won't build. There are ascx files that have CodeBehind="filename.ascx.cs", but no code behind. Any ideas? Should I try removing those references?

3/13/2009 7:05:59 AM
Gravatar
Total Posts 18439

Re: CodeBehind file not found.

The "release" files are pre-compiled and ready for production deployment, there is no C# source code included with that package and it is not intended for use with Visual Studio.

If you want to use Visual Studio you need to download the source code which has projects and solution files and source code. 

Hope it helps,

Joe

3/13/2009 7:09:37 AM
Gravatar
Total Posts 3

Re: CodeBehind file not found.

Ok, thanks Joe.

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