Welcome to MSDN Blogs Sign in | Join | Help

November 2006 - Posts

Debugging LoadLibrary Failures

LoadLibrary is one of the mostly used yet unbelieveably complex APIs in Windows, if not the one. Russ Osterlund has a full MSDN article discussing LoadLibrary , yet he only touches the surface of the problem (how it works under normal condition.) Mike
Posted by junfeng | 1 Comments
Filed under:

GAC Temp and Tmp

I see people asking question about the Temp and Tmp directories under GAC. Yes they are temporary directory fusion uses during GAC Assembly installation and uninstallation. Tmp is used for installation, and Temp is used for uninstallation. The use of
Posted by junfeng | 5 Comments
Filed under:

The Windows Vista Developer Story: Application Compatibility Cookbook

MSDN has a Vista developer story series on how to develop applications for Windows Vista. http://msdn.microsoft.com/windowsvista/downloads/docs/developerstory/default.aspx One of the particularly useful articles is on Application Compatibility http://msdn.microsoft.com/windowsvista/downloads/docs/developerstory/default.aspx?pull=/library/en-us/dnlong/html/AppComp.asp
Posted by junfeng | 1 Comments
Filed under:

Installing SxS assemblies in Vista

When installing SxS assemblies in Vista, you may experience MSI error 1935 , with HRESULT 0x80073715 . 0x80073715 is Win32 error ERROR_SXS_MANIFEST_IDENTITY_SAME_BUT_CONTENTS_DIFFERENT. // // MessageId: ERROR_SXS_MANIFEST_IDENTITY_SAME_BUT_CONTENTS_DIFFERENT
Posted by junfeng | 5 Comments
Filed under: ,
 
Page view tracker