Click here to Skip to main content
16,009,640 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralDon't know where to put this. ACCESS! PLEASE HELP Pin
Rip V. Winkle29-Jun-04 15:34
Rip V. Winkle29-Jun-04 15:34 
GeneralRe: Don't know where to put this. ACCESS! PLEASE HELP Pin
KevinMac29-Jun-04 18:27
KevinMac29-Jun-04 18:27 
GeneralRe: Don't know where to put this. ACCESS! PLEASE HELP Pin
Rip V. Winkle11-Jul-04 8:25
Rip V. Winkle11-Jul-04 8:25 
GeneralRe: Don't know where to put this. ACCESS! PLEASE HELP Pin
KevinMac12-Jul-04 16:18
KevinMac12-Jul-04 16:18 
GeneralRunning a program from the network Pin
ltnuke29-Jun-04 11:45
ltnuke29-Jun-04 11:45 
GeneralRe: Running a program from the network Pin
Jeremy Falcon29-Jun-04 11:52
professionalJeremy Falcon29-Jun-04 11:52 
GeneralRe: Running a program from the network Pin
Steven Campbell29-Jun-04 11:59
Steven Campbell29-Jun-04 11:59 
GeneralRe: Running a program from the network Pin
Colin Angus Mackay29-Jun-04 13:16
Colin Angus Mackay29-Jun-04 13:16 
As you have two different answers, I just thought I'd wade in and add my own opinion. I'd go with Steven Campbell's reply. I'm guessing the exeption you are getting, although you don't say it, is a Security Exception.

.NET code won't run over a network unless you set the policy to trust it. You can either set up each machine to trust .NET code in a specific directory/share on the network, or you can sign all your dot net code and set the security policy to trust code that has a trusted signature.

If you have a lot of .NET code that is going to be places in lots of different places on the network then I suggest that you sign it all as it will be easier administer the security policies for .NET

I hope this helps.


"You can have everything in life you want if you will just help enough other people get what they want." --Zig Ziglar

The Second EuroCPian Event will be in Brussels on the 4th of September

Can't manage to P/Invoke that Win32 API in .NET? Why not do interop the wiki way!

My Blog


GeneralRe: Running a program from the network Pin
ltnuke30-Jun-04 2:13
ltnuke30-Jun-04 2:13 
GeneralRe: Running a program from the network Pin
Colin Angus Mackay30-Jun-04 4:55
Colin Angus Mackay30-Jun-04 4:55 
GeneralRe: Running a program from the network Pin
mtone2-Jul-04 9:22
mtone2-Jul-04 9:22 
GeneralHooking application Open file calls Pin
WESHILL29-Jun-04 10:32
WESHILL29-Jun-04 10:32 
GeneralRe: Hooking application Open file calls Pin
Dave Kreskowiak29-Jun-04 15:49
mveDave Kreskowiak29-Jun-04 15:49 
GeneralRe: Hooking application Open file calls Pin
WESHILL29-Jun-04 17:57
WESHILL29-Jun-04 17:57 
GeneralRe: Hooking application Open file calls Pin
Dave Kreskowiak30-Jun-04 0:34
mveDave Kreskowiak30-Jun-04 0:34 
GeneralRe: Hooking application Open file calls Pin
WESHILL30-Jun-04 1:50
WESHILL30-Jun-04 1:50 
GeneralRe: Hooking application Open file calls Pin
Dave Kreskowiak30-Jun-04 2:36
mveDave Kreskowiak30-Jun-04 2:36 
GeneralRe: Hooking application Open file calls Pin
WESHILL5-Jul-04 4:05
WESHILL5-Jul-04 4:05 
GeneralRead a string Pin
Brad Fackrell29-Jun-04 9:57
Brad Fackrell29-Jun-04 9:57 
GeneralRe: Read a string Pin
Name Removed29-Jun-04 10:51
Name Removed29-Jun-04 10:51 
GeneralRe: Read a string Pin
Brad Fackrell29-Jun-04 11:21
Brad Fackrell29-Jun-04 11:21 
GeneralRe: Read a string Pin
shalwi29-Jun-04 18:42
shalwi29-Jun-04 18:42 
GeneralRe: Read a string Pin
Brad Fackrell30-Jun-04 1:33
Brad Fackrell30-Jun-04 1:33 
GeneralRe: Read a string Pin
manish.m.tawde1-Jul-04 0:48
manish.m.tawde1-Jul-04 0:48 
GeneralList Boxes Pin
Glen Conaway29-Jun-04 8:55
Glen Conaway29-Jun-04 8:55 

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.