| Thread | Last Post | Replies |
|
| circular dependence | 22 Nov 2004 04:13 GMT | 1 |
I have 2 dlls and they reference each other, thus causing the circular dependence error. I have read about other cases and people say use Interfaces to solve the problem with the shared methods. My case is getting the error, not because methods need shared, but because forms ...
|
| No more cheap VS2002-2003 upgrades? | 22 Nov 2004 04:09 GMT | 2 |
I have been out of the Visual Studio loop for a while. I have the 2002 version of VS Professional and came across a couple of web pages talking about a $29 developer upgrade to the 2003 version, all of which pointed to http://msdn.microsoft.com/howtobuy/ for details. When I went ...
|
| Basic quetion about domain model and design pattern | 21 Nov 2004 22:48 GMT | 2 |
I have asked this before,and I didn't get answer, I guess I didn't properly explain self I have a domain model in which the lower component-Channel- in the hierarchy can be replaced
|
| Project Tester | 21 Nov 2004 22:26 GMT | 2 |
I have a project that is being developed and it is mostly done. However there are still various bugs and I've not feature/security tested every part of the project yet. I'm thinking of hiring my own project tester who has good expertise in
|
| Corrupted .NET Framework | 21 Nov 2004 18:09 GMT | 1 |
After installing the IE SP2 upgrade in late August, I attempted to install the .NET Framework security patches recommed by the Microsoft Upgrade site. I get all types of error messages, basically saying that I can't uninstall the existing versions or upgrade to the newer version. ...
|
| Problems with the contructor/new() method in the subclass | 21 Nov 2004 12:28 GMT | 1 |
I've got a class as follows, PUBLIC CLASS BaseClass Sub New() End Sub
|
| PictureBox Transparent | 21 Nov 2004 10:12 GMT | 1 |
please help to make a picture box transparent in vb.net. thanks Rajesh
|
| FTP using VB.Net | 21 Nov 2004 10:12 GMT | 1 |
Is anybody is know how to distingush a directoryname and filename from the list we obtain by giving FTP Command "NLST".? I am using a class as per the micosoft document http://support.microsoft.com/default.aspx?scid=kb;en-us;832679
|
| c# interprocess counting semaphore | 21 Nov 2004 10:07 GMT | 1 |
Has anyone ever seen an implementation of this, or have any ideas?
|
| Serial port communications | 21 Nov 2004 10:07 GMT | 1 |
Has anyone successfully received serial communications from a COM port/RS232C device? It's easy to connect and write to a serial device with Framework 2.0, but when I try to read from the input buffer I get nothing except a timeout exception. No matter how high you set the ...
|
| Updating a dynamic recordset. Best way... | 21 Nov 2004 10:07 GMT | 1 |
Hello, I'm developing a program that will include a window showing current & previous records using a scrollable recordset. I need to add records to the recordset & have new records immediately available in the current record. What is the most common way of adding new records. Is ...
|
| web service to client question | 21 Nov 2004 07:35 GMT | 3 |
I have a web service that process a client call. When a client makes a call to the web method the method needs to query some data from a client_A and return the data to the calling client_B. How should I design the way the web service will call client_A to retreive the data needed ...
|
| System.String memory leaks C# application. | 21 Nov 2004 05:30 GMT | 2 |
tHi, I have application with memory leaks and I used .Net memory profiler. It showed that every time I use string, gc does not clear that string and at the end I have many instances and bytes allocated for strings. Is there a right
|
| Microsoft Visual Studio 2002, Framework 1.1 and Oracle | 21 Nov 2004 05:24 GMT | 1 |
I have a problem and I need to know if anyone can assist in solving it. Our database of choice is Oracle. When we attempted to do some VB.NET coding with .NET 2002 and framework 1.0, whe had problems accessing our Oracle database correctly. When we upgraded to Framework 1.1, the ...
|
| Crystal, SQL Report, HTML | 21 Nov 2004 02:21 GMT | 1 |
Please, we are going to start a new system and i have a doubt at with technology may i use to create reports. May i use SQL Reporting, Crystal Reports or create manually at HTML.
|