| Thread | Last Post | Replies |
|
| Problem with environment variable expansion on command line (possible bug) | 25 Oct 2006 09:41 GMT | 1 |
There appears to be a bug in the way the .NET runtime expands environment variables surrounded by quotes when they are command line arguments used as inputs to an application. For example, create two environment variables...
|
| Determining IP of client in Windows Terminal Server, .NET | 25 Oct 2006 02:22 GMT | 3 |
Hey there - I'm looking for a working solution to get the IP address of a client that has connected into a terminal services server. IE, the user would be logged into the server, and they would run an app that would like to know the ip address that they're connecting from.
|
| need help on using word docs | 24 Oct 2006 19:52 GMT | 1 |
I've a requirement in which I need to show a word document in the web page, allow the user to edit the document and then save the document ina particular location, How can I acheive in asp.net 1.1? need guidance....
|
| system.enum.getvalues | 24 Oct 2006 19:37 GMT | 5 |
I am observing some puzzling behavior with the GetValues method of enumerations. I wonder if this something I just don't understand, or is this just wrong. The documentation for the GetValues method says "The elements of the array [returned] are sorted by the values of the ...
|
| XML -> method call | 24 Oct 2006 19:09 GMT | 4 |
Q: Does functionality exist within the .NET CF 2 to invoke a method where the call is specified in XML? I mean where the XML is automatically translated to the method call. Where is it and how do I use it? Suppose I have the following class:
|
| Clear/Reset com port? | 24 Oct 2006 17:13 GMT | 1 |
Hi Everyone, Thanks for reading my post. I have a .net application written in C# that uses RAS to create a dial up connection. My problem is once in a while, the dial-up connection may drop, and I will receive an error,
|
| Signed DLLs | 24 Oct 2006 15:56 GMT | 1 |
I have a DLL which is not in the GAC, but it is signed. What I want to know is whether somebody could replace my DLL with one of their own which has the same classes, properties etc. and in every way had an identical signature but was not signed by me. Would software which used
|
| "Start external program" no longer works in VS2003 once 2.0 framework installed | 24 Oct 2006 15:36 GMT | 2 |
I am developing a component in .Net 1.1, and want to debug it using the "start external program" of the debugger in the IDE. The program I want to start references both 1.1 and 2.0 components. The problem is that when I launch this from VS2003, the external program starts only for a
|
| Weird impersonation issue | 24 Oct 2006 15:03 GMT | 4 |
Just recently, we started getting a weird impersonation problem on one of our web apps (which used to work). IIS is set to use Windows Authentication, Anonymous is disabled Web.config specifies to use Windows Authentication, Impersonate = true
|
| comparison reporting -- technique suggestions? | 24 Oct 2006 14:31 GMT | 7 |
i have been given a challenging project at my org. i work on an inventory management web application -- keeping tracking of parts assigned to projects. in the past, i built an in-house ASP.NET reporting system. just your standard stuff -- user clicks on a report,
|
| VSS problem | 24 Oct 2006 14:00 GMT | 1 |
Hi I have Visual Studio 2003 and Visual Studio 2005 installed on my computer. I also have VSS 2005 installed. I will now run a .NET project in Visual Studio 2003. I got all code from Source Safe using "Get Latest Version".
|
| Compilation to MSIL | 24 Oct 2006 13:54 GMT | 5 |
Can anyone tell me how source code to converted into MSIL in dotnet framework. Thanks Bhuwan
|
| Finding most approximated item in collection object? | 24 Oct 2006 13:03 GMT | 6 |
Is there any way how to get the item which has the most similar key in key-value collection object such as Dictionary<> or SortedDictionary<> although there is no matching key? If there is none, is there any substitution class for enabling this?
|
| ClickOnce Deployment and the ConfigurationSection | 24 Oct 2006 08:54 GMT | 5 |
I have created an application that stores my configuration settings using the ConfigurationSection, ConfigurationElements, and ConfigurationElementCollection. Due to the complexity of my configuration (hence the collection piece) I did not try using the settings API. I have
|
| How to Create Share Folder only to one user ? | 24 Oct 2006 03:09 GMT | 1 |
My code goes here following, but it can't work, why ? Bytheway,if only one user should be permitted to accesss it,how can i do ? thx! static void Main(string[] args) {
|