Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Tips and Tricks   (RSS)
Several developers have asked me this question and I have decided to create one blog post with the answer. If you use Windows 7 Beta version of wsutil.exe, you would see that it might not generate _CreateServiceProxy helper function in some cases for Read More...
Today VS2008 SP1 pop up an error dialog when I was editing MFC dialog box in VS2008 SP1. The error was saying something like "Cannot add event handler because code element CMainDlg marked as read-only". Clearly neither .cpp nor .h file for this class Read More...
Here is another interesting feature of VS2008 about which I could not find any documentation about on MSDN. If we go back to the example from my last post , debugging (F5) the WCF Service Client project is going to start WCF Host Service. However running Read More...
Looking through documentation for Windows Communication Foundation (WCF) on MSDN, I am surprised to find almost none information about cool  features of VS2008 added specifically to make development with WCF in VS2008 easier. Most of topics still Read More...
Today when I have been cleaning folders on my hard drive, I have found yet another demo project. I have built it sometime ago to demonstrate how how one can have C# and C++ project in one solution and link them both into one binary using C++ linker. It Read More...
I thought I should write a short post on this issue. It had been discussed before on forums and in bugs. Long story short, VS2005 SP1 does update all VC++ redistributable MSMs in \Program Files\Common Files\Merge Modules. Or I guess I should say, it is Read More...
Actually it has been available for download for several days now, but I was looking on Orcas features and completely forgot to mention it on my blog. Here they are: Visual C++ 2005 SP1 Redistributable Package (x64) Visual C++ 2005 SP1 Redistributable Read More...
A reader of the previous post on my blog has posted two questions about using SP1 version of VCRedist.EXE as a boostrapper package. I felt that the topic is important enough to discuss it in a dedicated post rather than comments on another post. Here Read More...
I have received several questions about a case when developers find two or more references to different versions of CRT or MFC or ALT libraries in application manifest. In this post I am describing root cause of the issue, the solution to the problem and possible workarounds. Read More...
When VS2005 SP1 has been released, because of manifests it become more visible what version of VC++ DLLs are used at runtime by applications built with SP1. Devs have noticed that once they have built their application with VS2005 SP1, it wants to load Read More...
Aaron has a post on his blog that describes way of silent install of VCRedist.EXE. I though I would cross-link it from my blog in case some folks are interested in this information. Here is the link http://blogs.msdn.com/astebner/archive/2007/02/07/update-regarding-silent-install-of-the-vc-8-0-runtime-vcredist-packages.aspx Read More...
Junfeng has an interesting walkthrough on how diagnose SxS failures and brief introduction of new tool available on Vista. One may find it here, http://blogs.msdn.com/junfeng/archive/2006/04/14/576314.aspx. Read More...
Existing wizards built in MFC can be modified so that appear as Aero Wizards on Windows Vista. Here is a small demo that shows changes required to be done to wizard-generated MFC property sheet and property pages. Read More...
Apparently, calling a method after object is deleted may work in some cases. In this post I briefly discuss why this works fine. Read More...
Norton WinDoctor issuing errors about msvcr80.dll missing for files in .Net Framework 2.0 (C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\) or Visual Studio 2005. These errors can safely be ignored. Please do not copy msvcr80.dll or any other dlls to System32 or C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\ folders Read More...
More Posts Next page »
 
Page view tracker