Click here to Skip to main content
15,920,005 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionProcess.Start Pin
KreativeKai23-Oct-08 6:30
professionalKreativeKai23-Oct-08 6:30 
AnswerRe: Process.Start Pin
Jon_Boy23-Oct-08 6:39
Jon_Boy23-Oct-08 6:39 
GeneralRe: Process.Start Pin
Jon_Boy23-Oct-08 8:27
Jon_Boy23-Oct-08 8:27 
AnswerRe: Process.Start Pin
Dave Kreskowiak23-Oct-08 7:35
mveDave Kreskowiak23-Oct-08 7:35 
GeneralRe: Process.Start Pin
KreativeKai23-Oct-08 7:50
professionalKreativeKai23-Oct-08 7:50 
GeneralRe: Process.Start Pin
Dave Kreskowiak23-Oct-08 8:02
mveDave Kreskowiak23-Oct-08 8:02 
GeneralRe: Process.Start Pin
KreativeKai23-Oct-08 8:14
professionalKreativeKai23-Oct-08 8:14 
GeneralRe: Process.Start Pin
Dave Kreskowiak23-Oct-08 8:28
mveDave Kreskowiak23-Oct-08 8:28 
Was this second .EXE written under .NET (C#, VB.NET)??

If so, then you're running into the Code Access Security problem where code running from a network source is not trusted. You have to tell the .NET CLR on the machine running the code to trust the network location the code is stored on or sign the code and tell it to trust code signed with a ceratin certificate.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: Process.Start Pin
KreativeKai23-Oct-08 8:41
professionalKreativeKai23-Oct-08 8:41 
GeneralRe: Process.Start Pin
Dave Kreskowiak23-Oct-08 9:07
mveDave Kreskowiak23-Oct-08 9:07 
QuestionRe: Process.Start Pin
KreativeKai23-Oct-08 9:38
professionalKreativeKai23-Oct-08 9:38 
AnswerRe: Process.Start Pin
Jon_Boy23-Oct-08 10:07
Jon_Boy23-Oct-08 10:07 
AnswerRe: Process.Start Pin
KreativeKai24-Oct-08 9:26
professionalKreativeKai24-Oct-08 9:26 
AnswerRe: Process.Start Pin
KreativeKai24-Oct-08 9:29
professionalKreativeKai24-Oct-08 9:29 
AnswerRe: Process.Start Pin
Wendelius23-Oct-08 7:42
mentorWendelius23-Oct-08 7:42 
AnswerRe: Process.Start Pin
KreativeKai23-Oct-08 8:04
professionalKreativeKai23-Oct-08 8:04 
GeneralRe: Process.Start [modified] Pin
Jon_Boy23-Oct-08 8:20
Jon_Boy23-Oct-08 8:20 
GeneralRe: Process.Start Pin
Dave Kreskowiak23-Oct-08 8:30
mveDave Kreskowiak23-Oct-08 8:30 
GeneralRe: Process.Start Pin
Wendelius23-Oct-08 8:34
mentorWendelius23-Oct-08 8:34 
AnswerRe: Process.Start Pin
KreativeKai24-Oct-08 9:30
professionalKreativeKai24-Oct-08 9:30 
GeneralRe: Process.Start Pin
Wendelius24-Oct-08 9:33
mentorWendelius24-Oct-08 9:33 
QuestionIs it possible to do a dataview.Sort with part of a column? Pin
Jon_Boy23-Oct-08 6:12
Jon_Boy23-Oct-08 6:12 
AnswerRe: Is it possible to do a dataview.Sort with part of a column? Pin
Dave Kreskowiak23-Oct-08 7:31
mveDave Kreskowiak23-Oct-08 7:31 
GeneralRe: Is it possible to do a dataview.Sort with part of a column? Pin
Jon_Boy23-Oct-08 8:24
Jon_Boy23-Oct-08 8:24 
QuestionConvert png images to string of Hexadecimals Pin
Cory Kimble23-Oct-08 3:03
Cory Kimble23-Oct-08 3:03 

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.