Button "MSBuild Properties" crashes

Issue #3 resolved
Rafael Cossovan created an issue

Hi, I found a little bug on VS Pro 2013 Update 2 and Windows 8.1 Pro Update 1 x64.

When I press the button MSBuild, my VS just crash and them restarts.

I have attached an analysis of my crash dump.

If you need more information, just ask.

Thanks.

Comments (10)

  1. Denis Kuzmin repo owner

    Thanks for report!

    I think I found a bug with the ProjectCollection:

    (ICollection<Project>)ProjectCollection.GlobalProjectCollection.LoadedProjects
    

    your stack trace:

    0100edf0 11ad72cc unknown!net.r_eg.vsSBE.MSBuildParser.getProjectDefault+0x84
    0100ee00 11ad717e unknown!net.r_eg.vsSBE.MSBuildParser.getProject+0x16
    0100ee14 11ad7099 unknown!net.r_eg.vsSBE.MSBuildParser.listProperties+0x41
    0100ee4c 11ad6f35 unknown!net.r_eg.vsSBE.UI.EnvironmentVariablesFrm.fillProperties+0x2d
    0100ee9c 11ad6e6d unknown!net.r_eg.vsSBE.UI.EnvironmentVariablesFrm.listRender+0x45
    0100eeb0 11ad6e15 unknown!net.r_eg.vsSBE.UI.EnvironmentVariablesFrm.comboBoxProjects_SelectedIndexChanged+0x5
    ...
    

    on some projects with VS2013 this properties as null

    and I think that will work with point _dte.Solution.Projects ..

    + found a missed catch-block for my MSBuildParser - VScrash is a real problem :)

    However, patch for latest version will be only at the end of this month (probably) - Today I go travel., no time to release a new version :( sorry

    Follow the news

  2. Denis Kuzmin repo owner

    good, I'll all fixed after arrival :)

    note: then all action with MSBuild prop also will not work... it's the same problem

    Should be a message: [ERROR]: <Event> error: not found project: <default> for processing events

  3. Rafael Cossovan reporter

    Hi, me again...

    I tested your new build 0.6.0.7001, seems the problem with the MSBuild button is fixed.

    But I found a new issue, not related with this one. I will create a ticket soon.

    []'s

  4. Denis Kuzmin repo owner

    seems the problem with the MSBuild button is fixed

    good, i close this... public release is comming soon

    found a new .. a ticket soon

    ok :) thanks

  5. Log in to comment