Skip to main content
Home Forums General Silverlight Installation and Setup Feb. CTP works, Silverlight 1.0 Beta doesn't (Win XP, IE7)
2 replies. Latest Post by swirlingmass on May 2, 2007.
(0)
swirling...
Participant
1348 points
385 Posts
05-02-2007 12:35 PM |
When I install the 1.0 Beta (npctrl.dll), any site I go to with wpf/e examples don't work. I usually get unspecified javascript errors. Additionally, the Visual Studio template doesn't work. It gets 'unspecified' for the version, and errors adding the mouse events (ex: AG_E_RUNTIME_SETVALUE: MouseEnter). Using the February CTP from the Microsoft download center seems to work just fine, however (agctrl.dll). I am running Windows XP SP2, using IE7.
chad.cam...
1918 points
332 Posts
05-02-2007 6:41 PM |
The reason why is because the examples that you see with the WPF/E code need to be updated slightly (my blog included) to be compliant with the 1.0 version. There were some changes in the SDK. Personally, I intend to address this soon.
05-02-2007 7:34 PM |
Can you say what changes need to be made? I assume it's something in aghost.js. I would like to apply whatever change is necessary if I can, so that I can do my developing with 1.0 Beta. Thanks.