Click here to Skip to main content
15,903,030 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Preview Sales report from SQL 2000 Group By Invoice No. in VB.Net Pin
Eddy Vluggen3-May-09 0:05
professionalEddy Vluggen3-May-09 0:05 
GeneralRe: Preview Sales report from SQL 2000 Group By Invoice No. in VB.Net [modified] Pin
Silva_A3-May-09 7:45
Silva_A3-May-09 7:45 
QuestionAPPCRASH Problem Pin
arun s s1-May-09 21:52
arun s s1-May-09 21:52 
AnswerRe: APPCRASH Problem Pin
Mycroft Holmes2-May-09 2:44
professionalMycroft Holmes2-May-09 2:44 
AnswerRe: APPCRASH Problem Pin
Dave Kreskowiak2-May-09 4:41
mveDave Kreskowiak2-May-09 4:41 
QuestionCopy file from and to from VISTA give problem Pin
sunil goyalG1-May-09 19:38
sunil goyalG1-May-09 19:38 
AnswerRe: Copy file from and to from VISTA give problem Pin
Henry Minute2-May-09 3:12
Henry Minute2-May-09 3:12 
AnswerRe: Copy file from and to from VISTA give problem Pin
Dave Kreskowiak2-May-09 4:39
mveDave Kreskowiak2-May-09 4:39 
It would appear that your code is building an invalid UNC path, or a path that doesn't exist. Move the code that builds the path to its own variable so you can see what it's building, then you can troubleshoot it better.
Dim destinationPath As String = String.Format("\\{0}\{1}", mdChecking.PublicServerName, shellCommand.Trim.Replace(":", ""))
File.Copy(BakFileName, destinationPath, True)

Now, the other part of the problem is are these two machines working in a Workgroup in an Active Directory??

If Workgroup, you've got problems. Each machine matintains its own list of user accounts and does NOT trust the accounts of another machine.

If in Active Directory, then is each machine in the same Domain?? Each machine in the domain will use and trust a central list of user accounts.


A guide to posting questions on CodeProject[^]



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




QuestionTAPI Pin
Member 28498671-May-09 17:26
Member 28498671-May-09 17:26 
AnswerRe: TAPI Pin
Dave Kreskowiak2-May-09 4:32
mveDave Kreskowiak2-May-09 4:32 
AnswerRe: TAPI Pin
Bharat Jain3-May-09 21:48
Bharat Jain3-May-09 21:48 
GeneralRe: TAPI Pin
Member 284986713-May-09 23:21
Member 284986713-May-09 23:21 
Questionproblem in creating downloader Pin
jdcodes1-May-09 11:01
jdcodes1-May-09 11:01 
AnswerRe: problem in creating downloader Pin
Mycroft Holmes1-May-09 14:59
professionalMycroft Holmes1-May-09 14:59 
GeneralRe: problem in creating downloader Pin
jdcodes1-May-09 20:30
jdcodes1-May-09 20:30 
GeneralRe: problem in creating downloader Pin
Dave Kreskowiak2-May-09 4:28
mveDave Kreskowiak2-May-09 4:28 
GeneralRe: problem in creating downloader Pin
jdcodes4-May-09 10:16
jdcodes4-May-09 10:16 
GeneralRe: problem in creating downloader Pin
Dave Kreskowiak4-May-09 17:13
mveDave Kreskowiak4-May-09 17:13 
QuestionProblem passing/filling/editing data Pin
smjunior091-May-09 7:59
smjunior091-May-09 7:59 
AnswerRe: Problem passing/filling/editing data Pin
Kschuler1-May-09 10:46
Kschuler1-May-09 10:46 
AnswerRe: Problem passing/filling/editing data Pin
Mycroft Holmes1-May-09 15:10
professionalMycroft Holmes1-May-09 15:10 
GeneralRe: Problem passing/filling/editing data Pin
smjunior091-May-09 16:53
smjunior091-May-09 16:53 
GeneralRe: Problem passing/filling/editing data Pin
smjunior091-May-09 16:56
smjunior091-May-09 16:56 
QuestionGetting content of word embedded in Web Browser control Pin
42ka11-May-09 3:35
42ka11-May-09 3:35 
AnswerRe: Getting content of word embedded in Web Browser control Pin
Dave Kreskowiak1-May-09 3:55
mveDave Kreskowiak1-May-09 3: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.