Accidentally created VB.NET project instead of C#

Posted by Bryan M. on Stack Overflow See other posts from Stack Overflow or by Bryan M.
Published on 2010-04-04T13:54:25Z Indexed on 2010/04/04 14:03 UTC
Read the original article Hit count: 235

Filed under:
|

This should seem simple enough, but can't figure it out.

I was porting a project out of MonoDevelop and into VS2008, but I accidently created the project as VB.NET instead of C#. Now ReSharper and any syntax highlighting is throwing a fit because it's trying to validate it as VB.

How do I tell it to treat it as a C# project without creating a whole new one?

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about resharper