| Thread | Last Post | Replies |
|
| Missing system.xml.dll in .NET Framework on Windows Server 2003 | 27 Feb 2004 18:31 GMT | 1 |
Does anyone know why one of the Windows Server 2003 would not have System.xml.dll in the installation directory (C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322)? Is there a way to get it back or fix it? It looks like Framework is a part
|
| Is it possible to execute a Windows application which uses a .net DLL on Linux | 27 Feb 2004 17:23 GMT | 2 |
We created a .net windows forms application which uses a .net dll and placed it on Apache(not using MONO, using Apache just to serve our .net application files) on Linux machine . We tried to access the URL which points to the application on the IE on a windows machine. Running the ...
|
| doesn't run outside of VS.NET | 27 Feb 2004 16:51 GMT | 1 |
The app runs from inside VS.NET. After installing it produces The thread 'Win32 Thread' (0x774) has exited with code 0 (0x0) An unhandled exception of type 'System.TypeInitializationException' occurred in Unknown Module Additional information: The type initializer for ...
|
| System.TimeSpan formatting | 27 Feb 2004 14:59 GMT | 3 |
I have a problem trying to format a TimeSpan value in a custom grid like I would format a DateTime (through a format string). It seems impossible, I always get the standard "hh:mm:ss" formatting insead of "hh:mm", for instance. Any ideas? Would appreciate your help Cheers Eugen
|
| Wrong Idea re: Classes? | 27 Feb 2004 13:00 GMT | 7 |
Seeking a bit of advice from the folks that manage or work in a group producing multiple .Net web applications for a single customer/company... I have a nagging suspicion I have misunderstood what a class should be
|
| File download window opening twice | 27 Feb 2004 12:35 GMT | 1 |
I'm using ASP.NET for my application. In one of the place, I am downloading data to excel document. But, here the File Download window is opening twice in some systems and some system opens it only once (which is correct). Could anyone help resolving this problem? Does this ...
|
| Is it possible to create single-instance assemblies? | 27 Feb 2004 12:20 GMT | 4 |
Can anybody tell me how I can ensure only a single instance of an assembly is running on a given system at any given time? To give an example, say I have an assembly "H" that provides hardware abstraction and connects to a Comm port. Assebly H exposes two classes
|
| Installation Issue | 27 Feb 2004 10:45 GMT | 2 |
I have been going through Visual Basic.NET step by step, and am finally to the last chapter, on ASP. However, when I do the small web application, and hit the start button, as required, the following error comes up: Error while trying to run project: Unable to start debugging
|
| new namespaces in whidbey | 27 Feb 2004 09:22 GMT | 7 |
I'm looking for a short list (with description!) of the new namespaces in the .NET framework 2.0. Thanks, Urs
|
| Debugger not showing up some propertie values in watch or intellisense | 27 Feb 2004 08:13 GMT | 2 |
enter int.MaxValue into the watch or mouse over for intellisense, nothing is shown
|
| is Aborting threads really OK? | 27 Feb 2004 07:58 GMT | 2 |
I remember from my c++ days that hard terminating a thread is a bad thing, as it can cause resource leaks since destructors and clean up code never gets a chance to get executed.
|
| Visual Studio .NET IDE and IIS | 27 Feb 2004 04:51 GMT | 3 |
Having a weird issue with IIS / VS.Net When I try to start a new ASP.NET project I get the following error: === The default Web access mode for this project is set to file share, but the
|
| embedded dll | 27 Feb 2004 04:50 GMT | 4 |
I have a unmanaged dll, I use the functions of it by declaring its functions as [DllImport(abc.dll)]. I want to embed this unmanaged dll to my application. But I don't know how can the application load it, and what kind of parameters is needed for
|
| UdpClient.Receive issue | 27 Feb 2004 03:28 GMT | 3 |
I'm stuck on a problem with the UdpClient.Receive method. I'm writing an app that listens on a multicast address for UDP packets sent from another machine. It uses the UdpClient.Receive method to block while listening for a packet. When a
|
| How to conditionally set focus to control in ASP.NET | 27 Feb 2004 02:35 GMT | 1 |
I see several articles on using javascript to set focus to a control. I need to conditionally set focus to any of several controls, depending on what just happened on the server side. What can I do on the server side to send a message to to the javascript so it can set an ...
|