| Thread | Last Post | Replies |
|
| Connection Pooling | 03 Feb 2005 20:37 GMT | 5 |
I have a very basic question regarding the connection pooling. To use the built in connection pooling, do I have to have a connection object created in some shared class? Right now, I have a data access class created and disposed each time
|
| How to disable IE Back button - Help | 03 Feb 2005 20:17 GMT | 1 |
Can anyone out there show me how to disable the IE back button please. I have Session variables holding user's credentials and my .Net application seems to get confused after the user clicks the Back button. Is there a way around it? Any suggestion is greatly appreciated.
|
| Referencing a referenced .dll | 03 Feb 2005 19:54 GMT | 2 |
The subject may be confusing, but here is what I am trying to do: I have a cryptography .dll that I would like to have access to in a project (Project A). Project A already has a referenced .dll from another project (Project B). I would like to add the cryptography dll
|
| Remoting and multicast | 03 Feb 2005 18:49 GMT | 1 |
Is there any way to make a multicast call with remoting?, I mean, initially i don't want to know the server address. Thanks. Juan
|
| help what does this error mean? Additional information: The type initializer for "cm_400_utility.MoveData" threw an exception. | 03 Feb 2005 18:21 GMT | 3 |
I'm getting this error with a program I've written in VB.Net, but only with the installed version. When I run it in debug, I do not get that error. Scott Emick
|
| Reverse Engineering.... | 03 Feb 2005 18:06 GMT | 2 |
I have been developing apps in C#... Until recently, I was not concerned about the compilation to IL step, which many people had been concerned about. However, having spent a few hours using ILDASM and Refelector, I am very concerned about the ease at which my
|
| UDP sockets | 03 Feb 2005 18:05 GMT | 3 |
I'm trying to communicate with a Quake 3 server. To get its status, you send 0x255 (x4) + "serverinfo" via a UDP socket to port 27960. It then sends you back a bunch of text representing the server's status. I've developed this in PHP before, but in C#, the code blocks at the
|
| Is CrystalReports part of the .NET framework v1.1 ? | 03 Feb 2005 17:19 GMT | 2 |
I'm working on a managed project -- or I should say I want to remain "managed" -- is the Crystal Reports component that comes with VS.NET 2003 under the "managed" umbrella? If it is not managed, what are the distribution licensing requirements? And
|
| .Net Translator component | 03 Feb 2005 16:34 GMT | 2 |
Have someone already tested with the .Net Translator component. I downloaded the component from www.dotnettranslator.com to test and it seems very easy to use. My problem was that my customers always changes the text on the
|
| L3 request | 03 Feb 2005 16:12 GMT | 1 |
That's the html I use to send it. I've just clicked the submit btn <html><body> <form method="post" action="https://www.citadel.esuccess.ca/servlet/CitadelCommerceManager">
|
| logging library for .net? | 03 Feb 2005 15:59 GMT | 3 |
Are there any logging library, just like Log4j, available in .net? Thank you Regards, Angus
|
| Upgrading from 2002 to 2003 | 03 Feb 2005 15:33 GMT | 2 |
I'm currently running Academic VS 2002 on an XP machine. I haven't installed service pack 2 yet and have a couple of questions; 1) should I install VS 2003 on top of VS 2002, or uninstall 2002 first? 2) should I wait until the SP2 has been installed to do anything?
|
| How to count selected items in listbox | 03 Feb 2005 15:11 GMT | 1 |
Can anybody tell me an easy way to count the number of selected items in a listbox - not how many items in listbox. Do I really have to run through the items collection of the listbox to test each item to see if it is selected ? Thanks
|
| What is the difference between Build and Rebuild? | 03 Feb 2005 14:36 GMT | 3 |
Build Selection - Rebuild Selection Build Solution - Rebuild Solution Batch Build There must be a difference between build and rebuild. For some reason, it
|
| Net 1.1 install failure with Windows ME | 03 Feb 2005 12:39 GMT | 2 |
I am trying to install Net 1.1 from Windows updates, but am receiving Error 1935. This error has to do with Microsoft Installer Service. Anyone have any suggestions for Windows ME?
|