Click here to Skip to main content
15,891,942 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: DLL Issue Pin
nishkarsh_k15-Oct-08 20:15
nishkarsh_k15-Oct-08 20:15 
QuestionSample Code to get data in a Table A not in other table B to Table C automatically Pin
Thayhor15-Oct-08 13:43
Thayhor15-Oct-08 13:43 
AnswerRe: Sample Code to get data in a Table A not in other table B to Table C automatically Pin
jzonthemtn15-Oct-08 13:51
jzonthemtn15-Oct-08 13:51 
AnswerRe: Sample Code to get data in a Table A not in other table B to Table C automatically Pin
Guffa16-Oct-08 1:34
Guffa16-Oct-08 1:34 
QuestionNetwork enabled app Pin
Ekjon15-Oct-08 11:08
Ekjon15-Oct-08 11:08 
AnswerRe: Network enabled app Pin
Dave Kreskowiak15-Oct-08 17:44
mveDave Kreskowiak15-Oct-08 17:44 
GeneralRe: Network enabled app Pin
Ekjon16-Oct-08 5:52
Ekjon16-Oct-08 5:52 
GeneralRe: Network enabled app Pin
Dave Kreskowiak16-Oct-08 6:36
mveDave Kreskowiak16-Oct-08 6:36 
OK, so how are the clients going to use the app if it's "running on the server"?? Obviously, the app has to expose some kind of interface, either UI-based through an existing technology, like a web browser, or through an API that another application uses, such as a Windows Forms app.

Or, did you mean that the .EXE files are going to sit on the server and the clients are going to launch them from the shared location?? In which case, you're going to need to read up on Code Access Security because code running from any remote source, including authenticated file shares, is not trusted by the .NET CLR by default and will run in a heavily restricted sandbox.


A guide to posting questions on CodeProject[^]



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




GeneralRe: Network enabled app Pin
Ekjon16-Oct-08 6:56
Ekjon16-Oct-08 6:56 
GeneralRe: Network enabled app Pin
Dave Kreskowiak16-Oct-08 10:35
mveDave Kreskowiak16-Oct-08 10:35 
GeneralRe: Network enabled app Pin
Ekjon16-Oct-08 11:01
Ekjon16-Oct-08 11:01 
QuestionVB6 Winsock cannot receive NULL? Pin
Levisvv15-Oct-08 6:37
Levisvv15-Oct-08 6:37 
QuestionMail sending failed Pin
Sebastian T Xavier15-Oct-08 5:19
Sebastian T Xavier15-Oct-08 5:19 
AnswerRe: Mail sending failed Pin
Ashfield15-Oct-08 5:21
Ashfield15-Oct-08 5:21 
GeneralRe: Mail sending failed Pin
Sebastian T Xavier15-Oct-08 5:29
Sebastian T Xavier15-Oct-08 5:29 
GeneralRe: Mail sending failed Pin
Dave Kreskowiak15-Oct-08 5:35
mveDave Kreskowiak15-Oct-08 5:35 
GeneralRe: Mail sending failed Pin
Sebastian T Xavier15-Oct-08 5:48
Sebastian T Xavier15-Oct-08 5:48 
QuestionError from web service Pin
~Khatri Mitesh~15-Oct-08 4:36
~Khatri Mitesh~15-Oct-08 4:36 
AnswerRe: Error from web service Pin
Ashfield15-Oct-08 5:20
Ashfield15-Oct-08 5:20 
QuestionIntellisense is not displayed Pin
sunil goyalG15-Oct-08 3:20
sunil goyalG15-Oct-08 3:20 
AnswerRe: Intellisense is not displayed Pin
EliottA15-Oct-08 3:49
EliottA15-Oct-08 3:49 
QuestionThread Minimize Application Pin
LeandroABorges15-Oct-08 2:15
LeandroABorges15-Oct-08 2:15 
AnswerRe: Thread Minimize Application Pin
Dave Kreskowiak15-Oct-08 3:20
mveDave Kreskowiak15-Oct-08 3:20 
GeneralRe: Thread Minimize Application Pin
LeandroABorges15-Oct-08 5:13
LeandroABorges15-Oct-08 5:13 
GeneralRe: Thread Minimize Application Pin
Dave Kreskowiak15-Oct-08 5:28
mveDave Kreskowiak15-Oct-08 5:28 

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.