Click here to Skip to main content
15,867,568 members
Home / Discussions / C#
   

C#

 
GeneralRe: Convert code .Net4.0 to code .Net 2.0 Pin
Member 245846721-Apr-16 13:19
Member 245846721-Apr-16 13:19 
GeneralRe: Convert code .Net4.0 to code .Net 2.0 Pin
Dave Kreskowiak21-Apr-16 14:29
mveDave Kreskowiak21-Apr-16 14:29 
GeneralRe: Convert code .Net4.0 to code .Net 2.0 Pin
Member 245846721-Apr-16 15:29
Member 245846721-Apr-16 15:29 
GeneralRe: Convert code .Net4.0 to code .Net 2.0 Pin
Dave Kreskowiak21-Apr-16 15:34
mveDave Kreskowiak21-Apr-16 15:34 
GeneralRe: Convert code .Net4.0 to code .Net 2.0 Pin
Pete O'Hanlon21-Apr-16 21:08
subeditorPete O'Hanlon21-Apr-16 21:08 
GeneralRe: Convert code .Net4.0 to code .Net 2.0 Pin
Member 245846724-Apr-16 23:33
Member 245846724-Apr-16 23:33 
GeneralRe: Convert code .Net4.0 to code .Net 2.0 Pin
Pete O'Hanlon25-Apr-16 0:22
subeditorPete O'Hanlon25-Apr-16 0:22 
GeneralRe: Convert code .Net4.0 to code .Net 2.0 Pin
pmayankcodep25-Apr-16 19:32
pmayankcodep25-Apr-16 19:32 
Hi,
I have currently migrated my application from 2.0 to 4.0. What i suggest is try to build your code from target framework 4.0 to 2.0, also setting up the cpu type as x86 for 32 bit platform.

Also, if there are some client side validation, you need to do settings in pages element attribute controlRenderingCompatibilityVersion=2.0 in web.config for the asp.net controls.
-Mayank Pant

GeneralRe: Convert code .Net4.0 to code .Net 2.0 Pin
Pete O'Hanlon25-Apr-16 21:15
subeditorPete O'Hanlon25-Apr-16 21:15 
GeneralRe: Convert code .Net4.0 to code .Net 2.0 Pin
pmayankcodep26-Apr-16 3:06
pmayankcodep26-Apr-16 3:06 
GeneralRe: Convert code .Net4.0 to code .Net 2.0 Pin
Member 245846727-Apr-16 13:49
Member 245846727-Apr-16 13:49 
QuestionRe: Convert code .Net4.0 to code .Net 2.0 Pin
Richard MacCutchan21-Apr-16 20:54
mveRichard MacCutchan21-Apr-16 20:54 
AnswerRe: Convert code .Net4.0 to code .Net 2.0 Pin
CHill6021-Apr-16 22:33
mveCHill6021-Apr-16 22:33 
GeneralRe: Convert code .Net4.0 to code .Net 2.0 Pin
Member 245846725-Apr-16 15:24
Member 245846725-Apr-16 15:24 
GeneralRe: Convert code .Net4.0 to code .Net 2.0 Pin
CHill6026-Apr-16 1:07
mveCHill6026-Apr-16 1:07 
GeneralRe: Convert code .Net4.0 to code .Net 2.0 Pin
Member 245846727-Apr-16 13:53
Member 245846727-Apr-16 13:53 
GeneralRe: Convert code .Net4.0 to code .Net 2.0 Pin
CHill6028-Apr-16 0:54
mveCHill6028-Apr-16 0:54 
Question'out' keyword, to use or not to use Pin
Foothill19-Apr-16 8:35
professionalFoothill19-Apr-16 8:35 
AnswerRe: 'out' keyword, to use or not to use Pin
clapclap19-Apr-16 9:05
clapclap19-Apr-16 9:05 
GeneralRe: 'out' keyword, to use or not to use Pin
Foothill19-Apr-16 9:24
professionalFoothill19-Apr-16 9:24 
GeneralRe: 'out' keyword, to use or not to use Pin
Sascha Lefèvre19-Apr-16 9:29
professionalSascha Lefèvre19-Apr-16 9:29 
GeneralRe: 'out' keyword, to use or not to use Pin
Foothill19-Apr-16 9:51
professionalFoothill19-Apr-16 9:51 
GeneralRe: 'out' keyword, to use or not to use Pin
F-ES Sitecore21-Apr-16 0:26
professionalF-ES Sitecore21-Apr-16 0:26 
AnswerRe: 'out' keyword, to use or not to use Pin
Sander Rossel19-Apr-16 11:08
professionalSander Rossel19-Apr-16 11:08 
GeneralRe: 'out' keyword, to use or not to use Pin
Foothill19-Apr-16 11:38
professionalFoothill19-Apr-16 11:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.