Visual Basic 9 with Visual Studio 2010
Posted
by jaraics
on Stack Overflow
See other posts from Stack Overflow
or by jaraics
Published on 2010-06-03T05:46:21Z
Indexed on
2010/06/03
5:54 UTC
Read the original article
Hit count: 279
vb.net
|visual-studio-2010
I'm working on a project started in VB9 (VS 2008) and now I've migrated to VS2010 (VB10) but on the production server the IDE is still VS 2008. On my developement enviroment the code compiles fine, but sometimes, - let's say - I forget an _ at the end of the line which causes the VB9 compiler to throw an error.
So the question is, how could I build a project with the VS 2010 IDE but VB9 compiler? Or to force the VB10 compiler into VB9 mode?
© Stack Overflow or respective owner