VS2017 debug visualizer

Posts   
 
    
DvK
User
Posts: 318
Joined: 22-Mar-2006
# Posted on: 11-Jul-2017 11:47:27   

The most recent debug visualizer is for VS2015 and does not work for VS 2017. Is there a new visualizer available?

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39590
Joined: 17-Aug-2003
# Posted on: 11-Jul-2017 12:03:15   

5.2 comes with a vs2017 debug visualizer, at least it should, but I see the installer doesn't have the file present.

We'll correct that with the 5.2.2 hotfix released later today!

Frans Bouma | Lead developer LLBLGen Pro
Otis avatar
Otis
LLBLGen Pro Team
Posts: 39590
Joined: 17-Aug-2003
# Posted on: 11-Jul-2017 13:57:43   

Should be fixed now in v5.2.2 hotfix build which we just released

Frans Bouma | Lead developer LLBLGen Pro
DvK
User
Posts: 318
Joined: 22-Mar-2006
# Posted on: 11-Jul-2017 14:24:07   

Hi,

After upgrading this error occurs when compiling the solution in FieldInfoProvider.vb and PersistenceInfoProvider.vb with the following message :

Error BC30455 Argument not specified for parameter 'capacity' of 'Protected Overloads Sub InitClass(capacity As Integer)'

The line of code : MyBase.InitClass()

Indeed without the capacity-parameter. How to proceed ?

Regards, Danny

DvK
User
Posts: 318
Joined: 22-Mar-2006
# Posted on: 11-Jul-2017 14:32:38   

IGNORE ! Deleted the complete output-project of 5.1 and re-created from scratch. Error = gone.

Regards, Danny