| Thread | Last Post | Replies |
|
| Visual Studio.NET Prerequisites | 07 May 2004 15:52 GMT | 2 |
1. Setup has detected that some of the system components that are installed on your computer do not match the versions required for VisualStudio.Net. You must install a different version of these components As per Web Project Requirement 1. I pulled out the plug for my Cisco ...
|
| OdbcConnection : concurrent transaction, IsolationLevel | 07 May 2004 14:31 GMT | 3 |
I need help to How I Can serialize Query with .NetFramework and Odbc SQLServer Connection ... I want that : 1. Client A read "name,lastname" from query
|
| .NET framework documentation version ... | 07 May 2004 13:31 GMT | 2 |
I am currently using a Visual Studio .NET Professional 2003 Trial. I noticed that the .NET framework documentation version is 1.1.0. I will be buying Visual C# .NET 2003 Standard Edition shortly and would like to know if this will include the latest documentation for the .NET ...
|
| Can I write C# applets ? | 07 May 2004 12:44 GMT | 3 |
|
| How can i detect that garbage is running? | 07 May 2004 11:44 GMT | 3 |
|
| Sockets / Remoting / Web Service ? | 07 May 2004 09:34 GMT | 3 |
I'm architecting a solution that will collect a lot of data from client machines via WMI. I will install an agent ( client software ) that will comunicate with a server software. The server can list all active agents, and find send a request to update the client machine data. ...
|
| Instantiate object with private constructor | 07 May 2004 08:37 GMT | 1 |
It is not possible to create an instance of a System.Data.SqlClient.SqlDataReader because it's constructor is Private. But somehow the ExecuteReader method of SqlCommand manages to create a reader object.
|
| Upgrading to .net Framework 1.1 | 07 May 2004 08:37 GMT | 1 |
I am currently using Microsoft Visual Studio 2002 with .net framework 1.0 How can i upgrade to .net framework 1.1
|
| Regarding .NET framework requirements | 07 May 2004 08:35 GMT | 3 |
I am making a dot net application (C#-WinForms) - now problem is that .NET framework is a pre-requiste . So my questions are :- 1). Will .NET Framework will be avaialble by default with all Microsoft
|
| Remote Administration | 07 May 2004 04:32 GMT | 2 |
I developed and run some ASP.NET applications on my local machine. I have IIS 5.0 available on two servers from two different ISPs. I would like to have the applications served from the two ISP controlled machines. I have FTP-access (only) to the two remote servers.
|
| Thead APIs | 07 May 2004 03:48 GMT | 5 |
So the .NET Thread class has a name property but the ProcessThread class does not. And the ProcessThread class has an id property but the .NET Thread class does not. That's just strange. You can get the thread id from AppDomain.GetCurrentThreadId() but it seems logical that it ...
|
| connect to SQL server: windows authentication / SQL Server authentication | 07 May 2004 02:29 GMT | 2 |
I have install a while ago a SQL server on my home computer. now, due to my work, I'm more confident with it and want to play around with it at home. I try to make a connection string to it and I keep having error:
|
| Interacting with Windows Services | 07 May 2004 02:19 GMT | 1 |
I created a simple windows service with C#. I also have a windows forms application and I want that application to be able to install/uninstall start/stop the service or check it's status (wether or not it is running)
|
| ANN: 9Rays.Spices.Net [asm.browser, analyzer, obfuscator, decompiler, modeler]v3.4.2 released | 07 May 2004 01:50 GMT | 4 |
New version of Spices.Net v3.4.2 has been released. A lot of improvements, corrections and bug fixes. 1.. Spices.Net Decompiler: Significantly improved speed of GUI output. 2.. Spices.Net Decompiler: Incorrect work with stack bug is fixed.
|
| Can DataTable's Select or Compute do Count(Distinct()) | 07 May 2004 00:53 GMT | 2 |
I have a single DataTable in a DataSet. It has 4 columns and i'd like to get a handful of counts of unique items in 3 of the 4 columns. Can a DataTables Select or Compute methods to COUNT DISTINCT? These two attempts failed
|