Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

16
votes
4answers
4k views

Concurrency in a GIT repo on a network shared folder

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 ...
8
votes
1answer
150 views

TortoiseSVN 1.7 extremely slow on commit and check modifications on network share

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 ...
5
votes
4answers
372 views

How to check if network shared EXE file is used by more than one user?

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, I ...
4
votes
1answer
239 views

Locking behaviour is different via network shares

I have been trying to lock a file so that other cloned services cannot access the file. I then read the file, and then move the file when finished. The Move is allowed by using FileShare.Delete. ...
4
votes
2answers
338 views

.NET Deployment to Network Share

I have a .NET 3.5 application that I wish to install on the client's server and have workstations run it directly from the network share. I've read a bit that seems to suggest this isn't as easy as ...
4
votes
3answers
6k views

Executable started by a windows service using the local system account cannot access network shares

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 ...
3
votes
3answers
2k views

Access a Remote Directory from C#

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) ...
3
votes
1answer
2k views

Security warning when opening file from network share

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 ...
3
votes
2answers
940 views

Proper methods to have multiple processes reading the same file?

I have many processes reading a file stored on a network share. Originally I was only able to have one process read the file, all the others would throw exceptions. I implemented the following code to ...
3
votes
2answers
2k views

Enumerating Network Shares with C#

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. Thanks in advance for the help!
2
votes
0answers
74 views

HTTP Get and write to network share much slower than writing to local drive

I have a C# app that is migrating data from a website to our clients new system. To get the files from the existing system, we are using HttpWebRequest, once we've got the response it is written to ...
2
votes
1answer
349 views

How to access WiFi network shares from iOS devices

I'm wondering how I can access files on a network share from iOS devices? I know that I can discover network shares using Bonjour protocol but how can I get a list of files&folders and download ...
2
votes
3answers
193 views

How to find out what user a SQL stored procedure accesses network shares as?

I've been asked to find out why a program is failing. I've traced it to a SQL stored procedure. The program passes in the name of a file that the st. proc. presumably tries to read. However, the ...
2
votes
3answers
830 views

.NET Remoting and Server 2008 (64 Bit)

I have a .NET application that is meant to be run on a local PC and started from a file share on the LAN. It works fine on 32 bit Windows XP and Vista workstations. But it fails with a ...
1
vote
3answers
69 views

How should multiple processes on different Windows PCs use concurrently a file, stored in a shared directory?

Problem: I have multiple instances of the same C# application running on different PCs (OS: Windows XP, Windows 7) in the same LAN. I have to share some configuration data among them. Each process ...
1
vote
1answer
37 views

How can I enumerate network shares and web folders in C#?

.Net provides us with a FolderBrowserDialog control to browse for folders. This is however a modal dialog box. I need to create a user control that I can drop onto my form. So, I have been looking at ...
1
vote
3answers
160 views

Use of sqlite on network share

We are using SQLite (Xerial JDBC driver) on a windows desktop based Java application. Now we are moving on to a client-server version of the same application where multiple Java based Swing clients ...
1
vote
2answers
89 views

Has anyone encountered “Win32 Error : The network path was not found” trying to copy files with FinalBuilder 6?

I have a FinalBuilder job that, as a final step, deploys the compiled app and DLLs to a network share on another server. About 50% of the time, it just fails with Win32 Error : The network path ...
1
vote
1answer
167 views

Writing files gets stuck on network share

I have a program that writes files to a network share at a high rate, from a few (3) threads at once. After running for a while (usually a short while) some of these threads get stuck. Using Process ...
1
vote
2answers
392 views

Networked drive in purgatory after `net use` start-up script

I have a BAT file that runs on startup via the group policy on an internal server. The BAT executes a nant script which then maps several external locations via net use command. Until now, all ...
1
vote
2answers
297 views

VirtualBox Share a 3G dongle connection in windows 7

I am running the Turnkey Linux LAMP appliance in VirtualBox and need to update the PHP. I want to do it using apt-get but I can't figure out how to share my computers 3G dongle connection. I am ...
1
vote
2answers
890 views

Php read file contents of network share file

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 ...
1
vote
2answers
546 views

Permission denied on network/samba share while accessing HG repo

I am using EclipsePHP in Ubuntu 10.10 and try to use Mercurial (HG) to work with a repository that's located on my network-connected staging server (samba share). When trying to refresh the ...
1
vote
0answers
294 views

NSCF String Leak without use of a string

I am working on mounting some network shares in a program. The URL and username are saved in a dictionary with the password coming in from the keychain which is changed to a NSString, used and ...
1
vote
2answers
2k views

Cannot access files on drive mapped network share from a Windows service

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 ...
1
vote
0answers
40 views

App unable to connect to share after a period of time

I've got a .NET app monitoring a network share and periodically it loses the connection. The app itself does not send any login info, it runs under the current (Windows) user. When this happens I ...
1
vote
2answers
2k views

Windows service cannot access shared folder at boot time until manually started or Windows Explorer fiddled

I have a Windows service running in local system that simply keeps trying to access a file with a UNC path of the form \\machine\folder\file.txt until it succeeds. It succeeds immediately when I start ...
1
vote
3answers
899 views

Force download of a file on a network share through IIS

I'm writing a quick web page to control access to a web based repository of audio file (recordings of lectures). The audio files are held on SAN and accessed from the web server using a UNC share. I ...
1
vote
2answers
624 views

