| Thread | Last Post | Replies |
|
| Disabling chunking in HTTP 1.1 | 16 Feb 2007 21:10 GMT | 4 |
I'm not sure if this is the right place to post this but when searching for the exception I got this group came up the most. I'm making a HttpWebRequest to get data from a web page but am getting the following error
|
| Does calling GC.Collect() only work from the main thread? | 16 Feb 2007 19:05 GMT | 7 |
To take advantage of the hardware power on my company’s application server, which has 4 CPUs and 8Gs of memory, I have created a multi-threaded application that would simultaneously process multiple requests to generate reports.
|
| .NET service running as user (HKEY_CURRENT_USER?) | 16 Feb 2007 18:05 GMT | 1 |
I trust that I am writing to the correct newsgroup or that at least I can find direction here. We have an issue with a custom-developed service which we would like to run as a specified set of user credentials. This is on account of a
|
| Fields in Interfaces, Indexer | 16 Feb 2007 17:07 GMT | 2 |
SITUATION: I have a class "MainClass" that has an indexer "SubClass1Indexer". This indexer returns an instance that implements a particular interface "ISubClass1". This interface defines another indexer
|
| Error when trying to create web application in ASP.net | 16 Feb 2007 14:39 GMT | 2 |
Can anyone help me? Here's the error: Unable to create WebApplication1. The file path: 'C\inetpub\wwwroot\webapplication1' does not correspond to Http://localhost/webapplication1.....access denied It seems like the inetpub\wwwroot path is not mapping to the localhost
|
| dotNet Class for Printer ACL | 16 Feb 2007 14:13 GMT | 1 |
Knowing that .Net 2.0 has new System.Security.AccessControl namespace. I read through the documentation but I cannot find a class that can manipulate printer's ACL, e.g. Print, ManageDocument, ManagePrinters... Basically, I've written a Windows Service that need to check a ...
|
| Split .NET exe file into many smaller ones | 16 Feb 2007 13:09 GMT | 6 |
We're developing application in VS2005 using vb.net. Our application exe file is ~20mb when compiled. Recently, we have developed auto-update feature that goes on our web-site, authenticates through WebServices and if neccessary downloads updated
|
| Framework 2.0 still used after 3.0 install | 16 Feb 2007 11:01 GMT | 13 |
In updated to .NET Framework 3.0 but projects, even new, still reference the 2.0 framework. If I go to my ASP .Net tab in web site properties, my only options are framework versions 1 and 2.
|
| XmlSerializer and Custom Attribute Inclusion? | 16 Feb 2007 10:18 GMT | 2 |
I have a CustomAttribute class that decorates properties and methods in a class that is serialized with the .NET 2.0 XmlSerializer. I would like to have these attributes interpreted as XML Comments and embedded inline or at least at the top of the result document when it is
|
| User from not behaving as expected | 16 Feb 2007 09:51 GMT | 1 |
I am using Visual Studion 2005 SP1 and C#. I have a User Control that has a single label docked at the top of the control. This control is to be the basis for a number of inherited controls. Many of the inherited controls will have a split container docked as fill
|
| SOS Command not working | 16 Feb 2007 09:03 GMT | 2 |
I am trying to use sos extension but almost half of the sos command do not work, for example 0:027> !findtable No export findtable found
|
| Double.MaxValue Casting Problems | 15 Feb 2007 22:01 GMT | 3 |
I have some code that takes Double.MaxValue and converts it to a string, but when I try to convert it back to a double, it fails. Shouldn't the value be able to be converted back to a double without error? Here is a simple code sample that demonstrates the problem:
|
| Unique Identifier for a computer. | 15 Feb 2007 19:55 GMT | 8 |
I need to come up with a way to uniquely identify computers that can't be hacked easily. Something like the system id or info from the CPU that is then sent over the internet to a central database. What we are trying to do is have a unique identifier that is machine based
|
| Can't install Framework 2.0 - help help help | 15 Feb 2007 18:54 GMT | 5 |
I've have tried to install .Net Framework 2.0 on my windows 2000 machine with plenty of disc space and ram, over and over again without any luck. After unpacking the files and the installation starts it stops after about 1 minute saying:
|
| Integration Manager | 15 Feb 2007 15:27 GMT | 1 |
All, I have posted this issue before and with the help of the group I was able to recreate the problem and in a not so good way temporary get rid of it.. When we run IM at time this error would come up which prevent us from
|