I\'m trying to create a simple Silverlight 3d application... I have a good enough PC, but when I run the Silverlight application I get this:
How to make SIMPLE开发者_开发百科 3D application? (just a cube with light and mb with textures) with pure Silverlight 5 API. I don\'t want to use Babylon, or any other 3D render engine...
I had a View using a TabControl with a prism:TabControlRegionAdapter <sdk:TabControl Grid.Row=\"1\" AutomationProperties.AutomationId=\"GUID\" Margin=\"8,8,12,12\"
I would like to have a MarkupExtension that can be initiated with just one value, much like Binding: <TextBox Text=\"{Binding MyPath}\"/> instead of <TextBox Text=\"{Binding Path=MyPath}\"&g
Silverlight 5 allows you to get full access to the local file system. Does anybody know if this feature is also a开发者_运维知识库vailable on the Mac OS X?Nope.
I\'am a .NET web developer, I really do not know anything about 3D yet. In Silverlight 5 3D API you draw stuff on the screen by code, no XAML for the 3D Objects/Models, I am wondering how 3D developer
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic
In silverlight5 beta, it supports trust application which allows loading local files. I tried and it works fantastic in both OOB and in browser mode. One question is that, when put my cap on the serve
Is there any way to get code coverage numbers from Silverlight? Up until now it has been impossible. I was hoping with the开发者_如何学C new Visual Studio 2010 Service Pack or Silverlight 5 coming out
Is there a way that my clients can run just my application in full trust and not any other ones? I don\'t want some weird virus application to be given full trust alone开发者_C百科 with my own.