Advanced Forum Search Results
-
Ok so it looks like Unity might be available for SL3 but I'm having a hell of a time figuring out how to get Prism to work on it. Prism relies on the Silverlight Unit Test framework. There are no binaries for this available for SL3 and if you go to the unit test site, it says that the source code is now available on codeplex... so you go to ...
-
OK so I guess I had bad info. I was told that there were incompatibilities in the source. If you're saying that I can just grab the source and tweak where necessary then that's great.
Thanks!
BTW, are there any good locations of screencasts and/or tutorials on these two projects?
-
Does anybody know if the Prism and Unity projects are going to drop SL3 Beta 1 compatible ports... or are we going to have to wait until SL3 goes RTM before those projects will synchronize?
-
Just took a look at the "Silverlight 3" online MSDN reference and there isn't a single reference to System.Windows.Messaging or the LocalMessageSender or LocalMessageReceiver. I realize this is just a CTP, but local messaging is a huge new feature set of Silverlight 3 and if people go looking in the "official" ...
-
I've just put up a blog post that compares the overall experience of Silverlight3 Out-of-Browser apps with Live Framework Mesh-Enabled Web Applications, including the differences, similarities, and some simple guidelines to help decide which to use when
http://dotnetaddict.dotnetdevelopersjournal.com/sl3oob_mewa.htm
-
Can someone confirm that the instance of the domain service is only as long-lived at the particular HTTP request? Basically I just need to prove to myself (and others) that it is not "safe" to store information on the domain service instance itself (like the samples show...) but rather you need to store information out of process ...
-
I just wanted to run this scenario by the experts here to make sure that I'm not completely out of my mind. One of the things that appeals to me most about RIA services is that my data doesn't have to be database-driven... I can create my own in-memory classes and then point the RIA service queries against those which would allow me to ...
-
It may not be all that obvious from the documentation, but the RIA services stuff works extremely closely with the existing provider model already hosted within ASP.NET. You may get the best bang for your buck by implementing your own MembershipProvider class and rigging that up to your ASP.NET site. This way, your ASP.NET site will be able to ...
-
I just wanted to give people a heads-up... If you see this message and can't figure out why, check your icon configurations. I just got this error and spent over an hour trying to figure out what the problem was. I was referring to an image in my ApplicationIdentity.Icons element that was flagged as a Resource and not Content. As a result, ...
-
http://msdn.microsoft.com/en-us/library/cc903925(VS.95).aspx