Visual Studio 2013 inability to start new project

Mosab bf Alhamad 0 Reputation points
2023-02-28T14:20:55.4066667+00:00

method not found viod

microsoft.visualstudio.diagnostics.assert.vsdebug.log_taggedsystem.string unit32

this error message prompts when starting new project

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,599 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Michael Taylor 47,966 Reputation points
    2023-02-28T16:11:35.77+00:00

    I'm going to recommend you use Report a Problem in VS to report the issue to MS directly. They will need the error logs and that tool will capture it.

    While you wait though does this apply to any project type or just certain ones?

    Run VS in safemode (/safemode /log <logfile>) and see if the problem goes away. If it does then it is an extension that is likely causing the issue. The generated log information may provide more information.

    Finally you might consider running the VSCollector tool to get more detailed information to share.

    0 comments No comments