Click here to Skip to main content
16,006,475 members
Home / Discussions / C#
   

C#

 
GeneralRe: Memory Leak in C# SDI App? Pin
Heath Stewart10-Jan-05 19:26
protectorHeath Stewart10-Jan-05 19:26 
GeneralRe: Memory Leak in C# SDI App? Pin
turbochimp11-Jan-05 2:22
turbochimp11-Jan-05 2:22 
GeneralRe: Memory Leak in C# SDI App? Pin
Heath Stewart11-Jan-05 4:50
protectorHeath Stewart11-Jan-05 4:50 
GeneralRe: Memory Leak in C# SDI App? Pin
turbochimp11-Jan-05 14:50
turbochimp11-Jan-05 14:50 
GeneralRe: Memory Leak in C# SDI App? Pin
pcJuice11-Jan-05 13:53
pcJuice11-Jan-05 13:53 
GeneralRunning a C# application from a network drive Pin
laptop_0110-Jan-05 15:09
laptop_0110-Jan-05 15:09 
GeneralRe: Running a C# application from a network drive Pin
turbochimp10-Jan-05 16:38
turbochimp10-Jan-05 16:38 
GeneralRe: Running a C# application from a network drive Pin
Heath Stewart10-Jan-05 19:31
protectorHeath Stewart10-Jan-05 19:31 
None of that is true. First of all, the SecurityException is thrown because the permissions granted to managed code for a network address are few.

Second, when you launch an application from a remote machine the application files are loaded into memory on your local machine unless you're using Terminal Services (or something similar, like VNC).

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: Running a C# application from a network drive Pin
Heath Stewart10-Jan-05 19:35
protectorHeath Stewart10-Jan-05 19:35 
GeneralCharacter conversion in .NET Pin
Paul Selormey10-Jan-05 15:08
Paul Selormey10-Jan-05 15:08 
GeneralRe: Character conversion in .NET Pin
Heath Stewart10-Jan-05 19:42
protectorHeath Stewart10-Jan-05 19:42 
GeneralRe: Character conversion in .NET Pin
Paul Selormey10-Jan-05 21:58
Paul Selormey10-Jan-05 21:58 
GeneralRe: Character conversion in .NET Pin
Heath Stewart11-Jan-05 4:55
protectorHeath Stewart11-Jan-05 4:55 
GeneralRe: Character conversion in .NET Pin
Paul Selormey11-Jan-05 5:46
Paul Selormey11-Jan-05 5:46 
GeneralRe: Character conversion in .NET Pin
Heath Stewart11-Jan-05 7:14
protectorHeath Stewart11-Jan-05 7:14 
GeneralRe: Character conversion in .NET Pin
Paul Selormey11-Jan-05 11:30
Paul Selormey11-Jan-05 11:30 
GeneralGet access to an object during runtime from its process Pin
Dany McCarthy10-Jan-05 13:42
Dany McCarthy10-Jan-05 13:42 
GeneralRe: Get access to an object during runtime from its process Pin
Heath Stewart10-Jan-05 20:01
protectorHeath Stewart10-Jan-05 20:01 
GeneralRe: Get access to an object during runtime from its process Pin
Dany McCarthy11-Jan-05 14:50
Dany McCarthy11-Jan-05 14:50 
GeneralStock Market Simulation Pin
8raker10-Jan-05 13:00
8raker10-Jan-05 13:00 
GeneralRe: Stock Market Simulation Pin
Colin Angus Mackay10-Jan-05 13:46
Colin Angus Mackay10-Jan-05 13:46 
GeneralRe: Stock Market Simulation Pin
8raker11-Jan-05 1:17
8raker11-Jan-05 1:17 
GeneralRe: Stock Market Simulation Pin
Colin Angus Mackay11-Jan-05 1:52
Colin Angus Mackay11-Jan-05 1:52 
GeneralSyncronize Windows Forms DataGrid with DataSet Pin
epinaud10-Jan-05 11:01
epinaud10-Jan-05 11:01 
GeneralRe: Syncronize Windows Forms DataGrid with DataSet Pin
Heath Stewart10-Jan-05 19:54
protectorHeath Stewart10-Jan-05 19:54 

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.