.NET (2.0) service can't see network share

I have a C# .NET service that runs as DOMAIN\username on a windows server and it needs to access a network share \\share\export docs$\. If I'm logged into the machine (as DOMAIN\username) I can see ...
1
vote
2answers
935 views

TFS Build Server drop location error

We're using TFS Build Server to ensure that all files checked in by developers are going to compile to a working source tree, cuz there's nothing worse than a broken build! Anyway we've having some ...
0
votes
0answers
26 views

C# File system on remote server in ActiveDirectory and Impersonation

This theme are not new. But I need help of some professional. I am making a windows form application which will run on local system(not domain's computer). The application would creating folder and ...
0
votes
1answer
29 views

Windows 2003 - How to map a drive to a network share persistently

I have a VB script which access a network share via drive-mapping (script below), and then copy files across for processing. As you see, the script checks if the drive already being mapped before it ...
0
votes
1answer
219 views

Exception when specifying defaultProxy in app.config when running NET4.0 application from network share

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. ...
0
votes
1answer
153 views

Equivalent of net use \\server_name\share_name /delete in PowerShell?

does anybody know the equivalent in PowerShell of the following windows command: net use \\server_name\share_name /delete I'd like to disconnect from the shares from powershell, included the ones ...
0
votes
1answer
132 views

Impersonation with Win32 API to access network share versus reading network share with Windows Explorer?

I have a web application that impersonates using the Win32 API. I recently returned from a trip to find the part of the application that impersonates failing. The reason for the impersonation is that ...
0
votes
0answers
52 views

Make a folder shared for anonymous login

I have a folder on a windows server 2003 machine in a workgroup that I want to share with a server 2008 machine that is in a domain. I want that to be accessed without prompting for logon credentials. ...
0
votes
0answers
105 views

What is the difference between pass-through authentication and the apppool user in IIS?

Since IIS7 I've lost track a bit and I receive different information from different sources about who's who and when. What I understood was: the AppPool user executes your application and should have ...
0
votes
1answer
89 views

GIT clone - failure and deleted the target folder

I am trying to do a GIT clone (I am new to GIT) The command I use is: C:\GIT>git clone --bare \\NAS1\GIT\OptiTexRepo \\backupnas\backup\GIT Inside the \BACKUPNAS during the run I get several ...
0
votes
0answers
52 views

Mono DirectoryInfo for network share

I wrote a quick console app in VS2010 to copy a file from a network location to a specified location on disk. The program works fine on Windows but when I copy it into the Mac and execute it against ...
0
votes
2answers
233 views

How to logout from a Windows shared folder?

On my Windows XP, I am connected to a network shared folder on another Windows XP machine. I access the shared folder through UNC path, e.g.: \Server\shared_folder1\ When I access it first time, it ...
0
votes
2answers
304 views

Access to a windows share through UNC path, before the session opening

I've to do a windows service which starts before the user logon. It's also mean that this service has to do have its own username/password. So how can I open a network share remotly without being ...
0
votes
1answer
51 views

On-demand deployment of war files into Tomcat from a network share?

I am a newbie to Tomcat; I would like to deploy a war file stored on a network share into a running Tomcat instance. I would appreciate any suggestions.
0
votes
0answers
43 views

How can i hide myself (or) turn off my network share folders .. from the network (WinXP)? [closed]

There is a folder named "Scheduled Task" in my own network folder. I want to be invisible in the my workgroup. (or) I don't want to share (any of my files) with no one. How can i do it? Can i be ...
0
votes
0answers
103 views

map virtual directory to a fileshare on another server

I have an asp.net server configuration of 1 db server and two webservers with a load balancer out front. I generate some files localy on the database servers via a SQL server job and would like to ...
0
votes
2answers
193 views

Running a java class that is located on a mapped network drive

I am trying to figure out whether it is possible to run a java class that is located on a mapped network drive. An example would be: C:\temp\groovy>java p:\Test Exception in thread "main" ...
0
votes
2answers
143 views

Why does enumerating Win32_Shares as “LOCAL SERVICE” user return null properties?

I have the following code: var searcher = new ManagementObjectSearcher("SELECT Name, Path FROM Win32_share"); ManagementObjectCollection coll = searcher.Get(); foreach (var share in coll) { ...
0
votes
1answer
301 views

How do I list a computer's remotely shared files using C#?

How do I list a computer's remotely shared files using C#? Could someone help me with this? [Update]: Done it by exe "NET VIEW" command in C# code finally.
0
votes
2answers
488 views

partially trusted reading app.config on Windows 7 in network share

I'm getting this error in Windows 7 64 bits: An error occurred creating the configuration section handler for '': That assembly does not allow partially trusted callers. This happens when I try to ...
0
votes
1answer
365 views

Cannot find network path for VM guest XP computer on the network

VMWare Workstation 6.5 is running as an app on a Windows Vista 64bit PC host. Thanks to Workstation we have 2 guest machines running: TerriVM and MattVM (both of these run Windows XP SP2). We are ...
0
votes
0answers
467 views

sqlite over network share for failover

As a follow-up of this question: sqlite-over-a-network-share If I put the SQlite DB on a network share, but will not access it concurrently from different machines. I only have the SQLite db stored ...

1 2