Click here to Skip to main content
15,912,578 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionProblem with adding references to visul studio .net 2005 [modified] Pin
Shyam Gaikwad10-Jan-07 23:49
Shyam Gaikwad10-Jan-07 23:49 
AnswerRe: Problem with adding references to visul studio .net 2005 Pin
Rudolf Jan18-Jan-07 0:37
Rudolf Jan18-Jan-07 0:37 
Questionregistration and gac intallation Pin
indian14310-Jan-07 23:23
indian14310-Jan-07 23:23 
AnswerRe: registration and gac intallation Pin
Abhijit Chaubal12-Jan-07 4:00
Abhijit Chaubal12-Jan-07 4:00 
GeneralRe: registration and gac intallation Pin
indian14315-Jan-07 18:12
indian14315-Jan-07 18:12 
QuestionI register a dll file "regasm d:\Aleem\DSOControl1\DSOControl1.dll" Pin
indian14310-Jan-07 22:32
indian14310-Jan-07 22:32 
QuestionMigrating web Application to .Net 2005 Pin
happyheartcs10-Jan-07 22:32
happyheartcs10-Jan-07 22:32 
AnswerRe: Migrating web Application to .Net 2005 Pin
szukuro11-Jan-07 3:56
szukuro11-Jan-07 3:56 
Mainly three things:

1. In the Markup replace "CodeBehind" with "CodeFile" int the Page directive

2. In the code file add the modifier "partial" to the class

3. Remove the control declarations in the code file. For example if you have <asp:Literal ID="Literal1" runat="server" /> in the markup, you don't need code like Literal Literal1 = new Literal() in the cs file.

Also there could be a lot of code-specific changes you might need to do, sometimes just warning messages. To give an example, you should replace Page.RegisterStartupScript with
Page.ClientScript.RegisterStartupScript. The best you can do, is examine these errors one be one and possibly resolve them with replace.
GeneralRe: Migrating web Application to .Net 2005 Pin
happyheartcs11-Jan-07 5:11
happyheartcs11-Jan-07 5:11 
GeneralWPF Tutorials Pin
Brady Kelly10-Jan-07 22:25
Brady Kelly10-Jan-07 22:25 
GeneralRe: WPF Tutorials Pin
Thomas Stockwell13-Jan-07 5:49
professionalThomas Stockwell13-Jan-07 5:49 
QuestionI want to give Online pupations for my own software Pin
illusionarylife10-Jan-07 22:20
illusionarylife10-Jan-07 22:20 
AnswerRe: I want to give Online pupations for my own software Pin
Colin Angus Mackay10-Jan-07 23:27
Colin Angus Mackay10-Jan-07 23:27 
QuestionClick Once Deployment Problems Pin
harwanegg10-Jan-07 20:18
harwanegg10-Jan-07 20:18 
QuestionI am trying to convert the DSOFramer com component as .net framework assembly Pin
indian14310-Jan-07 19:51
indian14310-Jan-07 19:51 
QuestionMoving my C++/MFC project from VS 2003 to VS 2005 Pin
AlexEvans10-Jan-07 17:26
AlexEvans10-Jan-07 17:26 
AnswerRe: Moving my C++/MFC project from VS 2003 to VS 2005 Pin
Christian Graus10-Jan-07 18:59
protectorChristian Graus10-Jan-07 18:59 
QuestionSingleton Application Pin
PavanPareta10-Jan-07 17:16
PavanPareta10-Jan-07 17:16 
AnswerRe: Singleton Application Pin
Christian Graus10-Jan-07 18:56
protectorChristian Graus10-Jan-07 18:56 
GeneralRe: Singleton Application Pin
PavanPareta10-Jan-07 19:21
PavanPareta10-Jan-07 19:21 
GeneralRe: Singleton Application Pin
szukuro11-Jan-07 1:00
szukuro11-Jan-07 1:00 
GeneralRe: Singleton Application [modified] Pin
Jun Du11-Jan-07 14:34
Jun Du11-Jan-07 14:34 
QuestionCustom Design View with User Control Pin
LagoonMatt10-Jan-07 12:59
LagoonMatt10-Jan-07 12:59 
AnswerRe: Custom Design View with User Control Pin
Christian Graus10-Jan-07 18:59
protectorChristian Graus10-Jan-07 18:59 
GeneralRe: Custom Design View with User Control Pin
LagoonMatt12-Jan-07 14:01
LagoonMatt12-Jan-07 14:01 

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.