Advanced Forum Search Results
-
Thanks. I took a gander at his blog and saw a reference to Express being supported when 2.0 is finalized: http://weblogs.asp.net/scottgu/archive/2007/11/29/net-web-product-roadmap-asp-net-silverlight-iis7.aspx
In the meantime, I found another reference regarding how to compile the silverlight code via the command prompt: ...
-
"A reference to '%silverlight path%\mscorlib.dll' could not be added. This component is automatically referenced by the project system and cannot be referenced directly."
I am aware that you can select "Do not reference mscorlib.dll" in the C# Express project Build tab. I think it was also added to the Visual Basic ...
-
What about using the Express editions or command line compilation via vbc or csc? I hadn't found the option to "not reference mscorlib.dll" in Express.
I tried using vbc with /nostdlib, but will err because, in the .vb, I reference controls in the xaml such as Me.ControlName.Text="Something". I'm assuming I'm ...
-
I'm wondering if anyone has gotten a silverlight embedded control to be transparent in a gadget.
I got transparency to work in my xaml file in Expression Blend. I also got transparency to work in the HTML. But I can't get it for both.
XAML:
<Canvas xmlns="http://schemas.microsoft.com/client/2007" ...
-
Does the cryptography allow us to eliminate the need for SSL? Can you have a login form in Silverlight and encrypt the data for secure passage back to the server without the need for any SSL certificate?
Nathan