Click here to Skip to main content
16,004,353 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Asp.net bank transfer Pin
Ron Beyer13-Jan-14 11:54
professionalRon Beyer13-Jan-14 11:54 
GeneralRe: Asp.net bank transfer Pin
Otekpo Emmanuel14-Jan-14 5:12
Otekpo Emmanuel14-Jan-14 5:12 
GeneralRe: Asp.net bank transfer Pin
Otekpo Emmanuel14-Jan-14 5:19
Otekpo Emmanuel14-Jan-14 5:19 
GeneralRe: Asp.net bank transfer Pin
Ron Beyer14-Jan-14 5:27
professionalRon Beyer14-Jan-14 5:27 
AnswerRe: Asp.net bank transfer Pin
jkirkerx14-Jan-14 13:49
professionaljkirkerx14-Jan-14 13:49 
GeneralRe: Asp.net bank transfer Pin
Otekpo Emmanuel14-Jan-14 16:31
Otekpo Emmanuel14-Jan-14 16:31 
GeneralRe: Asp.net bank transfer Pin
jkirkerx14-Jan-14 17:14
professionaljkirkerx14-Jan-14 17:14 
QuestionMessage Closed Pin
12-Jan-14 4:12
sifars12-Jan-14 4:12 
QuestionRe: Error in code Pin
Richard MacCutchan12-Jan-14 5:29
mveRichard MacCutchan12-Jan-14 5:29 
QuestionError in code Pin
sifars11-Jan-14 20:57
sifars11-Jan-14 20:57 
AnswerRe: Error in code Pin
Richard MacCutchan11-Jan-14 22:13
mveRichard MacCutchan11-Jan-14 22:13 
QuestionAfter converting MVC 4 project to MVC 5 I am getting an error "this website has redirect loop" Pin
Code10811-Jan-14 11:56
Code10811-Jan-14 11:56 
Questionscrolling webpage asp.net (C#) Pin
Member 947380911-Jan-14 11:50
Member 947380911-Jan-14 11:50 
QuestionRe: scrolling webpage asp.net (C#) Pin
Richard Deeming13-Jan-14 1:58
mveRichard Deeming13-Jan-14 1:58 
AnswerRe: scrolling webpage asp.net (C#) Pin
Member 947380913-Jan-14 8:52
Member 947380913-Jan-14 8:52 
GeneralRe: scrolling webpage asp.net (C#) Pin
Richard Deeming13-Jan-14 9:13
mveRichard Deeming13-Jan-14 9:13 
QuestionRe: scrolling webpage asp.net (C#) Pin
Member 947380913-Jan-14 22:31
Member 947380913-Jan-14 22:31 
AnswerRe: scrolling webpage asp.net (C#) Pin
Richard Deeming14-Jan-14 1:30
mveRichard Deeming14-Jan-14 1:30 
Questiondoubt Pin
Member 1051704210-Jan-14 16:49
Member 1051704210-Jan-14 16:49 
AnswerRe: doubt Pin
Richard MacCutchan10-Jan-14 22:15
mveRichard MacCutchan10-Jan-14 22:15 
AnswerRe: doubt Pin
Marco Bertschi11-Jan-14 11:17
protectorMarco Bertschi11-Jan-14 11:17 
QuestionChanging Target framework from .net 2.0 to .net 4.5 Pin
indian14310-Jan-14 8:46
indian14310-Jan-14 8:46 
hi,

We are trying to convert our asp.net application from targeting to .net 2.0 to .net 4.0 or 4.5. For that what we have done is we changed the application pool to run under .net 4.0 and registered aspnet_regiis from VS2010 command prompt and
set the target framework property of the application in Visual Studio IDE to point to .Net 4.0.

Now the application is not building it is showing errors in xsd, xsds designer and xsds .cs file. I don't know when .Net can convert everything from 2.0 to 4.0 why it cant handle the xsd files.

Is there any ways to convert the xsd files from .net2.0 to .net4.0 automatically, without recreating the xsd files from the scratch, because it is giving the following errors. Please help in solving the problem. Thanks in advance.

Here is the error message:
Error	7	Missing partial modifier on declaration of type 'DIS.CnpWeb.XMLFiles.Model.SurveysDataTable'; another partial declaration of this type exists	C:\Abdul\ZZFDPSource\ORFdpProd\XMLFiles\SurveyBalance.cs	319	22	ORFdpProd

Thanks & Regards,

Abdul Aleem Mohammad
St Louis MO - USA

AnswerRe: Changing Target framework from .net 2.0 to .net 4.5 Pin
Marco Bertschi11-Jan-14 11:22
protectorMarco Bertschi11-Jan-14 11:22 
GeneralRe: Changing Target framework from .net 2.0 to .net 4.5 Pin
Prabhu S M12-Jan-14 19:50
Prabhu S M12-Jan-14 19:50 
GeneralRe: Changing Target framework from .net 2.0 to .net 4.5 Pin
Marco Bertschi12-Jan-14 20:31
protectorMarco Bertschi12-Jan-14 20:31 

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.