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

hibernate - How to load global settings frequently used in application in Java -

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

objective c - Ownership modifiers with manual reference counting -