Could not load type 'mojoPortal.Web.Data.Sites._1.skins.My_dcarter_ticktockpro.WebForm1'.

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.
4/28/2009 1:06:20 PM
Gravatar
Total Posts 3

Could not load type 'mojoPortal.Web.Data.Sites._1.skins.My_dcarter_ticktockpro.WebForm1'.

Hello everybody!

 

I am trying to run mojoportal in visual studio 2008, but when compile, i get

this error:

 

Error 2 Could not load type 'mojoPortal.Web.Data.Sites._1.skins.My_dcarter_ticktockpro.WebForm1'. C:\Inetpub\wwwroot\MojoPortal\Data\skins\dcarter-bluedesert\WebForm1.aspx 1
 

 

somebody knows why???

 

thanks.

 

fausto

 

4/28/2009 1:13:08 PM
Gravatar
Total Posts 18439

Re: Could not load type 'mojoPortal.Web.Data.Sites._1.skins.My_dcarter_ticktockpro.WebForm1'.

Hi,

You are trying to use the release files in VS, if you used the source code .sln this error would not happen.

But you can probably resolve it by deleting the files  WebForm1.aspx, WebForm1.aspx.cs, and WebForm1.aspx.designer.cs from the /Data/skins/dcarter-bluedesert folder. Those files don't need to be there, I guess I didn't notice those files when this skin was contributed, I'm deleting them from my copy now.

I generally recommend developers to use the source code download because there are many good code examples in mojoPortal todo almost anyting you might need to do and looking at that code can help you with your custom development.

Best,

Joe

4/28/2009 3:42:44 PM
Gravatar
Total Posts 3

Re: Could not load type 'mojoPortal.Web.Data.Sites._1.skins.My_dcarter_ticktockpro.WebForm1'.

thank you Joe.

I'll take you advice.

Look, this is next exception:

Error 2 Could not load type 'Brettle.Web.NeatUpload.AccessSessionPage'. C:\Inetpub\wwwroot\MojoPortal\NeatUpload\AccessSession.aspx 1
 

I don`t know why ....

 

but i wnat to run the .sln

 

Thanks Joe

 

4/29/2009 5:25:45 AM
Gravatar
Total Posts 18439

Re: Could not load type 'mojoPortal.Web.Data.Sites._1.skins.My_dcarter_ticktockpro.WebForm1'.

Again, that file exists but is not part of the project, since you are using the pre-compiled release instead of source code you get this error because there is no .csproj file so it thinks all files are part of the project.

If you use the source code solution it knows which files are in the proejcts so you don't get any errors like that.

Using the pre-compiled release files in VS, you can safely delete any .aspx files that it says it can't load. So delete the file /NeatUpload/AccessSessionPage.aspx and any others that give the same kind of error. I will get rid of those files for the next release if you tell me about any more of them.

If you want to use the source code then either get it from svn trunk or download the source code zip, please read the information on the download page. in order to know what files to download and use for development. Then you also need to learn how to package your own build.

Hope it helps,

Joe

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