Search Results

1
vote

File.Move not working properly for UNC paths

For a Windows file share, write access requires permission to be specified in one additional place (other than the ACL) - in the share permissions. If you are using an administrative share like C$ …
0
votes

Url as parameter gets intercepted

Perhaps you are running into the ValidateRequest feature of ASP.NET? …
0
votes

.Net 3.5 WebService can’t be called by .Net 1.1 Windows App

As an additional "sanity check", can the 3.5 web service be successfully called by soapUI? …
2
votes

Do you think it’s advantageous to switch to Entity Framework?

LINQ to SQL doesn't seem to be an option unless you use SQL Server (or SQL Server compact), so that was reason enough for me to avoid it and use EF (I wanted to use PostgreSQL). There are …
0
votes

Which opensource java or .net project has best unit test coverage?

The source code for NUnit (.NET unit testing software) would be worth a look. …
1
vote

My IsConnected always returns true.

I'm not sure exactly what you're trying to achieve, but assuming you're trying to tell if the connection has been broken, this post may be helpful: …
0
votes

My IsConnected always returns true.

It looks to me like you may not get the functionality you are expecting from the Socket class. My understanding is that the Socket class is only aware of the connection state as of the last socket …