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

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

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