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

C#

 
AnswerRe: Memory Leak in C# SDI App? Pin
Victor Campos10-Jan-05 18:18
Victor Campos10-Jan-05 18:18 
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 
The error you're encountering is most likely arising because you don't have launch permission for Excel on the remote machine.

Since you're executing your app from a remote share, when you attempt to launch Excel (unless you've done something to avoid it) you're launching it on the remote machine. If that's really what you are aiming for, you should be able to set launch permissions for Microsoft Excel by running dcomcnfg.exe.

Best of luck.

The most exciting phrase to hear in science, the one that heralds the most discoveries, is not 'Eureka!' ('I found it!') but 'That's funny...’

GeneralRe: Running a C# application from a network drive Pin
Heath Stewart10-Jan-05 19:31
protectorHeath Stewart10-Jan-05 19:31 
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 

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.