Ask a questionAsk a question
 

Questionmsdia redirection problem

  • Wednesday, October 28, 2009 1:49 PMkapilv Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I have an application that depends on an old version of msdia. Till the Beta 1 release of Visual Studio, I was using dll redirection to force a locally installed msdia90.dll to be loaded with my application instead of msdia100.dll, which appears in the DLL search order first. However since I installed Visual Studio 2010 Beta 2, the local indirection does not work anymore and msdia100.dll gets loaded. I dont quite understand what has changed between beta 1 and beta 2. Any ideas how I can work around this issue?