Click here to Skip to main content
15,921,276 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralSetting ToolTip for selected ListViewItem Pin
kobezt0811-Jan-05 3:58
kobezt0811-Jan-05 3:58 
GeneralRe: Setting ToolTip for selected ListViewItem Pin
Dave Kreskowiak11-Jan-05 6:06
mveDave Kreskowiak11-Jan-05 6:06 
GeneralRe: Setting ToolTip for selected ListViewItem Pin
kobezt0811-Jan-05 16:08
kobezt0811-Jan-05 16:08 
GeneralRe: Setting ToolTip for selected ListViewItem Pin
Dave Kreskowiak12-Jan-05 0:48
mveDave Kreskowiak12-Jan-05 0:48 
GeneralDeleting file from HD Pin
Jodd11-Jan-05 3:25
Jodd11-Jan-05 3:25 
GeneralRe: Deleting file from HD Pin
Dave Kreskowiak11-Jan-05 5:50
mveDave Kreskowiak11-Jan-05 5:50 
GeneralRe: Deleting file from HD Pin
Jodd19-Jan-05 15:02
Jodd19-Jan-05 15:02 
GeneralSecurity Question on a Windows Service Pin
KreativeKai11-Jan-05 2:25
professionalKreativeKai11-Jan-05 2:25 
While testing a service we've setup in Visual Studio / VB.NET we've found that the service will start without a problem if the files that it is monitoring are local to the machine the service is running on.

As soon as we try to monitor a file on our network, and start the service, the following security message is thrown:

Service cannot be started. System.UnauthorizedAccessException: Access to the path "\\TheServer\D Drive\FTP Files\OpenActions.csv" is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String str)
at System.IO.File.GetLastWriteTimeUtc(String path)
at System.IO.File.GetLastWriteTime(String path)
at FileChangeMonitor.ChangeMonitor.CheckFileChanged(String FileName, DateTime& LastChangeDate) in E:\_MyFiles\Vb.NetProjects\Development\FileChangeMonitor\FileChangeMonitor\ChangeMonitor.vb:line 171

Any suggestions on what needs to be changed via security is appreciated. Confused | :confused:

Lost in the vast sea of .NET
GeneralRe: Security Question on a Windows Service Pin
Robert Rohde11-Jan-05 2:54
Robert Rohde11-Jan-05 2:54 
GeneralRe: Security Question on a Windows Service Pin
KreativeKai11-Jan-05 6:22
professionalKreativeKai11-Jan-05 6:22 
GeneralRe: Security Question on a Windows Service Pin
Dave Kreskowiak11-Jan-05 5:40
mveDave Kreskowiak11-Jan-05 5:40 
GeneralRe: Security Question on a Windows Service Pin
KreativeKai11-Jan-05 5:57
professionalKreativeKai11-Jan-05 5:57 
GeneralRe: Security Question on a Windows Service Pin
Dave Kreskowiak11-Jan-05 9:07
mveDave Kreskowiak11-Jan-05 9:07 
Generaldate show Pin
Makniteasy10-Jan-05 21:09
Makniteasy10-Jan-05 21:09 
GeneralRe: date show Pin
Gavin Jeffrey10-Jan-05 22:40
Gavin Jeffrey10-Jan-05 22:40 
GeneralReadFile not working in VB.NET Pin
Roman Nurik10-Jan-05 20:00
Roman Nurik10-Jan-05 20:00 
GeneralRe: ReadFile not working in VB.NET Pin
Dave Kreskowiak11-Jan-05 5:32
mveDave Kreskowiak11-Jan-05 5:32 
GeneralRe: ReadFile not working in VB.NET Pin
Roman Nurik11-Jan-05 5:38
Roman Nurik11-Jan-05 5:38 
QuestionHow to set the first parameter of URLDownlofToFIle() in VB. Pin
girijaa10-Jan-05 18:50
professionalgirijaa10-Jan-05 18:50 
AnswerRe: How to set the first parameter of URLDownlofToFIle() in VB. Pin
Dave Kreskowiak11-Jan-05 4:31
mveDave Kreskowiak11-Jan-05 4:31 
GeneralRe: How to set the first parameter of URLDownlofToFIle() in VB. Pin
girijaa11-Jan-05 18:10
professionalgirijaa11-Jan-05 18:10 
GeneralRe: How to set the first parameter of URLDownlofToFIle() in VB. Pin
Dave Kreskowiak12-Jan-05 1:10
mveDave Kreskowiak12-Jan-05 1:10 
GeneralRe: How to set the first parameter of URLDownlofToFIle() in VB. Pin
Dave Kreskowiak13-Jan-05 1:55
mveDave Kreskowiak13-Jan-05 1:55 
GeneralAdd nodes to Treeview Pin
vilasjain10-Jan-05 17:33
vilasjain10-Jan-05 17:33 
GeneralRe: Add nodes to Treeview Pin
Robert Rohde10-Jan-05 20:42
Robert Rohde10-Jan-05 20:42 

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.