Advanced Forum Search Results
-
I'm getting the same problem. It looks to be in this code (via Reflector):
int index = 0; while (index < (this._sourceListeners.Length - 1)) { if (object.ReferenceEquals(sender, this._sourceListeners[index].Source))
...
-
Yep it's using managed code (Silverlight 1.1). Could you give me some instructions for re-installing it?
Thanks!
-
A little more detail. Apparently other Silverlight things work ok (not sure if that's 1.0 or 1.1). Here's the actual error:
Silverlight error message
ErrorCode: 2251
ErrorType: ParserError
Message: AG_E_RUNTIME_MANAGED_ACTIVATION
XamlFile: Page.xaml
Line: 12
Position: 9
Let me know if having source code will help.
Thanks!
-
Please see comments on this blog entry: http://chriscavanagh.wordpress.com/2007/05/22/silverlight-11-2d-physics/#comments
It runs great in IE and FF on Windows, but gives an error on Safari or FF on MacOS. Any clues what's causing it?