Debug Visualizers not working on Vista with Visual Studio 2008

Posts   
 
    
asowles
User
Posts: 46
Joined: 23-Apr-2008
# Posted on: 01-Jul-2010 17:24:09   

I have copied the visualizers per the help to the following directory:

C:\Users\Allen Sowles.LATHEM\Documents\Visual Studio 2008\Visualizers

I have also made sure that I don't have any runtimes installed in the GAC, but I am not able to use the visualizers in VS2008. I am using version 2.6 of LLBLGen. We had to compile the source code because we are using Sybase 11.0.1 and had to many problems with the Assembly redirects. I don't know that this is why it isn't working, because we didn't try it before.

I have recompiled the Visualizers, the ORM support classes, and the DQE for ASA, but the only change we made was to remove the sn key info and to change the Sybase reference to the correct version that we are running.

Is there anything else I should be doing to make these work?

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39903
Joined: 17-Aug-2003
# Posted on: 01-Jul-2010 19:08:26   

Which version, which build of the visualizers? (e.g. latest, old one) so which runtime library build are you using?

Frans Bouma | Lead developer LLBLGen Pro
asowles
User
Posts: 46
Joined: 23-Apr-2008
# Posted on: 01-Jul-2010 19:43:23   

This is from the AssemblyInfo.CS

[assembly: AssemblyFileVersion("2.6.08.0819")]

asowles
User
Posts: 46
Joined: 23-Apr-2008
# Posted on: 01-Jul-2010 19:44:46   

This is from the ORM Support Classes:

[assembly: AssemblyFileVersion("2.6.09.0616")]

This is from the Visualizers:

[assembly: AssemblyFileVersion("2.6.08.0819")]

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39903
Joined: 17-Aug-2003
# Posted on: 01-Jul-2010 20:30:26   

Could you please download the latest v2.6 build? We added vs.net 2008 debugger visualizers to that build. You have to copy the vs.net 2008 versions in the vs.net 2008 folder of the debugger visualizers, otherwise you're using the vs.net 2005 ones, which don't work in vs.net 2008

Frans Bouma | Lead developer LLBLGen Pro