| Thread | Last Post | Replies |
|
| Exception in configuration section handler... | 01 Sep 2004 18:32 GMT | 7 |
Below is what i have as the custom section in the web.config file... <?xml version="1.0" encoding="utf-8" ?> <configuration> <!-- register local configuration handlers -->
|
| Exiting a for loop | 01 Sep 2004 18:23 GMT | 4 |
I have a for loops that goes from 1 to 256 I test the number and exception is thrown if there is an error. How do I get the program to stop in the middle of the loop and go to the next increment if an exception is thrown. I can only figure out how to exit
|
| USB device | 01 Sep 2004 18:19 GMT | 2 |
Has anyone figured out how to connect to and read/write data to a USB device? I found some sample code for VB6 on the Intel Web site but, even under VB6, it doesn't seem to work quite right (at least it didn't recognize my
|
| InstallUtil and C++ managed extensions issue. | 01 Sep 2004 18:02 GMT | 1 |
I have a VC++ console application compile with VS 2003 .NET that uses the managed extensions, I did add an installer class and override the Install and Uninstall method, when I run it with installutil to test it, I always received the following exception:
|
| Activation for WinForms Application | 01 Sep 2004 18:01 GMT | 2 |
I'm looking for a way to create my own activation for an application that needs to be distributed to some customers. However the activation should be based on the hd id where the application is installed. Is there a built in way in the framework to
|
| Client/Server call | 01 Sep 2004 17:46 GMT | 1 |
I have a clinet/server application. The server is a web service and the client is a windows form. Sometimes a request from client to server takes a lot of time. So I want to build a timer, which stops a client from awaiting a server's responce.
|
| Form does not show | 01 Sep 2004 17:31 GMT | 1 |
I am new to VC++ and I have an issue. If I create a project and place a form on it, it compiles and runs, showing the form. However, when I add a form to some other project, the form does not show even though the host projects runs.
|
| Date Type Custom Format Provider? | 01 Sep 2004 17:13 GMT | 1 |
All, I have a class with a date field <Serializable()> Public Class Account Private _startdate As Date
|
| Timers for "larger" intervals? | 01 Sep 2004 14:30 GMT | 2 |
I am working on an application that will repeat a certain procedure after a user specified time interval. This interval could be as brief as 2 seconds, or as long as once every hour or two. If it was limited to several seconds or even every few minutes, I would use one of the ...
|
| Logging Exceptions ... Where ? | 01 Sep 2004 13:37 GMT | 6 |
Can anybody guide which approach is the best for logging exceptions ? The solution should consider performance, concurrency issues, production scenarious, easy of data analysis & purging operations. Logging Exceptions to,
|
| Getting Property Info from generated methods | 01 Sep 2004 12:22 GMT | 2 |
I got a question which I hope someone will be able to help with ;) Without entering in much details, here's a sample: public override IMessage Invoke(IMessage msg) { (...)
|
| Unexpected error writing metadata to file | 01 Sep 2004 10:50 GMT | 1 |
Hi all !! My ASP.NET application Contains DA classes,BLclasses along with the web pages project. Now if I change some thing in the DA Classes, I am getting the error "Unexpected error writing metadata to file 'D:\Projects\WOSYST-i\005 Application\001 Source ...
|
| Behaviour of Convert.ToDateTime(string) function | 01 Sep 2004 10:11 GMT | 2 |
Behavior of Convert.ToDateTime(string) function: If the string to be converted to DateTime is like this: 01.09.29, Convert.ToDateTime(string) function returns DateTime as 01.09.2029.
|
| Saving excel file through Managed c++ | 01 Sep 2004 09:47 GMT | 1 |
Folks I am trying to build an application, in managed c++, which opens an excel file and enters a formula, in one of the cell, and then reads the value generated by that formula. The program works fine except for the fact that I
|
| Windows Service deployment problem | 01 Sep 2004 09:45 GMT | 1 |
Can I specifiy the username and password under the Windows Service will be run in installutil? Can I write something as installutil MyService.exe /username=... /password=... ?
|