Advanced Forum Search Results
-
I've modified an existing RIA sample and posted it here on a web server I have full control over.. I'm getting the exact same error and also stumpted as to a solution.
That error again being:
Could not load type 'System.Runtime.Serialization.IgnoreDataMemberAttribute' from assembly 'System.Runtime.Serialization, ...
-
Ah, I did not get that but it makes perfect sense to me now.
I've applied that with some tweaks (needs a unique key attribute for others in this boat) and "touch wood" seems to work great in a quick test-project. I'll put it into the proper thing later today and see how it goes there - thanks heaps for your ...
-
Thanks for that - what you say makes perfect sense although your showing up my lack of understanding here as I'm fumbling around trying to impliment it.
I first replaced my authentication class with the the public class MembershipServiceUser but after a bit thinkg I was on completely thew wrong track?
Am I ...
-
Hi, I've followed the walkthrough for the RIA HR app and changed it to be a "membership" project by using my "Person" table in my own sql database and without any other changes it's pretty close to what I need to maintain my list of people. Works great, the walkthrough is excellent.
Now I want security, so ...
-
I know this is an old thread but I'm getting exactly the same problems with all the production release version of the product.. taking out the StaticResource settings from my custom control and replacing them with hardcoded property values allows the preview to work but thats not where we want to be... how can I create a theme, or ...
-
Did anyone ever find a solution to this? e.g. VS2008 will not show a preview but it will run just fine in the browser?
I want to be able to define several themes and swtich between them and so I moved my <Style><Setter> xaml to a custom control and out of the .app file but I still get a problem previewing my custom control... so ...
-
I have exactly the same problem. Even just creating a blank silverlight user control gives me the "undeclared prefix" [Line: 6 Position: 42] when I try to view it in the preview.
Even sample projects I downloaded yesterday now give this error which no changes.
All this started happening the Silverlight 2 march 2009 ...