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

.NET (Core and Framework)

 
GeneralRe: help me!!! Pin
Chua Wen Ching9-Mar-05 16:28
Chua Wen Ching9-Mar-05 16:28 
GeneralIAsyncResult : how to check a message is completed Pin
Gian8-Mar-05 5:38
Gian8-Mar-05 5:38 
GeneralRe: IAsyncResult : how to check a message is completed Pin
Mike Dimmick8-Mar-05 8:06
Mike Dimmick8-Mar-05 8:06 
GeneralRe: IAsyncResult : how to check a message is completed Pin
vinu.netguy8-Mar-05 10:29
vinu.netguy8-Mar-05 10:29 
Generalinstalling multiple versions of .net Pin
nsainaveen8-Mar-05 1:45
nsainaveen8-Mar-05 1:45 
GeneralRe: installing multiple versions of .net Pin
gnjunge8-Mar-05 3:29
gnjunge8-Mar-05 3:29 
GeneralRe: installing multiple versions of .net Pin
nsainaveen8-Mar-05 22:15
nsainaveen8-Mar-05 22:15 
GeneralRe: installing multiple versions of .net Pin
gnjunge9-Mar-05 0:19
gnjunge9-Mar-05 0:19 
Hi Naveen,

First of all, if you compile your project in VS 2003, it will use the .NET 1.1 runtime. You can also make it support the 1.0 runtime through your project properties in VS.NET.

"Modifying this property causes the project system to update the web.config file in your project by adding assembly binding (<bindingredirect> and <assemblyidentity>) tags in a <dependentassembly> section. Web pages in Visual Studio-built ASP.NET Web applications are precompiled to a .dll file with a dependency on the runtime associated with the compiler."


I guess setting that option in the ASP.NET tab, will compile the aspx pages on runtime to one supporting the 2.0 runtime (but not the pre compiled files, since that option was set in VS.NET)

So if you would compile your project in VS.NET 2005, it will use the .NET 2.0 runtime.

Gidon
GeneralDataGrid Pin
TTECHNOLOGY7-Mar-05 22:41
TTECHNOLOGY7-Mar-05 22:41 
GeneralMultithreading and Appdomain Pin
joshi_vipul7-Mar-05 18:43
joshi_vipul7-Mar-05 18:43 
GeneralRe: Multithreading and Appdomain Pin
TylerBrinks8-Mar-05 7:19
TylerBrinks8-Mar-05 7:19 
GeneralRe: Multithreading and Appdomain Pin
joshi_vipul8-Mar-05 17:40
joshi_vipul8-Mar-05 17:40 
QuestionDataGrid update??? Pin
Small Rat7-Mar-05 14:25
Small Rat7-Mar-05 14:25 
AnswerRe: DataGrid update??? Pin
ursus zeta12-Mar-05 8:58
ursus zeta12-Mar-05 8:58 
Questioninsert too slow???? Pin
Small Rat7-Mar-05 13:02
Small Rat7-Mar-05 13:02 
AnswerRe: insert too slow???? Pin
Oskars10-Mar-05 22:32
Oskars10-Mar-05 22:32 
GeneralClasswizard in visual stuio 7.0 ... Pin
vchedalla7-Mar-05 11:33
vchedalla7-Mar-05 11:33 
GeneralRe: Classwizard in visual stuio 7.0 ... Pin
bneacetp7-Mar-05 17:23
bneacetp7-Mar-05 17:23 
GeneralRe: Classwizard in visual stuio 7.0 ... Pin
vchedalla8-Mar-05 2:29
vchedalla8-Mar-05 2:29 
GeneralRe: Classwizard in visual stuio 7.0 ... Pin
bneacetp8-Mar-05 7:49
bneacetp8-Mar-05 7:49 
QuestionDid anyone had System.Data.DataSet on Hyperthreading CPU issues ?? Pin
octaviansen7-Mar-05 2:59
octaviansen7-Mar-05 2:59 
AnswerRe: Did anyone had System.Data.DataSet on Hyperthreading CPU issues ?? Pin
ACorbs7-Mar-05 14:45
ACorbs7-Mar-05 14:45 
GeneralRe: Did anyone had System.Data.DataSet on Hyperthreading CPU issues ?? Pin
octaviansen7-Mar-05 19:55
octaviansen7-Mar-05 19:55 
Generalsetting headers in socket programming Pin
kavithanallamothu7-Mar-05 0:05
kavithanallamothu7-Mar-05 0:05 
GeneralRe: setting headers in socket programming Pin
Colin Angus Mackay7-Mar-05 3:25
Colin Angus Mackay7-Mar-05 3:25 

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.