Click here to Skip to main content
16,010,351 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralUGLY for .NET Pin
Derek Lakin27-Jun-03 2:08
Derek Lakin27-Jun-03 2:08 
GeneralRe: UGLY for .NET Pin
leppie27-Jun-03 10:59
leppie27-Jun-03 10:59 
GeneralRe: UGLY for .NET Pin
Derek Lakin27-Jun-03 22:17
Derek Lakin27-Jun-03 22:17 
GeneralRe: UGLY for .NET Pin
leppie28-Jun-03 4:37
leppie28-Jun-03 4:37 
Questionwhere I can get VS Toolbar? Pin
Member 50520626-Jun-03 20:44
Member 50520626-Jun-03 20:44 
AnswerRe: where I can get VS Toolbar? Pin
SimonS28-Jun-03 5:11
SimonS28-Jun-03 5:11 
GeneralInstalling .NET Framework 1.1 Pin
monrobot1326-Jun-03 10:31
monrobot1326-Jun-03 10:31 
GeneralRe: Installing .NET Framework 1.1 Pin
apferreira30-Jun-03 1:26
apferreira30-Jun-03 1:26 
Depends on what tool you will be using to compile your app:

1. If you are using Visual Studio 2003, apps automatically use .Net Framework 1.1
2. If you are using Visual Studio 2002, then you have to create a config file. The config filename should be yourappname.exe.config, the location of the config file must be the same as the app's executable and the config file should contain the following lines:



<configuration>

<startup>

<requiredRuntime version="v1.1.4322" />

</startup>

</configuration>
General.NET Framework1.0 vs .NET Framework1.1 Pin
Sanjeev Kumar26-Jun-03 6:57
Sanjeev Kumar26-Jun-03 6:57 
GeneralRe: .NET Framework1.0 vs .NET Framework1.1 Pin
leppie26-Jun-03 7:19
leppie26-Jun-03 7:19 
GeneralRemoting config stopped working in net1.1 Pin
Dr Herbie26-Jun-03 5:44
Dr Herbie26-Jun-03 5:44 
GeneralProblem Instantiating a Class via Reflection Pin
jboy25-Jun-03 18:02
jboy25-Jun-03 18:02 
GeneralRe: Problem Instantiating a Class via Reflection Pin
leppie26-Jun-03 7:23
leppie26-Jun-03 7:23 
GeneralLooking for ideas ................ Pin
anewcomer24-Jun-03 8:46
anewcomer24-Jun-03 8:46 
GeneralRe: Looking for ideas ................ Pin
Paul Watson24-Jun-03 8:57
sitebuilderPaul Watson24-Jun-03 8:57 
GeneralRe: Looking for ideas ................ Pin
anewcomer24-Jun-03 9:14
anewcomer24-Jun-03 9:14 
GeneralRe: Looking for ideas ................ Pin
Paul Watson24-Jun-03 9:47
sitebuilderPaul Watson24-Jun-03 9:47 
GeneralRe: Looking for ideas ................ Pin
John Kuhn24-Jun-03 11:37
John Kuhn24-Jun-03 11:37 
GeneralRe: Looking for ideas ................ Pin
Aravinthan25-Jun-03 3:25
Aravinthan25-Jun-03 3:25 
GeneralDeployment - registering assemblies Pin
CybrWeez24-Jun-03 4:56
CybrWeez24-Jun-03 4:56 
GeneralRe: Deployment - registering assemblies Pin
wduros124-Jun-03 5:16
wduros124-Jun-03 5:16 
GeneralWebservice NOT in wwwroot... Pin
Ray Cassick22-Jun-03 17:58
Ray Cassick22-Jun-03 17:58 
GeneralRe: Webservice NOT in wwwroot... Pin
Paul Watson24-Jun-03 9:49
sitebuilderPaul Watson24-Jun-03 9:49 
GeneralRe: Webservice NOT in wwwroot... Pin
Ray Cassick24-Jun-03 9:55
Ray Cassick24-Jun-03 9:55 
GeneralRe: Webservice NOT in wwwroot... Pin
leppie24-Jun-03 10:35
leppie24-Jun-03 10:35 

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.