Error when loading DMBL: could not retrieve the current project

Tried to open up my dmbl (containing my linq-to-sql objects) file and Visual Studio threw up a dialog saying that “a validation error occured please resolve and then try to re-open the file, see the error list for more details.”

The error list contained the following helpful message: could not retrieve the current project

Solution: Launch Visual Studio with the following command devenv /ResetSkipPkgs

Leave a comment