Advanced Forum Search Results
-
I tend to do all of my GUI work in Expressions Blend and only code in Visual Studio. I cannot get the same control of looks and ease of use, not to mention the oh so long time it takes the cider to interprit the XAML.
-
I have to distribute Silverlight 2.0 to my 2000+ userbase at my company. I found the Silverlight Deployment Guide but this is written for Silverlight 1.0. I have found at least one thing that has changed (the DWORD setting for auto update is no longer under local machine). Has anyone seen a new version of this document? Does anyone know of ...
-
I have a question related to this. I have to push via tivoli to thousands of machines in my organization. These machines are very locked down, no writing to registry and most portions of the users hard drive. This means I need to run this installation with the "Never check for updates" option set for all of my installs.
BTW what was ...
-
I have been on the Silverlight bandwagon pretty much since the WPF/E days. I am primarily a developer but find expressions an essencial tool for nothing else than for the vsm. I think it is finally fixed but I know my studio usually didn't like any of the vsm stuff. Right now you can get the previews to hold you over until you can lay out the cash ...
-
This looks like it might do it......I'll tinker and confirm. Thanks
-
Own major concern at my business is bandwidth. We have some folks with bandwidth still measured in Ks versus Ms so we have to be very careful in our messaging. The current process I want to replace is getting G4 TIFF via a HTTP interface. As anyone who has looked knows the current Version 2 beta 2 does not support any image format but JPG and PNG ...
-
I just updated that blog, good post. I am having this continually when I run from 3.5. I have no problems running with almost same code with 3.0 friom html (I have to take out some 3.5 code from ASP.Net).
-
Yup just got to here myself with 2 beta 2 so nope not fixed. I didn't have a problem until I started running from 3.5. I have no problem running in 3.0 from a html though.
-
[quote user="sladapter"]
System.ServiceModel.BasicHttpBinding binding = new System.ServiceModel.BasicHttpBinding();
binding.MaxReceivedMessageSize = 2147483647; // int's max size
...
-
I finally got this working by opening a new project and adding a datagrid - and then copying everything over to the new project. There was probably some odd reference in there somewhere - but regardless making a new project fixed it.