Click here to Skip to main content
15,896,118 members
Home / Discussions / C#
   

C#

 
GeneralRe: A shell extension for a virtual drive Pin
Dave Kreskowiak16-Oct-05 15:07
mveDave Kreskowiak16-Oct-05 15:07 
AnswerRe: A shell extension for a virtual drive Pin
Heath Stewart16-Oct-05 17:35
protectorHeath Stewart16-Oct-05 17:35 
GeneralRe: A shell extension for a virtual drive Pin
leppie16-Oct-05 20:18
leppie16-Oct-05 20:18 
GeneralRe: A shell extension for a virtual drive Pin
Dave Kreskowiak17-Oct-05 1:21
mveDave Kreskowiak17-Oct-05 1:21 
AnswerRe: A shell extension for a virtual drive Pin
Heath Stewart16-Oct-05 17:38
protectorHeath Stewart16-Oct-05 17:38 
QuestionEncapsulate Pin
Tran Ngoc Minh15-Oct-05 23:59
Tran Ngoc Minh15-Oct-05 23:59 
AnswerRe: Encapsulate Pin
Guffa16-Oct-05 0:02
Guffa16-Oct-05 0:02 
AnswerRe: Encapsulate Pin
Heath Stewart16-Oct-05 0:29
protectorHeath Stewart16-Oct-05 0:29 
VS.NET is used to compile the applications, and .NET is used to run the applications. A computer cannot run a managed application without having the .NET Framework installed. It's a runtime, just like Java, Perl, Visual Basic, etc.

.NET only needs to be installed once and many computers (and more in the future where .NET is installed by default, which started with XP Media Center and Tablet PC editions, and Windows Server 2003) and there are intelligent ways of not requiring a specific version if you've done compatibility testing. That is, .NET applications will typically run on newer Framework versions. There are, on occasion, a few breaking changes but these are documented at http://msdn.microsoft.com/netframework[^] and you typically won't run into them. Your install could check that at least the minimum runtime version is installed. If a newer runtime is installed you could avoid requiring a newer runtime versin.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Customer Product-lifecycle Experience
Microsoft

[My Articles] [My Blog]
QuestionCreating Libraries in C# Pin
ddmcr15-Oct-05 22:35
ddmcr15-Oct-05 22:35 
AnswerRe: Creating Libraries in C# Pin
S. Senthil Kumar15-Oct-05 23:10
S. Senthil Kumar15-Oct-05 23:10 
GeneralRe: Creating Libraries in C#[modified] Pin
ddmcr15-Oct-05 23:21
ddmcr15-Oct-05 23:21 
GeneralRe: Creating Libraries in C#[modified] Pin
S. Senthil Kumar16-Oct-05 1:03
S. Senthil Kumar16-Oct-05 1:03 
Questiontext editor Pin
talk2krish15-Oct-05 21:08
talk2krish15-Oct-05 21:08 
AnswerRe: text editor Pin
Robert Rohde15-Oct-05 22:07
Robert Rohde15-Oct-05 22:07 
Questiondirectx video source as a binary stream? Pin
serguey_haftrige15-Oct-05 17:08
serguey_haftrige15-Oct-05 17:08 
AnswerRe: directx video source as a binary stream? Pin
Heath Stewart16-Oct-05 0:33
protectorHeath Stewart16-Oct-05 0:33 
GeneralRe: directx video source as a binary stream? Pin
serguey_haftrige16-Oct-05 14:52
serguey_haftrige16-Oct-05 14:52 
AnswerRe: directx video source as a binary stream? Pin
Heath Stewart16-Oct-05 17:28
protectorHeath Stewart16-Oct-05 17:28 
QuestionRemoving Handler... URGENT Pin
Shubhabrata Mohanty15-Oct-05 16:14
Shubhabrata Mohanty15-Oct-05 16:14 
AnswerRe: Removing Handler... URGENT Pin
Heath Stewart16-Oct-05 0:04
protectorHeath Stewart16-Oct-05 0:04 
GeneralRe: Removing Handler... URGENT Pin
Shubhabrata Mohanty16-Oct-05 11:06
Shubhabrata Mohanty16-Oct-05 11:06 
AnswerRe: Removing Handler... URGENT Pin
Heath Stewart16-Oct-05 17:06
protectorHeath Stewart16-Oct-05 17:06 
GeneralRe: Removing Handler... URGENT Pin
Shubhabrata Mohanty16-Oct-05 20:42
Shubhabrata Mohanty16-Oct-05 20:42 
AnswerRe: Removing Handler... URGENT Pin
Heath Stewart17-Oct-05 5:58
protectorHeath Stewart17-Oct-05 5:58 
QuestionEncode two integers Pin
JoaoPe15-Oct-05 15:48
JoaoPe15-Oct-05 15:48 

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.