| Thread | Last Post | Replies |
|
| sn.exe - Error. | 31 Dec 2003 12:03 GMT | 2 |
If I use sn.exe to create an strong name key, it is giving the following error. "Failed to generate a strong name key pair -- The keyset is not defined."
|
| Documentation on deriviing from a .NET abstract class | 30 Dec 2003 03:28 GMT | 5 |
In the documentation for an abstract base class, ie. CollectionBase, how does one tell which methods must be implemented in the derived class ? I see no information in the MSDN documentation on which method, properties, or events are abstract and need to be overridden for abstract ...
|
| Using a Stream to Download Excel Files | 30 Dec 2003 00:33 GMT | 4 |
I need a functionality where my clients download Excel files and after they do, I do some processing. Downloading is easily achieved using a anchor or hyperlink tag, but that does not give me the full functionality I am after. So, I came up with a way to download the files using a ...
|
| Implementing GetHashCode and Equals methods | 29 Dec 2003 20:03 GMT | 1 |
I want to provide GetHashCode and Equals methods for my components. My understanding of these methods is that if two of the same type of components return the same value from GetHashCode, then they must return true from the Equals method if compared.
|
| STILL_ACTIVE problem | 29 Dec 2003 19:48 GMT | 1 |
I recently have my program suddenly got a problem. My program needs to spawn a process of XCOPY and then waits for it to terminate. The code like this: ---------
|
| .NET Framework Upgrade | 25 Dec 2003 23:03 GMT | 3 |
I have the Visual Studio .NET 2002 with .NET Framework v. 1.0. Can I upgrade .NET Framework from v.1.0 to v.1.1 with .NET Framework SDK 1.1 and continue to work with my Visual Studio .NET 2002? Serge
|
| Error while installing the .NET Framework SDK 1.1 | 24 Dec 2003 03:47 GMT | 1 |
I get the following error message while trying to install the .NET Framework SDK 1.1 on a Windows 2000 Server: *************************************************** Ngen.exe - Application Error
|
| Environment.UserDomainName incorrect | 23 Dec 2003 15:48 GMT | 1 |
I'm getting the user's name instead of the domain name when I make the following call on a Windows 2000 Workstation: String sourceServer = Environment.UserDomainName;
|
| How can you close a form from a class library? | 19 Dec 2003 22:41 GMT | 1 |
This question is about VB.NET but any working .NET solution would be helpful. I have a Form (Form1) that uses a class (Class2) from a Class Library. I want Class2 to be able to close Form1 if it runs into a
|
| question about Longhorn ... | 19 Dec 2003 00:31 GMT | 2 |
Is there any longhron beta tester around there ? Has .NET app startup time been improved in longhorn ?
|
| UDP problems... | 18 Dec 2003 10:21 GMT | 2 |
I tery to write a very simple UDP listening server. the code goes like this: UdpClient udp = new UdpClient(); IPEndPoint rip = new IPEndPoint(IPAddress.Any, 0);
|
| httpwebresponse and getting Chunk length was not valid error | 18 Dec 2003 00:25 GMT | 5 |
Has anyone tried to capture a Chunked data (Transfer-Encoding=chunked) through httpwebresponse? When I try to read the stream from getresponsestream I get the following error:
|
| composant windows media en .net | 17 Dec 2003 14:24 GMT | 4 |
Bonjour, je souhaite m'?crire une application de type media player. Existe t'il des composants qui joue de la video, de la musique et des photo en .net Au d?but, je pensait int?grer l'activeX de wm9 mais je n'ai pas d'API ...
|
| comments regarding the MSDN Yatra seminar held at Hyderabad,India regarding ASP | 15 Dec 2003 23:35 GMT | 1 |
To, Microsoft. Hi guys. I am Srinivasan S Saripalli. I am a Windows VC++
|
| using resources help | 15 Dec 2003 13:23 GMT | 1 |
I've added a resource file (myresource.resx) to my project (myproject) opening the resx file gives me a list of data tables (data and resheader) in the data, I've added two rows containing strings. now, I'm trying to use those resources but I get the error
|