| Thread | Last Post | Replies |
|
| Why does validator insert ? | 09 Feb 2005 05:30 GMT | 1 |
I have a few required field validators like this: <asp:RequiredFieldValidator id=RequiredFieldValidator_companyName runat="server" Font-Bold="True" ErrorMessage="A company name is required.<br>" ControlToValidate="TextBox_companyName"
|
| Popup event of MenuItem of ContextMenu of NotifyIcon does not fire | 09 Feb 2005 03:59 GMT | 1 |
I have a Form that has a NotifyIcon. I created a ContextMenu with MenuItems (with some sub-MenuItems) and assign that to the ContextMenu of the NotifyIcon. When I navigate through the MenuItems, the Popup event of the MenuItems never fire. (If I assign the ContextMenu to a ...
|
| XPBurn RecordDisc function does nothing | 09 Feb 2005 01:36 GMT | 1 |
I'm trying to use the XPBurn component available on MSDN. I have an ArrayList of mp3 objects which have valid paths and I add files like so: XPBurn.XPBurnCD cd=new XPBurn.XPBurnCD(); foreach(Object obj in mp3list) {
|
| Best resource to walk through setting a production web service? | 09 Feb 2005 00:55 GMT | 1 |
I have a licensing application I would like "productionalize" as a web service. Currently, the user types in a "Key" & the application spits out an XML file containing the licensing information. I am curious if anyone could recommend any particular resource that could
|
| CryptoAPI cryptographic service provider (CSP) for this implementa | 08 Feb 2005 22:09 GMT | 7 |
I have a multithreaded server application where each thread instantiates and uses the RSACryptoServiceProvider class when needed. During testing there can be as many as 100 threads attempting to instantiate RSACryptoServiceProvider simultaneously. When this happens, most ...
|
| Apache server | 08 Feb 2005 20:38 GMT | 3 |
Is it possible to run .Net generated web applications under Apache web server?
|
| http/1.1 500 | 08 Feb 2005 20:13 GMT | 2 |
I have xp pro with VS 2003 (trail 60 day) and installed all component to IIS my tree is c:\inetpup\wwwroot. When I run HTML it's O.K. but... When I try to open a new project, I got error:
|
| Program error cordbg.exe 0x2 | 08 Feb 2005 18:35 GMT | 1 |
sometimes i get the following error message and the program crash, but i have no clue why. After restart the program is runing without any problem. program.exe - No debugger found. : Registered JIT debugger is not available. An attempt to launch a JIT debugger with the following ...
|
| Capturing unhandled exceptions | 08 Feb 2005 18:12 GMT | 3 |
I am using a reference to a Library called MySql.Data in my application. If I run my program on a computer that does not have the library installed, the application throws an exception and a window pops up that says: "Application has generated an exception that could not be ...
|
| Add Reference - Location and selection criteria | 08 Feb 2005 18:04 GMT | 1 |
I'm trying to replicate the functionality implemented by the 'add reference' dialog in .net. I've read various articles listing how to find which locations to check for references so that is sorted.
|
| Activation Problem | 08 Feb 2005 17:49 GMT | 1 |
I am living in a rural community in the Dominican Republic, with no access to the internet, so I can't activate that way. I tried calling the phone number provided (54-11-4317-2626) but this string of digits is not a valid phone number. I tried emailing as well, but they won't ...
|
| Error Spawning Process from ASP.NET | 08 Feb 2005 16:38 GMT | 4 |
All, I posted a message here recently regarding the difficulty I'm having with CreateProcessWithLogonW() in an ASP.NET application. I get the following Win32 error:
|
| Server Explorer | 08 Feb 2005 16:24 GMT | 3 |
I'm trying to connect MSDE server connection for class. After loading into VB .NET, there should be a "add server" button in the server explorer. I can't seem to add the button or connect to the Db server. Please help me!!! thanks
|
| Problems with public key decryption with RSA | 08 Feb 2005 16:17 GMT | 20 |
I have created an encryption class whose main encryption method encrypts small amounts of bytes (in this case the Key & IV for Rijndael encryption of main data) using .NET's RSA methods. This had all been working fine until I tried using the class within a
|
| copy files between server and client / upload & download with source and target | 08 Feb 2005 14:41 GMT | 1 |
Hi... I am working in an asp.net vb application. The custormer has some txt and zip files that have to distribute between some partners. Each of this partners are in the same company,
|