Click here to Skip to main content
15,894,145 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: EnableSSL Pin
Dave Kreskowiak19-Aug-09 3:54
mveDave Kreskowiak19-Aug-09 3:54 
GeneralRe: EnableSSL Pin
KreativeKai19-Aug-09 4:00
professionalKreativeKai19-Aug-09 4:00 
QuestionFTP Connection coding Pin
jamesmani2k519-Aug-09 2:03
jamesmani2k519-Aug-09 2:03 
AnswerRe: FTP Connection coding Pin
Ashfield19-Aug-09 2:37
Ashfield19-Aug-09 2:37 
AnswerRe: FTP Connection coding Pin
Dave Kreskowiak19-Aug-09 3:55
mveDave Kreskowiak19-Aug-09 3:55 
Questionhow can i create multiuser application Pin
Member 304986319-Aug-09 0:43
Member 304986319-Aug-09 0:43 
AnswerRe: how can i create multiuser application Pin
Hristo-Bojilov19-Aug-09 5:01
Hristo-Bojilov19-Aug-09 5:01 
AnswerRe: how can i create multiuser application Pin
Dave Kreskowiak19-Aug-09 5:05
mveDave Kreskowiak19-Aug-09 5:05 
To do something like this, you REALLY need to understand Code Access Security. I suggest Googling that and reading everything you can.

In the .NET world, every piece of code that is executing from a source that is not local to the machine (i.e.: any network share) is NOT trusted. In your case, all of your code is executing in a heavily restricted sandbox where it has no permissions to do anything, including talk to databases. You need to tell each machine on the network that will run your code to either trust the network location the code came from or to trust only assemblies signed with a certain key. You'd normally do this through a Group Policy in Active Directory.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




GeneralRe: how can i create multiuser application Pin
Member 304986319-Aug-09 23:02
Member 304986319-Aug-09 23:02 
GeneralRe: how can i create multiuser application Pin
Dave Kreskowiak20-Aug-09 2:16
mveDave Kreskowiak20-Aug-09 2:16 
GeneralRe: how can i create multiuser application Pin
Member 304986320-Aug-09 3:23
Member 304986320-Aug-09 3:23 
GeneralRe: how can i create multiuser application Pin
Dave Kreskowiak20-Aug-09 16:12
mveDave Kreskowiak20-Aug-09 16:12 
GeneralRe: how can i create multiuser application Pin
Member 304986321-Aug-09 2:22
Member 304986321-Aug-09 2:22 
QuestionKey Down event in Vb.net Pin
rrrriiizz18-Aug-09 23:36
rrrriiizz18-Aug-09 23:36 
AnswerRe: Key Down event in Vb.net Pin
Jay Royall18-Aug-09 23:49
Jay Royall18-Aug-09 23:49 
GeneralRe: Key Down event in Vb.net Pin
rrrriiizz19-Aug-09 0:53
rrrriiizz19-Aug-09 0:53 
GeneralRe: Key Down event in Vb.net Pin
Jay Royall19-Aug-09 1:07
Jay Royall19-Aug-09 1:07 
GeneralRe: Key Down event in Vb.net Pin
Dave Kreskowiak19-Aug-09 3:49
mveDave Kreskowiak19-Aug-09 3:49 
AnswerRe: Key Down event in Vb.net Pin
Suresh Suthar19-Aug-09 0:28
professionalSuresh Suthar19-Aug-09 0:28 
Question[Message Deleted] Pin
Prasadsm18-Aug-09 21:28
Prasadsm18-Aug-09 21:28 
AnswerRe: How To Create a HTML Download Link Pin
Christian Graus18-Aug-09 23:23
protectorChristian Graus18-Aug-09 23:23 
Questiondigital counter in vb.net Pin
faravani18-Aug-09 20:02
faravani18-Aug-09 20:02 
AnswerRe: digital counter in vb.net Pin
_Damian S_18-Aug-09 20:28
professional_Damian S_18-Aug-09 20:28 
AnswerRe: digital counter in vb.net Pin
Ashfield18-Aug-09 20:58
Ashfield18-Aug-09 20:58 
AnswerRe: digital counter in vb.net Pin
Christian Graus18-Aug-09 21:11
protectorChristian Graus18-Aug-09 21:11 

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.