| Thread | Last Post | Replies |
|
| max pool size was reached | 08 Oct 2004 04:00 GMT | 1 |
Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached. This has only happend since upgrading to .net 2003. The application worked
|
| Accessing MessageQueue from a remote machine | 08 Oct 2004 03:58 GMT | 1 |
I want to access to MessageQueue from a remote machine, the path ".\private$\myQueue" only works locally, and the path "\\myServer\private$\myQueue" doesn't works. Do you know how can I access? some example?
|
| Assembly Reference Problems | 08 Oct 2004 03:31 GMT | 2 |
I'm having a major problem with assembly references that I keep running into, and I'm really hoping that someone can help me out. The problem occurs when I have three projects in my solution, two of which I have developed in VB.NET and one in C#. When I use Project A (VB) inside ...
|
| In java, not in c# | 08 Oct 2004 00:19 GMT | 6 |
Create a method BBB private String BBB(String s) { return s + "hello";
|
| Create Dynamic Control Arrays | 07 Oct 2004 21:39 GMT | 2 |
I have created a simple user control. On the parent form i would like to display n instances of my usercontrol based on how many the user wants. How would you do this in vb.net or c#.net. If this were an asp.net application i think i could use something such as the repeater ...
|
| question about undo | 07 Oct 2004 21:37 GMT | 1 |
i have a form with some textBoxes in array. how can i know to which textBox to permit the "undo" becase when im using the "textBox.canUndo" there is more then one possibility ?? what can i do??
|
| Unable to upgrade from XP Home to Prof When Service Pack 2 Install | 07 Oct 2004 19:23 GMT | 3 |
I would like to upgrade from XP Home to Professional. However, I get the following error message: "Setup cannot continue because the version of Windows on your computer is newer than the version on the CD". Ultimately, I want to upgrade so that I can install IIS for the purpose ...
|
| Windows Forms application | 07 Oct 2004 19:17 GMT | 1 |
When someone refers to a Windows form applications, are they just talking a plain o'l vanilla Windows application written in .NET? Thanks Ralph Krausse
|
| Urgent Windows Control Help -- Please | 07 Oct 2004 18:47 GMT | 1 |
I have some data that i want to present in a hierarchial display, but with this data i also want to have two buttons assoicated with each item. The perfect solution would be a treeview where each treenode allowed me to use a datagird to display the data. Here is an example of ...
|
| appending information to wave files | 07 Oct 2004 18:07 GMT | 2 |
I wanted to add metadata in my wave file. I've read something about streams but I don't know which is the common usage of them for my purpose. I wanted, for example, to add the lyric of a song in my wave file but I want to remain its compatibility with
|
| Debugging Issue | 07 Oct 2004 17:49 GMT | 3 |
Hi I'm new to c# and .net from a vb6 background and i'm having issues with the debugging of applications I am trying to create a watch on an expression aString.IndexOf(",",0).ToString()
|
| Getting data through tomcat | 07 Oct 2004 17:29 GMT | 3 |
I have written an application in Visual C# that needs to get data from a MySQL database via a Tomcat Web server (J2EE). Any ideas on the methodology I should use for this. I looked into Borland's Janeva, but too expensive for me.
|
| Register C# IE add-on | 07 Oct 2004 16:12 GMT | 1 |
Sorry if this isn't the right place to be asking, but I could find a group for C# in particular. I've inherited some code that is supposed to be an add-on for IE (BHO I think), but I can't figure out how I'm supposed to install it. I'm used to C++/COM where I'd just use
|
| photo album software using C# and .net? | 07 Oct 2004 15:09 GMT | 4 |
I am currently running JAlbum created webpages for viewing my photos (http://jalbum.net/) and it's a great tool. However, I am moving away from java, and I would like to know if anyone knows of a similar product done in C# or something that is a webapp would be even better!
|
| Returning from popup screen | 07 Oct 2004 15:07 GMT | 5 |
Help, Want someone's option. I'm calling a popup screen, say form B, to add/edit a record. In, say form A, I call form B using javascript window.open in server side code. I need to know when I come back to form A so I can refresh the screen from the database if a record was ...
|