Browse by Tags
All Tags »
Visual Studio 2010 (
RSS)
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...
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...
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.
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...