Skip to main content
Home Forums Silverlight Programming Visual Studio & Silverlight Development Tools Debug Error - "Protection Error Error: 103"
5 replies. Latest Post by dru987 on March 2, 2009.
(0)
dru987
Member
0 points
4 Posts
12-17-2008 1:14 PM |
i am running VS 08 with Silverlight 2.0. i can create apps and run them with no problem however when i try and debug (start new instance) the silverlight app OR a web site with a Silverlight object, a popup (looks like javascript alert) that says "Error: 103" appears immidately and the browser/debug instance crashes. there are no event logs and i have found nothing similar on these forums. is this enough information? does anyone have a clue as to why this is happening?
bryant
Star
9917 points
1,629 Posts
12-17-2008 11:33 PM |
What browser version are you running? Any special browser add-ins? Haven't seen that before...
12-18-2008 1:45 AM |
I'm running IE7 and the only add-on I have is the developer toolbar.
12-18-2008 10:57 AM |
Strange. One thing you could try is instead of just starting your project, open the browser to your local instance (right click the asp.net icon in the toolbar and select open), then attach to that iexplorer.exe process and see if that works.
Does this happen with all Silverlight projects? If you create a new one does it work?
12-18-2008 2:58 PM |
this happens with all Silverlight projects.
it will try the fix you suggested after the holidays. the fact that no one has seen this before leads me to believe it has something to do with my configuration.
thank you for your help so far. let's hope i can get to the bottom of this so i can start dev'ing some slick SL controls ;)
03-02-2009 4:40 PM |
ok, i tried to attach to a running IE process and it didnt crash the instance of IE, however, it also did not hit my break points. i understand that this is an isolated error that is due to my current system, i just dont know what i've done that could cause this.