Support for Visual Studio 2008
description
I installed this addin and it did not appear to work in VS 2008. I managed to get the addin to work by manually editing the addin file found at:
C:\Documents and Settings\All Users\Application Data\Microsoft\MSEnvShared\AddIns\DBProBridge.AddIn
And changing the Version node from:
<HostApplication>
<Name>Microsoft Visual Studio</Name>
<Version>8.0</Version>
</HostApplication>
<HostApplication>
<Name>Microsoft Visual Studio</Name>
<Version>9.0</Version>
</HostApplication>
The addin then appears to work as expected. However, it would be good to have this support 'out-of-the-box'.