VS 11 Beta Cannot start process because a file name has not been provided

Posted by Leniel Macaferi on Stack Overflow See other posts from Stack Overflow or by Leniel Macaferi
Published on 2012-04-15T05:39:12Z Indexed on 2012/04/16 5:29 UTC
Read the original article Hit count: 656

This is what I'm getting when I build my Test project:

VS 11 Unit Testing Unexpected Error

With this I'm unable to run my tests since they're not being discovered by VS.

See the message "Unexpected error detected. Check the Tests Output Pane for details." at the window bottom. Now if you look at the Tests OUTPUT pane you'll have no clue about what's the problem. This is extremely helpful... :)

I know VS 11 is in beta but it used to work...

I've already restarted VS but it didn't work after that too.

Any ideas about what's going on? Would it be a bug somewhere?

Note: the only thing I can think is related with VS 2010 uninstall I did sometime ago. Maybe it uninstalled some necessary bits. Beats me...

© Stack Overflow or respective owner

Related posts about unit-testing

Related posts about debugging