vb.net - Quickly select .Net 4.x in an old project? -


i mystified why didn't have memorystream.copyto, until noticed project set use .net 2.x!

is there simple way update references 4.x? there's lot of them.

you can change target framework, not individual references. in project properties, "compile" section. under "advanced compile options" there option change framework .net 4+.


Comments

Popular posts from this blog

python 3.x - Mapping specific letters onto a list of words -

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -