| Thread | Last Post | Replies |
|
| Oracle NET Maximum Connections reached | 17 Aug 2004 06:05 GMT | 2 |
I am using Data.OracleClient.Dll version 1.0.1012.0 and closing the connections in code using .close but i still get the "Maximum connections reached" message and the oracle server shows idle inactive connections for aspnet
|
| Programming a "Bitwise" property | 17 Aug 2004 03:00 GMT | 6 |
I'm wondering how you go about programming a property that accepts a bitwise combination of enum values. That is, where you can specify to a property something like: Enum.Value1 Or Enum.Value5
|
| IIS (Internet Info. Service) installation | 17 Aug 2004 01:32 GMT | 6 |
I'll like to install VB.NET on my computer and do it right. I have both: VB.NET (Standard) AND Visual Studio.NET (academic) The book I have "warn" me: "You must install IIS before installing VB"
|
| System.Net.Sockets.Socket? | 16 Aug 2004 21:28 GMT | 1 |
Hi, my name is Claudio. I can't figure this out. Search the net for info..but al info is bad. Why aren't there any events for the TcpClient and/or TcpListener. Should I create them self? How? I tried to do this, but it seems strange to
|
| Serialized Hashtable | 16 Aug 2004 20:01 GMT | 1 |
I've tried moving a serialized hashtable made in WinXP (std .Net framework), to a PocketPC device (Compact Framework). I've ran in to all kinds of problems, and have not been able to get this to work. The problem is not in the actual filecopy.
|
| frame work for linux | 16 Aug 2004 19:12 GMT | 1 |
Im looking for a framework for linux if available because after i wrote the site i heard they use linux and need me to wroke in perl or cgi
|
| treeview control select node not working | 16 Aug 2004 19:03 GMT | 3 |
i have a treeview control with numerous nodes. when i left mouse click a node, a different windows form is supposed to show depending on the mode clicked. thus, i can display numerous windows forms in my app by just clicking on the relevant treeview node. I click a given node the ...
|
| .NET Framework 1.1 | 16 Aug 2004 18:58 GMT | 5 |
Just wanted a confirmation We want to upgrade our application written using Framework 1.0 and VS .NET 2002 to Framework 1.1. I was told that in order to use Framework 1.1, the VS will have to be upgraded to 2003. Is this true?
|
| Binary Compatibility equivalent in .NET ? | 16 Aug 2004 18:04 GMT | 7 |
I have a client that insists that there be some sort of binary compatibility equivalent in the .NET assemblies I'm producing (converted from VB6 code). I understand their concern: while you don't *need* binary compatibility since you can just plunk in newer
|
| httpwebrequest requeststream | 16 Aug 2004 16:03 GMT | 1 |
I am posting to a cgi script using httpwebrequest but I have when problems when of the parameters in the request stream has embedded spaces. My old asp code successfully posted using a form action with fields such as &name="Joe Jackson"
|
| Bug in timers.timer ? | 16 Aug 2004 13:20 GMT | 1 |
Maybe I’m doing something wrong but I can’t know what. I’m using timers in my applications to do things after n seconds after do any other thing. Symptoms:
|
| propercase | 16 Aug 2004 11:14 GMT | 1 |
ProperCase for normal usage is simple: Dim s, s1, s2 As String s = "DENNIS TURNER" s1 = StrConv(s, VbStrConv.ProperCase)
|
| Structure and Interface | 16 Aug 2004 08:49 GMT | 3 |
Consider the following codes: ---------------------------------------------------- using System; namespace ConsoleApplication1
|
| GetInvocationList - Getting the delegates wired up to an event | 16 Aug 2004 04:14 GMT | 4 |
I'm wanting to retrieve a list of all the delegates that have resulted from Events being wired up to my class. I can see (and have been told) that "GetInvocationList" is the method to use for this, but I can't see how, from within my class, I use this method to
|
| FileLen reports wrong file size | 16 Aug 2004 03:27 GMT | 1 |
1. A function starts an unknown external program. 2. The external program starts writting a file. 3. The function should report the size of the file being written by the external program.
|