Click here to Skip to main content
15,913,854 members
Home / Discussions / C#
   

C#

 
GeneralRe: Outlook-style mini calendar Pin
machocr21-Oct-04 7:15
machocr21-Oct-04 7:15 
GeneralRe: Outlook-style mini calendar Pin
Heath Stewart21-Oct-04 7:44
protectorHeath Stewart21-Oct-04 7:44 
GeneralRe: Outlook-style mini calendar Pin
machocr21-Oct-04 9:40
machocr21-Oct-04 9:40 
GeneralRe: Outlook-style mini calendar Pin
Jordi Corominas7-Nov-04 21:47
Jordi Corominas7-Nov-04 21:47 
Generalrun .net app in all systems Pin
visitsaadi21-Oct-04 4:50
visitsaadi21-Oct-04 4:50 
GeneralRe: run .net app in all systems Pin
J4amieC21-Oct-04 4:59
J4amieC21-Oct-04 4:59 
GeneralRe: run .net app in all systems Pin
McClamm21-Oct-04 5:29
McClamm21-Oct-04 5:29 
GeneralRe: run .net app in all systems Pin
Heath Stewart21-Oct-04 7:14
protectorHeath Stewart21-Oct-04 7:14 
That's BAD! Not only is it not servicable (so that updates to the .NET Framework absolutely WILL NOT apply to your hack) you destroy the very nature of the Framework. If you do something like this (and there is a product that does this) you are responsible for updating your application every time a service pack or generate update is required. It will not - and cannot - be updated automatically by Windows Update or any other method that will update the .NET Framework. This is true for the other platforms I mentioned below.

Applications that target the .NET Framework require the .NET Framework, just like Java applications require a JVM and, more than likely, the JRE (like the .NET BCL), VB6 (and below) applications require the VB Runtime (msvbvm60.dll), and most C/C++ applications require at a minimum the standard C runtime.

In every case, if you import or otherwise use functionality defined elsewhere you require that component. The .NET Framework isn't just a class library - it's a complete runtime with unmanaged components to make the runtime possible (just like a JVM or the VBVM, etc.).

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

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralRe: run .net app in all systems Pin
McClamm21-Oct-04 9:01
McClamm21-Oct-04 9:01 
GeneralRe: run .net app in all systems Pin
Heath Stewart21-Oct-04 13:42
protectorHeath Stewart21-Oct-04 13:42 
Generaldatagrid column sorting Pin
ddelapasse21-Oct-04 4:35
ddelapasse21-Oct-04 4:35 
GeneralAdd-In VS .NET 2003 ToolTip on Words in Editor Pin
Nxsis21-Oct-04 3:46
Nxsis21-Oct-04 3:46 
GeneralRe: Add-In VS .NET 2003 ToolTip on Words in Editor Pin
Heath Stewart21-Oct-04 7:20
protectorHeath Stewart21-Oct-04 7:20 
GeneralRe: Add-In VS .NET 2003 ToolTip on Words in Editor Pin
Anonymous21-Oct-04 7:48
Anonymous21-Oct-04 7:48 
Generalupdating a database Pin
steve_rm21-Oct-04 2:58
steve_rm21-Oct-04 2:58 
GeneralRe: updating a database Pin
Hugo Hallman21-Oct-04 3:03
Hugo Hallman21-Oct-04 3:03 
GeneralRe: updating a database Pin
Colin Angus Mackay21-Oct-04 3:11
Colin Angus Mackay21-Oct-04 3:11 
GeneralRe: updating a database Pin
steve_rm21-Oct-04 3:53
steve_rm21-Oct-04 3:53 
GeneralRe: updating a database Pin
Colin Angus Mackay21-Oct-04 5:02
Colin Angus Mackay21-Oct-04 5:02 
QuestionHigh performance buffer pooling? Pin
Hugo Hallman21-Oct-04 2:40
Hugo Hallman21-Oct-04 2:40 
AnswerRe: High performance buffer pooling? Pin
Heath Stewart21-Oct-04 7:41
protectorHeath Stewart21-Oct-04 7:41 
GeneralScrollBar Problem Pin
ee9903521-Oct-04 2:07
ee9903521-Oct-04 2:07 
GeneralRe: ScrollBar Problem Pin
Heath Stewart21-Oct-04 7:26
protectorHeath Stewart21-Oct-04 7:26 
GeneralRe: ScrollBar Problem Pin
ee9903521-Oct-04 8:46
ee9903521-Oct-04 8:46 
GeneralRe: ScrollBar Problem Pin
Heath Stewart21-Oct-04 9:07
protectorHeath Stewart21-Oct-04 9:07 

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.