문제

I am using Microsoft visual web developer 2010 Express. (silverlight)(c# and xml). Few minutes before it was working properly but i wanted to make some changes in registry on this path HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\Silverlight\ To enable in-browser trusted applications but after i deleted those changes.

After it my code compiles error free but it gives message http://prntscr.com/34q9ae and moreover it opens internet expolrer but it hangs the IExplorer and it don't show inside the the GUI that i created using xml.

How to come out of this problem. How this problem arised and can be solved ? Thanks for the help.

도움이 되었습니까?

해결책

Messing with the registry keys (like AllowElevatedTrustAppsInBrowser etc.) should not affect localhost operations. In any case, you mention you added and then deleted the keys. So the Silverlight registry entry should have the 3 default keys.. Default, Version & UpdateConsentMode.

Try quitting Visual Studio including the "IIS Web Express" server on the task bar. Also, try exiting all the IExplorer.exe processes from the task manager.

Now open Visual Studio and try again.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top