Click here to Skip to main content
15,892,298 members
Home / Discussions / C#
   

C#

 
AnswerRe: Instantiating a Generic templated class Pin
unclepaul16-Aug-06 6:18
unclepaul16-Aug-06 6:18 
QuestionShared Buffer Pin
mohamedcherif16-Aug-06 4:48
mohamedcherif16-Aug-06 4:48 
AnswerRe: Shared Buffer Pin
Professor Sharada Ulhas16-Aug-06 5:13
Professor Sharada Ulhas16-Aug-06 5:13 
AnswerRe: Shared Buffer Pin
beatles169216-Aug-06 9:24
beatles169216-Aug-06 9:24 
Questionwindows services with notify icon control Pin
vsnaidu995916-Aug-06 4:47
vsnaidu995916-Aug-06 4:47 
AnswerRe: windows services with notify icon control Pin
unclepaul16-Aug-06 6:05
unclepaul16-Aug-06 6:05 
GeneralRe: windows services with notify icon control Pin
Ramasubramaniam16-Aug-06 10:17
Ramasubramaniam16-Aug-06 10:17 
Questionproblems starting application with System.Diagnostics.Process Pin
3Dizard16-Aug-06 4:43
3Dizard16-Aug-06 4:43 
Hi,
my starting routine looks like this:
<br />
        private void StartProcess()<br />
        {<br />
            System.Diagnostics.Process p = new System.Diagnostics.Process();<br />
            p.StartInfo.FileName = "C:\\Programme\\AutoGK\\AutoGK.exe";<br />
            p.Start();<br />
        }<br />

When I run the code everything is executed fine except that the application to be started shows me an error: "Installation is corrupted. Please reinstall the application." But starting the app manually (in windows explorer, etc.) causes no errors and the application starts fine, so the problem is in the code I use. The program I want to start is AutoGordianKnot, which probably was written in Qt. Any suggestions or any other ways to start this app?

Greetings
AnswerRe: problems starting application with System.Diagnostics.Process Pin
Professor Sharada Ulhas16-Aug-06 5:12
Professor Sharada Ulhas16-Aug-06 5:12 
GeneralRe: problems starting application with System.Diagnostics.Process Pin
3Dizard16-Aug-06 7:05
3Dizard16-Aug-06 7:05 
QuestionOutlook with Window service? Pin
sinanju16-Aug-06 4:33
sinanju16-Aug-06 4:33 
AnswerRe: Outlook with Window service? Pin
unclepaul16-Aug-06 6:08
unclepaul16-Aug-06 6:08 
GeneralRe: Outlook with Window service? Pin
sinanju16-Aug-06 7:15
sinanju16-Aug-06 7:15 
QuestionReadXMlSchema method Pin
Siva Subramanian16-Aug-06 3:53
Siva Subramanian16-Aug-06 3:53 
AnswerRe: ReadXMlSchema method Pin
Siva Subramanian16-Aug-06 4:44
Siva Subramanian16-Aug-06 4:44 
QuestionProblem connecting to Access DB: "Could not find installable ISAM" Pin
Jag7716-Aug-06 3:44
Jag7716-Aug-06 3:44 
AnswerRe: Problem connecting to Access DB: "Could not find installable ISAM" Pin
Guffa16-Aug-06 6:32
Guffa16-Aug-06 6:32 
AnswerRe: Problem connecting to Access DB: "Could not find installable ISAM" Pin
leckey16-Aug-06 7:53
leckey16-Aug-06 7:53 
GeneralRe: Problem connecting to Access DB: &quot;Could not find installable ISAM&quot; [modified] Pin
Jag7717-Aug-06 5:45
Jag7717-Aug-06 5:45 
QuestionHttp Post Pin
Will Manning16-Aug-06 3:41
Will Manning16-Aug-06 3:41 
AnswerRe: Http Post Pin
Vitaliy Tsvayer16-Aug-06 4:00
Vitaliy Tsvayer16-Aug-06 4:00 
GeneralRe: Http Post Pin
Will Manning16-Aug-06 4:07
Will Manning16-Aug-06 4:07 
GeneralRe: Http Post Pin
Vitaliy Tsvayer16-Aug-06 6:09
Vitaliy Tsvayer16-Aug-06 6:09 
GeneralRe: Http Post Pin
Will Manning16-Aug-06 6:16
Will Manning16-Aug-06 6:16 
QuestionTCPClient/Server + Configuring Windows Pin
TikkuTakku16-Aug-06 3:25
TikkuTakku16-Aug-06 3:25 

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.