browser crash on Silverlight demo

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.
12/19/2008 8:53:20 PM
Gravatar
Total Posts 29

browser crash on Silverlight demo

When I try to load your Silverlight demo, both ie and ff crash. Here is ther error:

 

Event Type: Error
Event Source: .NET Runtime
Event Category: None
Event ID: 1023
Date: 12/19/2008
Time: 8:39:45 PM
User: N/A
Computer: *********
Description:
Application: firefox.exe
CoreCLR Version: 2.0.31005.0
Description: The process was terminated due to an internal error in the .NET Runtime at IP 7B8F898E with exit code 8013150a.


For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

Google wasnt much help with this one. Any ideas?

browser version: FireFox:3.05, ie: 7.0.5730.13

Thx

Greg

 

 

12/20/2008 6:11:50 AM
Gravatar
Total Posts 18439

Re: browser crash on Silverlight demo

Hi Greg,

I experienced this problem the day after I released mojoportal 2.2.8.0 and did some tweaking of the Silverlight and was able to get past the problem.

I'm able to visit http://demo.mojoportal.com/Index.aspx now and it does not crash my Firefox or IE. You might try clearing your browser cache in case the old version of the silverlgiht app is cached.

Best,

Joe

12/20/2008 2:58:59 PM
Gravatar
Total Posts 18439

Re: browser crash on Silverlight demo

Ok, I tried it on another machine and the crash was back. Very weird how its fine on some machines and not on others. I used a library called Caliburn for dependency injection to implement an MVC pattern, I don't know if that's the cause (not much error detail to go on), but today MS released Unity for Silverlight which is another inversion of control/dependency injection framework. So I'm going to try changing it to use Unity. Maybe that will solve it.

Best,

Joe

12/20/2008 5:49:40 PM
Gravatar
Total Posts 29

Re: browser crash on Silverlight demo

I tried it on a different PC. The first time no crash but I didnt have Gears installed. After Gears was loaded in crashed. That's in IE. I couldnt get Gears to load in FF 3.0.5 no matter what I did so I gave up on testing it in FF

Greg

12/21/2008 8:47:42 AM
Gravatar
Total Posts 18439

Re: browser crash on Silverlight demo

Hi Greg,

I just updated it to use Unity and Prism instead of Caliburn. Now it doesn't crash on my 2 machines. Can you clear your browser cache and try again to verify its fixed? I don't know if it was a problem in Caliburn or a problem in the way I was using it, but I like Unity and Prism better already.

Note that the Execute Query button does not work in IE, it throws errors. There are 2 methods in google gears that I can't get to work in Silverlight using IE, but they work fine in Firefox. The 2 methods broken in IE are GearsResultSet.GetFieldName(int fieldIndex) and GearsResultSet.GetFieldValue(int fieldIndex). I can get the field value if I know the field name ahead of time like GearsResultSet.GetFieldValue(string fieldName), so for most applications I should still be able to use Gears even in IE because my field names will be known ahead of time. Unfortunately for the query tool we have no way of knowing what fields will be in the result of ad hoc queries. So the query tool will only be usefull in Firefox, but for other features I should be able to use gears wityhout any trouble.

Best,

Joe

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