C# Program ignore .Net -
i have c# program, , requires .net 4.5. when try run program on system doesn't have .net 4.5 gives warning , asks user download it. in program, checks for .net 4.5 , if it's not there goes , downloads it. problem if ignore warning, program closes. there way bypass this?
is there way bypass this?
no point in passing it.
even if bypass it, can't program because requires .net 4.5.
edit
do need .net framework 4.5? or did went default target framework in visual studio 2012. may change that .net 4.0 (or .net 3.5, available windows 7) if not using feature .net 4.5.
Comments
Post a Comment