network-share Questions
5
I have a shared network folder \\some.domain.net\Shared that contains multiple shared subfolders with different permissions for different users. I wish to open connections to multiple subfolders fr...
Maricruzmaridel asked 7/1, 2014 at 16:7
3
I've created a setup executable which I have signed. It's located on a network share (which I access using unc - \server\share\setup.exe).
When I double click the executable file, I get a Windows ...
Elite asked 14/4, 2010 at 15:44
3
Solved
I have two computers with Windows Server 2003. One computer has some shared folders on the network, and the other has a Windows Service (written in C#, running under the Network Service account) th...
Roeder asked 23/12, 2009 at 16:35
3
Solved
I am trying to access a remote network share from a C# program in asp.net. What I need is something like
function download(dirname)
{
directory = (This is the part I don't know how to do)
for d...
Polynices asked 25/3, 2011 at 14:9
3
Solved
If I use the following to get the list of all connected drives:
available_drives = ['%s:' % d for d in string.ascii_uppercase if os.path.exists('%s:' % d)]
How do I get the UNC path of the conne...
Apotropaic asked 7/7, 2017 at 12:24
1
The users of our software need to browse network shares on Windows 10 in our Java swing application, however swing's JFileChooser does not have this capability by default.
In this related post
How...
Rosinski asked 6/11, 2018 at 22:58
4
This issue is related for operations with TortoiseSVN 1.7 only and on network share only.
On the dev server I have an svn working copy where I can commit something and then update on production se...
Dragonet asked 16/1, 2012 at 12:35
1
Solved
I'm trying to use the New-NfsShare command to create a network share but I keep getting an invalid namespace error. I'm writing almost verbatim from the provided example so I don't get what's wrong...
Yolondayon asked 4/8, 2016 at 15:52
1
I have a situation where there is common shared network path let's say "\10.x.x.x\CommonShare". Only administrator has got permission on this path.
Now inside the commonshare we create user-specif...
Appurtenance asked 2/2, 2016 at 14:32
2
Solved
I have a large number of audio files I am running through a processing algorithm to attempt to extract certain bits of data from it (ie: average volume of the entire clip). I have a number of build...
Noway asked 18/11, 2015 at 21:5
4
IIS5 is running on SERVER1.
One of the virtual directories in IIS, myfiles, is pointing to "A shared location on another computer", //SERVER2/myfilesshare
When I try to access the page:
http://SE...
Romanaromanas asked 6/3, 2009 at 6:23
1
I have a C# application that uses an MS Access database (.mdb file). I share my database with network users so they can access the database with my application.
When I run my application it takes ...
Mcbride asked 13/11, 2013 at 10:57
1
Solved
When I read a file from a network share it updates the creation time to the last write time. This causes me problems with System.Configuration.Configuration because it thinks the file has changed a...
Hedveh asked 27/2, 2013 at 10:45
3
Solved
I have a network shared folder mapped to a drive letter, which is accessible from Windows Explorer, from the command prompt as well as from my WinForms application without problem. It is also acces...
Othella asked 23/6, 2010 at 2:13
2
Solved
We're seeing a very strange issue when running the following application from a network share under NET4.0. When specifying a defaultProxy section in app.config a System.Net.WebException is thrown....
Mccormac asked 30/11, 2011 at 14:45
1
Solved
I emulate Windows 8 on a VM using Parallels. I store all of my developer projects on my Mac's partition for simplicity and coherence.
When I try to build an app (Visual Studio 2012) running off th...
Verdie asked 8/10, 2012 at 17:44
2
Solved
Is it possible to share a Git repository in Windows network?
If I add remote origin located in windows shared folder - would this solution work normally?
Etra asked 28/6, 2012 at 8:30
4
Solved
I have an application which sits on a server in the network shared folder. Many users in network, can use that file simultaneously. I would like to perform an update of that EXE file and to do this...
Ephemeron asked 11/7, 2011 at 11:41
3
Solved
Why do these links not work? If I click on them in FF or Chrome, nothing happens - it doesn't even try to open them!
<a href="file://someshare/dir/subdir/file.txt">Linky</a>
<...
Hammel asked 23/9, 2009 at 9:46
2
Solved
I'm looking for a way to read the file contents of a file located on a network share. I can use the IP Address of the share host and the share folder to get to the location but I don't know the cor...
Hermaphrodite asked 21/2, 2011 at 19:51
1
Solved
Is there a part of the .net framework that enumerates the file shares on a host? I've found some things that use the WMI, but I'd prefer not to go that route.
Nugatory asked 19/1, 2010 at 4:43
7
Is it safe for multiple computers to concurrently access an svn repository stored on a shared filesystem?
I'm building an application in which each Windows client machine has a local working set o...
Dyanna asked 17/8, 2009 at 19:14
3
Solved
I want to have a bare git repository stored on a (windows) network share. I use linux, and have the said network share mounted with CIFS. My coleague uses windows xp, and has the network share auto...
Trumpetweed asked 15/4, 2009 at 8:21
3
Solved
I have an executable that is started by a windows service, this program will be run on a customers machine and will need to connect to a remote share to perform a particular task. This share is spe...
Puckett asked 30/10, 2008 at 11:54
1
© 2022 - 2024 — McMap. All rights reserved.