A UNC path unambiguously specifies the location of a volume, directory, file or other local or remote resource on Windows. A UNC
1
vote
0answers
21 views
Windows service cannot access UNC path
I have a windows service written in C# running on Windows Server 2012. The service is running as a domain user with permissions on the local machine and NTFS permissions to shared network resources ...
0
votes
0answers
41 views
Alternative to OpenFileDialog with UNC path, directories select etc
I've spent couple of hours looking for a control (OpenFileDialog alternative) that would satisfy the following conditions:
Should work with UNC
User is able to pick both directories and files. E.g. ...
-2
votes
0answers
119 views
Convert varbinary(max) column data to a file on disk from SQL Server database? [closed]
How can I copy varbinary(max) column data to a respective file on disk or UNC Path from SQL Server database as soon as it get inserted into database table? It should automatically get converted to ...
0
votes
2answers
100 views
VB.NET code to Convert shared local path to UNC path
We have windows 2003 server Pc named pc2 in which local drives are shared with different names. For example local drive E is shared with name 'datapath' so that all users in network access that drive ...
1
vote
1answer
31 views
Load UNC path in RadFileExplorer
I have a RadFileExplorer and I want to load the folders under a UNC path to display on my explorer. My problem is, it has error "Failed to map the path \... ". I search all over the net but not find ...
0
votes
0answers
44 views
Write UNC path to INI file in “Windows format”
I want to write a UNC path for a third party Windows application (CorelDrawX6) in a INI file. Since that ini file contains sections I use ini4j to handle it.
The prupose is that I want to change path ...
0
votes
1answer
49 views
windows check remote file
I need to check a file status (existing? or last modified date) on multiple remote windows servers (in LAN). The remote pcs need a user name and password. It's best to be some sort of script.
I am ...
1
vote
0answers
37 views
Public Network Drive
How can I expose Skydrive, Dropbox, Google drive or any other drive as a public network drive? I am trying to use any of these cloud based storage services as a drop location for my TFS build output.
...
0
votes
0answers
65 views
C# Browse on remote computer works sometimes
I've a little problem that I'd hope you can help me solve. I'm using PinvokeWindowsNetworking to login on the remote computer on the same network so I can browse among its files and folders via its ...
0
votes
0answers
85 views
Create shortcut with C# on UNC path
Here is my code for creating shortcuts with C#. It works only with non UNC paths, f. ex. with "C:\Users\MsX\Documents\ABC" works, but with "\\abc\klk\somepath" not works.
public static void ...
0
votes
0answers
87 views
DirectoryInfo.Exists Returns false with UNC path
Well, I have an application which is on a non-domain tablet.
On start the application shells commands the proper creds to a network unc path
Shell("net use \\mypath\destloca password username")
...
-3
votes
1answer
84 views
SQL Server database on UNC share [closed]
I have two machines running a C#.net windows forms application each. I want them both to connect to a single SQL Server database which is in one of the machines. And I like both applications to work ...
0
votes
5answers
140 views
Replace the ServerName in a UNC Path
I want to write a method to swap out the server name in a UNC path. So if I have "\\server1\folder\child" I want to swap in "\\server2\folder\child". Various attempts to do this have run into jagged ...
0
votes
0answers
34 views
Why FileStream throw an Logon failure error?
I have a web application which includes a RDLC report. I render the RDLC report to a PDF file that is located in our network. Following is my code,
Using New Impersonate()
Dim reportPath = ...
0
votes
2answers
211 views
Write permissions on a folder or UNC path in c#
Any way to check if write permissions are available on a given path that could be either a local folder (c:\temp) or a UNC (\server\share)? I can't use try/catch because I might have write ...
0
votes
1answer
164 views
invalid UNC path with openrowset
I've created a folder called Public off the root of my C:\drive and have shared it with "Everyone". I've also given NETWORK SERVICE read rights. But when I issue the following query in SQL Server ...
0
votes
0answers
214 views
UNC path can be mapped from command line but not from .NET Console application
How can I make the .NET code map the Z: drive to the UNC path for account SVNdatamgmt?
I'm trying to map a local drive to a network UNC path within a .NET console application. The code seems to work ...
0
votes
0answers
44 views
Application.Executablepath in C# has mixed separator characters
I'm using someone else's code (licensed) on two different machines. On one machine, the Application.ExecutablePath returns the result the programmer must have expected, on the other it does not. Both ...
0
votes
1answer
361 views
Windows 8 StorageFile.GetFileFromPathAsync Using UNC Path
Has anyone EVER managed to use a windows 8 app to copy files from a unc dir to a local dir ?
According to the official documentation here
It is possible to connect to a UNC path
I am using the std ...
0
votes
0answers
271 views
How to restrict file path in fileupload control in asp.net
I want to upload a file using file upload control available in ASP.NET. SO, when i click on BROWSE button of File Upload control then the file upload window pops up. The path that i have set for it ...
0
votes
3answers
147 views
Copy files across UNC [closed]
I have a server A which hosts an app to write files to it's hard drive. I have 2 other server B and C. B and C can be accessed by UNC shares on A.
I want any files written to hard-drive on A be ...
0
votes
0answers
124 views
c# UNC path stills works when using NetUseDel
I am using NetUse to create a connection to a UNC path to enumerate the directories. Upon, NetUseDelete, I need unauthorized exceptions to start happening immediately. Currently, it seems that ...
0
votes
1answer
49 views
can record unc connection?
The Pc I use have an UNC file. I'm in a Network with other people.
Every other can open the file by tipping in the adress line \\file.
Know I want to write a c# programm in Vs2010 which watch over ...
3
votes
1answer
54 views
PowerShell operation on UNC hangs too long
$to="\\SERVER\Share\Folder"
if(!(test-path $to))
{
...
}
If the server is offline (resolved name but no pings), the call from test-path never returns (in my narrow minded understanding of ...
2
votes
1answer
508 views
Obtaining UNC path from mapped network drive
I am looking for a method for obtaining the 'real' UNC path from a mapped network drive - a common question here but not using the language or method that I desire.
I would like users to be able to ...
1
vote
1answer
297 views
Convert UNC path to local path (and general path handling in Python)
System: Python 2.6 on Windows 7 64 bit
Recently I did a lot of path formatting in Python. Since the string modifications are always dangerous I started to do it the proper way by using the 'os.path' ...
2
votes
3answers
257 views
Connecting a mapped drive letter in Windows service
I'm writing a Windows service (Delphi XE2) that calls functions in a 3rd party COM library. The core of the COM library is quite old and requires that a drive letter is mapped to the location of its ...
0
votes
1answer
93 views
java path to file on server must double backslah
I have a Java GUI. The user selects with the JFileChooser Dialog a file including the path to the file. The path is displayed in a text box, e.g.
\\developDB\directory\subdirectory\file.info
When I ...
0
votes
0answers
105 views
UNC Path Appears To Slow File Enumeration Considerably
I have written a sample application to debug an issue with enumerating files.
Enumerating a directory with a local path (eg C:\Data\MAN) enumerates considerably quicker than a shared directory with a ...
1
vote
0answers
202 views
How can I programmatically convert a DFS path to UNC using VBS?
I have several scripts that must use UNC paths - not DFS - and would like to be able to determine the UNC path programmatically from the DFS path. For example, we have something like:
...
1
vote
2answers
153 views
Issues in running SSIS package over multiple server hops
I am new to SSIS and am facing an issue with reading a File from a remote server
I have a Flat File Connection defined at the Project level where the ConnectionString is defined by a variable say ...
-3
votes
1answer
309 views
Reading from a Network path [closed]
I have a windows forms application where i try to read a file from a shared network path, through the following code
private byte[] GetFileBytes(string fileFullPath)
{
using (FileStream fs = new ...
0
votes
0answers
25 views
Is it possible to load a pic from a windows shared folder by UNC Path in ios 6 app?
all :
I am new to ios , so if the question is stupid , sorry for that .
I created a windows shared folder with some pic on a PC . I can access the folder by a UNC path on others PC . But my target ...
1
vote
1answer
39 views
A portion of the path on the network can not be found
I have built a service on a windows server 2008 R2 server that executes a windows forms application. That is all working but when I want to write an error to the log on a shared network location i get ...
0
votes
2answers
116 views
Server.MapPath gives error with UNC
Here is my directory to my server (permissions are good):
string ServerPath = ("\\\\servername\\Public\\Intranet2007Docs");
Here I am accessing it:
DirectoryInfo directory = new ...
-1
votes
1answer
114 views
Can't access Windows 2000 UNC path anymore
For a long time, we've been able to access our Windows 2000 server using this method:
\10.0.0.18\d$ (typed in winexplorer) ... and here we enter an adminusers username/password and gain access..
...
0
votes
1answer
175 views
“UNC paths are not supported” error in “SVN Info” command
I am trying to run the command:
cmd.exe /X /C "svn --non-interactive info <file name>
by using commandline.class from the API (org.codehaus.plexus.util.cli) which is called by
...
0
votes
1answer
65 views
File display in WebBrowser very slow with (some) networked files
I have a Windows Form containing a WebBrowser, that I'm using to display PDF documents inside my apps. I have a Document class with a FileName property, and the WebBrowser's source is bound to that ...
1
vote
1answer
312 views
How to check if UNC path is DFS path?
Suppose I've got three UNC paths:
\\it\may\be\samba\on\linux.txt
\\maybe\its\on\windows\fileserver.txt
\\and\that\one\is\dfs.txt
How can I check (in c#) which one is a dfs mapping and which one ...
0
votes
2answers
104 views
How do I create a bitmap object using a UNC path?
I am trying to do something like this
Bitmap img = new Bitmap("\\\\server\\folder\\picture.jpg");
which fails every time.
I know I have permission to read the file because I can manually access ...
0
votes
3answers
1k views
Powershell Get-childitem returns “Cannot find path” for UNC value from XML
I know this is a simple thing, but for the life of me I can't seem to make it work. We have a script that loads values from an XML config file formatted as such:
<configuration>
<global>
...
1
vote
1answer
354 views
Physical, Relative, Absolute and other paths
I have a task to write an object that can receive a different type of paths/urls, and return what type of path/url it is. For example the path can be
1. [drive]:\Temp
2. \\Temp
3. Temp (assuming ...
0
votes
0answers
113 views
SHBrowseForFolder network browsing performance issue
One our customer complains on performance (and even hanging) when browsing network with shell "Browse for folders" dialog. They confirm that File/Open dialog(actually CFileDialog) works much faster:
...
3
votes
1answer
514 views
UNC path pointing to local directory much slower than local access
Some code I'm working with occasionally needs to refer to long UNC paths (e.g. \\?\UNC\MachineName\Path), but we've discovered that no matter where the directory is located, even on the same machine, ...
1
vote
0answers
134 views
Connect to OSX via IIS7.5 in Parallels with UNC path
I have IIS7.5 with ASPNET 4.0 running in a Parallels virtual machine on Windows 7 on an external harddisk which I connect to my MacBook Air.
My website source files are on my MacBook Air. I want to ...
0
votes
1answer
383 views
Cygwin SSH public key auth UNC network path “not a directory”
I have a unique problem when accessing a Cygwin based SSH Server through public key (rsa) based authentication.
If I login to the server via password auth:
ssh Administrator@domain.com
I login ...
1
vote
0answers
227 views
Creating directory Structure in a UNC path with java
I'm trying to Create a directory structure with java, in a remote UNC location.
java is running in a linux machine and the windows network path is mapped with SAMBA server.
Issue is :
When creating ...
0
votes
0answers
72 views
ASP.NET MVC Impersonation UNC
I'm trying to access a UNC folder on a shared network using impersonation. It's always been working on IIS6 and windows 2003. I am trying to now migrate this application to IIS7.5 and Windows 2008 R2 ...
1
vote
4answers
1k views
An attempt to attach an auto-named database for file …database1.mdf failed
I am getting the following error while debugging my visual studio 2010 website:
An attempt to attach an auto-named database for file C:\Users\...\Desktop\Dpp2012New\App_Data\dppdatabase.mdf failed. A ...
1
vote
1answer
107 views
Enumerate thorugh network connected paths in C#
I have several paths that I'm connected to through net use, but they are not listed on my system as a network drive since I'm connected to the using the following net use command:
net use ...


