Is MojoPortal compatible with Silverlight4 applications?

This is an open forum for any mojoPortal topics that don't fall into the other categories.

This thread is closed to new posts. You must sign in to post in the forums.
8/30/2010 11:25:14 AM
Gravatar
Total Posts 17

Is MojoPortal compatible with Silverlight4 applications?

I am using the current verson of Mojoportal on a win2008 server with iis7. Mojoportal is installed with ASP.Net 4.0 Application pool.

I have added my own Silverlight4 business application below that, so the url would be (not real):
http://www.myMojoportal.com/mySLApp/default.aspx

I have made no adjustments to Mojoportal except in the web.config where I have enabled:
<location inheritInChildernApplications="false">
<system.web></system.web>
</location>

In this scenario, when I try to run my app, I get the following error:
-----------------------------------------------------------------------------------
Could not load file or assembly 'mojoPortal.Web' or one of its dependencies.
The system cannot find the file specified.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'mojoPortal.Web' or one of its dependencies. The system cannot find the file specified.
-------------------------------------------------------------------------------------

It appears that Mojoportal is interferring with my application is some other way and trying to read mojoportal.web

I am able to successfully run my application from the same server if I place it in its own website (I stop the mojoportal website and start the myslappwebsite)

http:///www.myslappwebsite.com

any help would be greatly appreciated.

Thanks

8/30/2010 11:46:56 AM
Gravatar
Total Posts 18439

Re: Is MojoPortal compatible with Silverlight4 applications?

you also need to wrap the location around the system.webserver section

Hope it helps,

Joe

8/30/2010 12:21:32 PM
Gravatar
Total Posts 17

Re: Is MojoPortal compatible with Silverlight4 applications?

Thanks Joe,  That got it working on my test server.   That apparently was not the solution for my ISP, I'm getting a 500- Internal Server Error there.  I will take it up with them.

8/31/2010 5:44:46 PM
Gravatar
Total Posts 139
"All that is gold does not glitter, not all those who wander are lost;" --J.R.R. Tolkien

Re: Is MojoPortal compatible with Silverlight4 applications?

If I were you, i'd ask your ISP if Silverlight's blocked on their servers, (that's if they're hosting it that is). 

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