| Thread | Last Post | Replies |
|
| NET framework and hyperthreading/MMX/SSE/.... | 11 Apr 2005 08:12 GMT | 12 |
Will future .NET frameworks JIT use the hyperthreading, dual core and MMX/SSE/SSE2/SSE3 instructions of the processor if I double click on a .NET program? I know that the new C++ of Visual Studio 2005 have these hyperthreading
|
| Updating an assembly | 11 Apr 2005 08:11 GMT | 2 |
This must be an old question. If i develop an application in .NET, which consists of multiple assemblies, and this is deployed, and i make a change to one of the projects, is it enough if just that assembly is copied to the production server ? Will the calling assembly reject the ...
|
| UML tools for .net | 11 Apr 2005 06:11 GMT | 3 |
Has anyone else noticed the same thing that I have noticed, that it's very difficult to find a good free UML tool for .net? There are handfulls of them for Java, but .net? VP has one integrated with vs.net but for code generation they want like $800 -- what's so
|
| Connection to SQL 2000 on Win 2003 Server | 11 Apr 2005 04:02 GMT | 3 |
I am developing a web application on my win 2000 machine but can not establish a connection with the SQL Server DB on our win 2003 server machine. If I run the site on the win 2003 itself, I can connect and work with the DB fine,
|
| ado.net with pocket pc | 11 Apr 2005 04:00 GMT | 1 |
Hi, I'm a new developer of VS, Ca I open a xml file from pocket pc using ado.net or compactframework doesn't support it? If I create a new windows application I find Data toolbar but if I create a new smartdevice application I don't find It
|
| Installation of .NET Framework | 11 Apr 2005 01:25 GMT | 4 |
This error ocurs at the end of the installation: "Error 1935. An error ocurred during the installation of assembly 'IEHost, Version="1.0.5000.0", PublicKeyToken="b03f5f7f11d50a3a",Culture="neutral",FileVersion="1.0.5000.0"'. Please refer to help and suport Hresult: 0x80070003"
|
| Try/Catch seemingly spat the dummy! | 11 Apr 2005 01:19 GMT | 2 |
I've got a really weird little thing going on! I've got a simple little win-forms project that is referencing some class libraries. When I write a Try/Catch block within the win-forms project, and an
|
| TreeList Control | 10 Apr 2005 20:21 GMT | 2 |
Does someone know the location, from which I can download something like TreeList control (multicolumn TreeView), freeware of course. Thanks in advance, Jan
|
| Multithreaded Problem | 10 Apr 2005 19:54 GMT | 10 |
Ok, this *should* have been easy, but I can't get this to work right. What is happening in the following example is that in the myTest class, the oThing is nothing after the first thread finishes Here is code sample: Public Class myClass
|
| How to prevent process being terminated by the user? | 10 Apr 2005 10:18 GMT | 3 |
I created a simple program so the kids have limited time play with the computer. Now their figured out to terminate the process using task manager. Is there a way to prevent this? They have their only account (non-admin user)
|
| Error in OLEDB Transaction | 10 Apr 2005 03:56 GMT | 4 |
I am using transaction in aspx code Set myCon = Server.CreateObject("ADODB.Connection") myCon .Open = GetConString() ....
|
| VS Authentication (mixed mode) | 10 Apr 2005 03:52 GMT | 3 |
Hello, I am currently trying to learn VS, using C#. I have a book called Beginning C# Databases. I am using sqlserver and the first half of the book deals with windows apps. So it uses the windows authentication. Well now it is at the web form section and I can not connect this ...
|
| System.OutOfMemory Exception | 09 Apr 2005 23:33 GMT | 6 |
We running VB.NET application which gets massive amounts of data from SQL Server, loads data into DataTables, then re-arranges data into tabular structure and outputs it to a flat file. This is just the nature of requirements for this application. Business analyst here want certain ...
|
| Whats the answer? | 09 Apr 2005 22:52 GMT | 2 |
Anyone here got the answer? All the previous post have had the original messages clipped. I have the same problem on a Windows 2000 Server. Thanks! -------------------------------- From: Tommy Wells
|
| .net 2.0 and VS 2003 | 09 Apr 2005 22:18 GMT | 5 |
Can version 2.0 of the .net framework be used by Visual Studio 2003?
|