Anybody know whether ASP.NET ADO.NET and C# can be
-
Anybody know whether ASP.NET ADO.NET and C# cum Microsoft.Net Framework can be run from WINDOWS NT 4 + II4 Platform? Or where can I find the information from M$' sites? Thanks DJ
Sorry... no. Maybe... not. No to ASP.NET; however other things using .NET Framework redistributable (windows forms) will. Check here.[^] What a piece of work is man, how noble in reason, how infinite in faculties, in form and moving how express and admirable . . . and yet to me, what is this quintessence of dust? -- Hamlet, Act II, Scene ii.
-
Sorry... no. Maybe... not. No to ASP.NET; however other things using .NET Framework redistributable (windows forms) will. Check here.[^] What a piece of work is man, how noble in reason, how infinite in faculties, in form and moving how express and admirable . . . and yet to me, what is this quintessence of dust? -- Hamlet, Act II, Scene ii.
hmm... i never noticed you can't run .net on 64-bit computers... i hope this is fixed soon!
-
hmm... i never noticed you can't run .net on 64-bit computers... i hope this is fixed soon!
-
Amen. :( What a piece of work is man, how noble in reason, how infinite in faculties, in form and moving how express and admirable . . . and yet to me, what is this quintessence of dust? -- Hamlet, Act II, Scene ii.
-
hmm... i never noticed you can't run .net on 64-bit computers... i hope this is fixed soon!
To note, if your code is written correctly (and with .NET, you pretty much have to try to write it incorrectly in relation to bit length), .NET can already handle 64-bit operations. You're right, though, the .NET Framework doesn't seem to have been compiled for the 64-bit platform (since the CLR and other native components/utilities would have to be recompiled in whole or in part).
Microsoft MVP, Visual C# My Articles
-
To note, if your code is written correctly (and with .NET, you pretty much have to try to write it incorrectly in relation to bit length), .NET can already handle 64-bit operations. You're right, though, the .NET Framework doesn't seem to have been compiled for the 64-bit platform (since the CLR and other native components/utilities would have to be recompiled in whole or in part).
Microsoft MVP, Visual C# My Articles
this is true... i am merely reffering to all my customers who will be jumping on the first official 64-bit Windows that will work on x86-64... i hope for my sake, .net is available when the XP and win2k3 x86-64 versions are released!