| Thread | Last Post | Replies |
|
| Is MDAC required for Data namespace? | 21 Apr 2005 01:20 GMT | 1 |
Hi! I have an application which will load some XML files on a Datagrid. I have not tried yet, but i just need to know if the target machine needs to have the MDAC installed in order to work properly.
|
| CreateInstance OK but calling dynamic method fails | 20 Apr 2005 23:31 GMT | 4 |
I am trying to create a class at runtime from some library and call its method dynamically but it keeps failing when calling the method... In a separate DLL, I have a class as follows namespace MyClassLibrary
|
| Passing XML FileName to a Stored Proc | 20 Apr 2005 22:50 GMT | 3 |
I have created a stored procedure to use OPENXML to update my SQL2000 database using an external XML file. What I need help on is: How to pass the XML file as a parameter to the stored procedure.
|
| Monitor Exchange 2K queues | 20 Apr 2005 22:04 GMT | 1 |
I'm trying to Monitor my E2K queues, using C# and WMI I'm having a couple of problems. 1 - Exchange seems to dynamically create and destroy queues :( How does my Exchange Manager know the name of the queues, that it shows?
|
| Visual Studio 2005 | 20 Apr 2005 21:36 GMT | 3 |
Pls execuse me if this is not the right group. Can I install VS.NET 2003 and Visual Studio 2005 (Beta2) on the same box and work independently.... Thanks
|
| HttpWebRequest & SSL problems | 20 Apr 2005 21:10 GMT | 3 |
I have a HttpWebRequest connecting to a SSL server. The server has a valid Verisign certifcate installed, so no client-side cert is needed. I am getting intermittent errors when connecting to the server. One in every five times I try to connect, I see the error:
|
| %1 is not a valid Win32 application | 20 Apr 2005 21:09 GMT | 2 |
We have a .net dll, which has a wrapper to command line tool. When we try to call we enocunter this error. When we execute the same command from command line it executes without error. Can anyone help us out with this problem? Following is the error we encounter.
|
| String.Empty vs. string literal | 20 Apr 2005 21:08 GMT | 11 |
Anybody have a definitive, backable answer to which version performs better: String.Empty vs. ""? Given: private void TestEmptyObject ( string value )
|
| windows service and the Responding property of a Process | 20 Apr 2005 18:52 GMT | 1 |
I have a simple snippet of code that loops through a process() and writes to the eventlog the contents of the Responding property. I have run this in a console app and it returns False as it should. I have moved this code to a windows service but it will always return true. The ...
|
| decode yenc | 20 Apr 2005 17:53 GMT | 3 |
Does some one got some tutorial about how to decode yenc? Yenc is the most popular way of encode attachment in newsgroup. I prefer to write this decoder myself to prevent bugs in the future. Any tutorials???
|
| Automatic update for .NET Framework, v. 1.1 SP1 | 20 Apr 2005 17:42 GMT | 1 |
Hello -- The other day I installed .NET Framework v. 2.0 Beta on top of v 1.1 with SP1. I saw that v. 2.0 Beta installed in a different subfolder (\Windows\Microsoft.NET\Framework\v2.0.50215, so that it really wasn't on top
|
| How do I create an object? | 20 Apr 2005 16:23 GMT | 8 |
Is there a way to instantiate an object whose type isn't known until runtime? Something comparable to Java's Class.newInstance()? Thanks, - Jim Robertson
|
| MMC Snapin API in .Net Framework 2.0 | 20 Apr 2005 13:35 GMT | 1 |
I want to write an MMC snap-in making use of the .NET framework, and read somewhere that there will be support for this in the .Net Framework 2.0. Can anyone confirm that this is the case and if so will it support an interface to Windows Forms Controls in much the way that MMC ...
|
| Dll or ActiveX | 20 Apr 2005 12:11 GMT | 2 |
I have folder with dll-files. Some of this files are "normal" dll and some are ActiveX-dll. How can I differ which are the dll and which are the ActiveX? Thanks
|
| Enumerating drivers | 20 Apr 2005 10:40 GMT | 2 |
how can I programmatically (in any .net language) receive a list of all network drivers bound to a network adapter? (I need to check if some specific driver is bound to the adapter - and then possibly (de)activate this one).
|