DCSIMG
Visual Studio 2010 - Janiv Ratson's Blog

Janiv Ratson's Blog

.NET (especially WPF) and Technologies issues I have time to cover

על הבלוג

These postings are provided "AS IS" with no warranties, and confer no rights.

Janiv LinkedIn Profile

Locations of visitors to this page

My Blog Barcode

Interesting Blogs

Browse by Tags

All Tags » Visual Studio 2010 (RSS)
.NET Framework Targeting Error (.NET Framework Client Profile)
Two of my colleagues: Alon Nativ and Ziv Farjun have found an interesting, yet confusing, issue in Visual Studio 2010 and .NET Framework 4. They work on a .NET Framework 4 solution which includes few .NET Framework 4 projects. To test the project they created a Console Application project, added a reference to their other projects, used the appropriate namespace, and created a class that is defined in one of their projects. Everything is made by the (old) book. However, the project failed to build...
The Easiest Way to Add a Splash Screen to Your WPF Application
It has been a long time … WPF applications do not start immediately. When an application is being loaded, there’s a delay while the CLR initializes the .NET environment and then starts the application. Splash screens are typically used to notify the user that the application is in the process of loading. The easiest way to add a splash screen to your WPF application is to have Visual Studio 2008 SP1 or later and to follow these steps: 1. Add an image file to your project. (you can use the BMP, GIF...
Offline WPF .Net Framework 4.0 documentation
Microsoft has published MSDN docs that are scoped only for WPF 4.0.  Want fast WPF help (from the WPF SDK team members) without an internet connection? Download the WPF CHM . IMPORTANT! If you open the CHM and cannot view content, do the following to resolve the issue: - Right-click the CHM file, and then click "Properties". - Click "Unblock". - Double-click the .chm file to open the file.   Janiv.
General Download of VS2010 / .NET Framework 4.0 Beta 1
Great news. Beta 1, which has been available to MSDN subscribers since Monday, is now available to everyone. You can download the following installations from the Visual Studio 2010 and .NET Framework 4 Beta Homepage : Visual Studio Team System 2010 Team Suite Beta 1 Visual Studio Team Foundation Server 2010 Beta 1 Visual Studio 2010 Professional Beta 1 .NET Framework 4 Beta 1 You can find a detailed walk through of Beta 1 here (by Jason Zander). This beta does have full setup available so you can...