Search results for query: *

  1. T

    System.UnauthorizedAccessException: Access to the path "" is denied

    Sorry, here is the coding. This is to get to the path to get the file name Private Sub enablePanel(ByVal blnStatus As Boolean, ByVal path As String) PanelLink.Visible = True Dim filename As String = "" Dim FILETYPE As String = "" Dim filePath As String = "" Dim strHTMLlink As String = "<P...
  2. T

    System.UnauthorizedAccessException: Access to the path "" is denied

    I have problem to open PDF files stored at a folder in different server. Would like to know is it possible to open file from different server? The folder at the other server already being shared with the permissions required but still not able to open the file. I am able to get into the folder...
Back
Top