Click here to Skip to main content
15,918,742 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionUnable To create connection Pin
Ajeet mittal5-Jun-07 6:00
Ajeet mittal5-Jun-07 6:00 
AnswerRe: Unable To create connection Pin
originSH5-Jun-07 6:11
originSH5-Jun-07 6:11 
AnswerRe: Unable To create connection Pin
Dave Kreskowiak5-Jun-07 6:12
mveDave Kreskowiak5-Jun-07 6:12 
GeneralRe: Unable To create connection Pin
originSH5-Jun-07 6:23
originSH5-Jun-07 6:23 
QuestionRe: Unable To create connection Pin
Ajeet mittal5-Jun-07 16:50
Ajeet mittal5-Jun-07 16:50 
AnswerRe: Unable To create connection Pin
originSH5-Jun-07 22:09
originSH5-Jun-07 22:09 
AnswerRe: Unable To create connection Pin
SimulationofSai5-Jun-07 22:52
SimulationofSai5-Jun-07 22:52 
AnswerRe: Unable To create connection Pin
Dave Kreskowiak6-Jun-07 4:52
mveDave Kreskowiak6-Jun-07 4:52 
And on top of what Simulation said, if you copied the code to a file share and are running the code from that share, you need to take into consideration Code Access Security. Managed code running from ANY non-local source (i.e.: network) runs in a restricted sandbox. If I understand your explaination correctly, this is probably where your "Security Exception" is comming from.

Bascially, the users machine doesn't trust your code. You have to tell it to trust the code. Read[^].


A guide to posting questions on CodeProject[^]

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


QuestionEnvironment settings local user Pin
Josjekoko5-Jun-07 3:23
Josjekoko5-Jun-07 3:23 
QuestionError that debug doesn't handle Pin
cstrader2325-Jun-07 1:45
cstrader2325-Jun-07 1:45 
AnswerRe: Error that debug doesn't handle Pin
Dave Kreskowiak5-Jun-07 4:37
mveDave Kreskowiak5-Jun-07 4:37 
AnswerRe: Error that debug doesn't handle Pin
mr_lasseter5-Jun-07 16:00
mr_lasseter5-Jun-07 16:00 
QuestionHow to check database connection in VB? Pin
virendra_0075-Jun-07 1:03
virendra_0075-Jun-07 1:03 
AnswerRe: How to check database connection in VB? Pin
koolprasad20035-Jun-07 1:09
professionalkoolprasad20035-Jun-07 1:09 
GeneralRe: How to check database connection in VB? Pin
Dileep_Vickey5-Jun-07 21:09
Dileep_Vickey5-Jun-07 21:09 
AnswerRe: How to check database connection in VB? Pin
Dave Kreskowiak5-Jun-07 3:58
mveDave Kreskowiak5-Jun-07 3:58 
QuestionTaskbar content margins Pin
The ANZAC5-Jun-07 0:15
The ANZAC5-Jun-07 0:15 
AnswerRe: Taskbar content margins Pin
Dave Kreskowiak5-Jun-07 5:58
mveDave Kreskowiak5-Jun-07 5:58 
GeneralRe: Taskbar content margins Pin
The ANZAC5-Jun-07 12:00
The ANZAC5-Jun-07 12:00 
GeneralRe: Taskbar content margins Pin
Dave Kreskowiak5-Jun-07 14:06
mveDave Kreskowiak5-Jun-07 14:06 
QuestionPlz Help With backgroundworker class Pin
sabby20064-Jun-07 23:40
sabby20064-Jun-07 23:40 
AnswerRe: Plz Help With backgroundworker class Pin
Sathesh Sakthivel4-Jun-07 23:43
Sathesh Sakthivel4-Jun-07 23:43 
GeneralRe: Plz Help With backgroundworker class Pin
sabby20065-Jun-07 0:55
sabby20065-Jun-07 0:55 
GeneralRe: Plz Help With backgroundworker class Pin
Sathesh Sakthivel5-Jun-07 1:21
Sathesh Sakthivel5-Jun-07 1:21 
GeneralRe: Plz Help With backgroundworker class Pin
Christian Graus5-Jun-07 2:43
protectorChristian Graus5-Jun-07 2:43 

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.