Where's the Events bookmark? - wpf

I've installed .NET 3.5 SP1 and I still dont't see the Events bookmark. The compiler was reinstalled few times, still without result. I have VS 2008 Professional Edition
I mean:

You say you installed .NET 3.5 SP1, but did you install Visual Studio 2008 SP1? From this KB article
The following new features in Windows Presentation Foundation (WPF) Designer
* Design time support for an Events tab
...
I had a similar problem when I didn't realize that event support in the designer was added in SP1.

Related

Patch update of Microsoft .Net Framework 4.6.1(KB4040973) causing issue in the WPF Combobox

Our application was created using WPF with .Net framework 3.5 and that rendering in the Internet Explorer. In my office, yesterday(20-SEP-2017) patch got updated for the laptop and that shown in the below.
Update for Microsoft Windows (KB4040980)
Security Update for Microsoft Windows (KB4040966)
Security Update for Microsoft Windows(KB4038779)
Security Update for Microsoft Windows (KB4036586)
Update for Microsoft Windows (KB4019990)
Update for Microsoft .NET Framework 4.6.1 (KB4040973)
Security Update for Microsoft .NET Framework 4.6.1 (KB4040957)
Prior to this update, the data to combobox was showing correctly and after this update combo box value is displayed briefly then disappeared.
In one of our servers still, this patch didn't get updated so that we can see the correct value in the combo box.
Tried:
uninstall 4.6.1 frameworks update - didn't work
Installed 4.6.1 frameworks from Microsoft site- didn't work
Installed 4.6.2 frameworks from Microsoft site- didn't work
Please provide suggestion/fix to overcome this issue.
Since KB 4041083 / KB 4040973 (Security and Quality Rollup for the .NET Framework 3.5.1, 4.5.2, 4.6,
4.6.1, 4.6.2, and 4.7 for Windows 7 SP1 and Windows Server 2008 R2 SP1:
September 12, 2017) was installed rendering no longer works and I end up with a blank image.
This only seems to be a problem when running in a service and not when running via a windowed application.
KB 4041083 / KB 4040973 has broken WPF Rendering in Services
Rendering issues after the September 12, 2017, .NET Security and Quality Rollups are installed

Microsoft Sync Framework Toolkit with Visual Studio 2012

Microsoft Sync Framework Toolkit 4.0 October 2010 CTP was built on Visual Studio 2010. Has anybody tried to run this on Visual Studio 2012? If so, what changes did you have to make to the code?
a lot of changes, mainly around referencing the correct assembly due to the changes in .net 4.5 especially around XML and correcting the namespaces. but not much in terms of changing its behaviour

No WPF/Silverlight in VS2012?

I have installed VS2012 on a windows 8 machine and surprisingly doesn't show any WPF or Silverlight option when I create a project.
Am I missing something here?! In fact, it is not the way it used to be in VS2010. I only can see it as template under Visual C# which again it is under Online.
Why is that?
You need to install "Visual Studio Express for Windows Desktop"....it's a different edition which has restored the WPF capability.
http://www.microsoft.com/visualstudio/eng/products/visual-studio-express-for-windows-desktop
http://blogs.msdn.com/b/visualstudio/archive/2012/09/12/visual-studio-express-2012-for-windows-desktop-is-here.aspx
To help decide if it's got all the capabilities you need:
Limitations of Visual Studio 2012 Express Desktop

silverlight4 tools for visual studio 2010 fails with the following error... HELP!

I am trying to migrate my silverlight applications from version 3 to version 4. I've been running into this problem. when i try to install silverlight4 tools for visual studio 2010
Visual Studio 2010 or Visual Web Developer Express 2010 or Visual Phone Developer Express 2010 that matches the language version of Silverlight Tools 4 must be installed before installation of Silverlight Tools can continue. Silverlight Tools is available in other languages at http://go.microsoft.com/fwlink/?LinkId=177432.
I have installed
microsoft visual studio 2010 professional
version 10.0.30319.1.RTMRel
Microsoft .net framework
version 4.0.30319 RTMRel
please help!!!!!
Silverlight tools 4 is available in English, French, German and Japanese. You need to have downloaded the correct language version of the Silverlight Tools (note the language combobox).
If your version of Studio is installed for another language then you could try installing the English Visual Web Developer Express 2010 (it should install fine side-by-side with your standard product) then installing the Tools. I'm not sure that will get you completely to where you'd want to be as far as templates are concerned but it should get you going.
How to determine what failed
If you use the Web Platform Installer to install, it tells you in the log file what happened.
IronSpigot::Main::LogPackageNameAndVersion(): Package Name = Silverlight 4 Tools for Visual Studio 2010
IronSpigot::Main::LogPackageNameAndVersion(): Package Version = 10.0.30319 1033
It will compare these against the values in the following two registry keys:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\10.0\Setup\VS\BuildNumber\1033
HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\10.0\General\UILanguage
If you have VS.NET 2010 SP1 for en-us, the first will contain '10.0.40219' and the second 1033.
The setup confusingly reports this as a language issue, but if you read carefully it is a language and version issue.
Here's how to work around the version check:
Using regedit, change the first key to 10.0.30319. Run the setup.
Using regedit, change the first key back to 10.0.40219
I recommend reapplying SP1 to be safe, but I'm not sure if it is required.
This other answer has a longer solution which is to uninstall SP1, install the tools, then reinstall SP1.
coudn't find the soulution.
however my issue resolved when i installed the same build version of Visual Studio Premium version.

How to work with silverlight 3.0 with visual studio 2008?

How to work with silverlight 3.0 with visual studio 2008?
Which version or service packs of visual studio should be installed to work with silverlight?
I installed silverlight toolkit july 2009 release but controls are not visible in visual studio 2008 RTM i.e. installed in my PC?
Scott Guthrie has a good rundown of what you need here: http://weblogs.asp.net/scottgu/archive/2009/07/10/silverlight-3-released.aspx
In short, the only thing you really need is the Microsoft Silverlight 3 Tools for Visual Studio 2008 but you might also get benefit from the Silverlight Toolkit which contains a bunch of additional controls. In terms of Visualo Studio, make sure you have SP1 installed first.

Resources