| Thread | Last Post | Replies |
|
| Application error - 0xc0000005 | 20 Mar 2007 07:24 GMT | 2 |
I am trying to install msn messenger and everytime i try to install it i get a message: msnmsgr.exe - application error application failed to initialize (0xc0000005)
|
| BLOB problem | 20 Mar 2007 04:46 GMT | 3 |
I am developing an intranet web application which provides file sharing services and full text search against the files. The data storage is SQL Server 2000, and the files uploaded from the users are stored into an image column of the database.
|
| have a variable reference to an event | 20 Mar 2007 01:31 GMT | 1 |
I am using "AddHandler Event, AddressOf Method" to register events but how do I go about making the Event parameter be a variable. My user interface shows a list of available events for a class, through remoting in a drop down. The user selects an event from a list at which point ...
|
| Simple problem: Why does this cause a massive memory leak? | 19 Mar 2007 21:01 GMT | 22 |
I have a huge memory leak problem in what is really very simple data insert code. In my app I'm trying to use a typed dataset to insert into a database. It adds quite a few rows (say hundreds). Unfortunately it has a big a.s
|
| mouse explorer 3.0 installing | 19 Mar 2007 18:52 GMT | 1 |
I just got the 3.0 mouse and am having a major project just trying to get it to work it moves fine but when I click it to open, nothing happens I tries all the buttons
|
| debugger deadlocks when tcplistener starts | 19 Mar 2007 15:55 GMT | 2 |
When I debug a standard socket server app that has a tcplistener using VS.NET 2005, the debugger deadlocks (uses 100% of one of my CPUs) when the code runs the tcplistener.Start(). method. I am having the same problem in a sample socket server app that uses socket.Bind(). Both
|
| IsolatedStorage and cleaning up | 19 Mar 2007 14:32 GMT | 2 |
Now it's my turn to have a question about IsolatedStorage: Do I have to worry about cleaning up? I want to use this store to save user settings from an XBAP application. Are the files located in this storage permanently there? Do I need to clean up? What about a standalone
|
| System.Security.SecurityException: System.Security.Permissions.SecurityPermission | 19 Mar 2007 11:16 GMT | 5 |
Hi all... Can anyone tell me what means the log below ? I have an application that is intended to control an USB device and when I start taht application this error is thrown...
|
| how to control UDP sending Speed? | 19 Mar 2007 08:30 GMT | 4 |
I need program a constant bitrate rate output for udp such as 5MBps or 4MBps. The .net UDP control couldn't provide any sending speed control function. I have try to do it manually like use asynchronism IO function such as
|
| .NET Speech Recognition | 19 Mar 2007 07:48 GMT | 4 |
Is there a .NET technology for Speech Recognition that could be used in a VS 2005 VB environment?
 Signature Michael Hockstein
|
| ClickOnce and Vista problem | 19 Mar 2007 07:18 GMT | 9 |
I have an asp.net application which has a button to launch ClickOnce application. This button open a new page which make redirect to ClickOnce app, something like this:
|
| outlook express | 19 Mar 2007 02:15 GMT | 1 |
can someone please help me..when i open outlook express i can't read my emails...i have to go into properties and change the server address.i click apply and ok but when i reopen outlook express it reverts back to the incorrect server address for my incoming mail.
|
| How to move the IME window? | 19 Mar 2007 00:27 GMT | 2 |
I have developed a text editor supporting international languages. One problem still bother me: The location of the IME window. When I have an asian user entering asian characters, (s)he does so through an IME window which is located in a seemingly unpredictable/uncontrollable
|
| Exception handling......... | 18 Mar 2007 22:53 GMT | 2 |
How to handle general exception in vc++? This is the VC++ ATL project which i openend in vc++.net. I am using like "catch(...) {
|
| .net framework configuration through programming | 18 Mar 2007 17:51 GMT | 2 |
Is it possible to set Local Intranet Zone code group's security level to FullTrust without going in the control panel to configure it? I have a VB 2005 app with a SQL backend database, but I can't get it to run from a network drive without changing the setting through .Net
|