Questions tagged [platform-update-1]

This is a general update level which the product(s) in question currently adhere to and there may or may not be other numbered updates.

3 questions
2
votes
1 answer

Expression Blend 4 and .NET 4 Platform Update (.NET 4.0.1)

After changing the target framework of my WPF project to ".NET Framework 4 Platform Update 1" in Visual Studio, Expression Blend 4 does not show the design view of my files, just XAML code, and it will not compile the project. Using Platform Update…
okieh
  • 617
  • 6
  • 17
0
votes
3 answers

How do I add Platform Update 1 to my bootstrapper?

I have been playing around with the new StateMachine workflow that has been added to Windows Workflow as part of Platform Update 1 (see also). I now want to look at installing what I've created and therefore need to make sure my bootstrapper is…
0
votes
2 answers

code first to existing database missing from wizard selection

In the video here the Entity Data Model Wizard includes options "EF Designer from database" and "Code First from database" I do not get these options appearing in the wizard when I add a new data item and select ADO.Net entity data model I am using…