| Thread | Last Post | Replies |
|
| Common Language Runtime Debugging Services | 16 Sep 2005 18:27 GMT | 2 |
I received a runtime error when I was working in MyApp.exe MyApp.exe Common Language Runtime Debugging Services Application has generated an exception that could not be handled.
|
| Nullable type in remoted delegates | 16 Sep 2005 18:25 GMT | 2 |
In .Net 2.0, if I try to use the saopsuds tool on an interface which exposes an event based on a delegate containing a nullable boolean type, I get the error: Error: Invalid schema data., String Syntax Not Handled Nullable`1
|
| Active document server in .Net | 16 Sep 2005 16:33 GMT | 1 |
I have an MFC MDI application in VC++ which is active document server application which allows opening document in container like internet explorer. Is it possible to create the active document server application using .NET
|
| Questions about Visual SourceSafe (VSS) and .NET 2005 IDE | 16 Sep 2005 15:47 GMT | 3 |
It doesn't appear to me that VSS is integrated with the .NET 2005 IDE. It appears to be packaged with .NET though. Is there a way to set it up so that you can check files in/out from within the IDE? I also noticed Source Control options in the IDE, but I've heard that these
|
| changed Property of Public Control a Designtime on UserControl disapears! | 16 Sep 2005 15:26 GMT | 4 |
I'm having some weird behaviour, and I can't find any solution to this. I made a UserControl (uclCommands) which contains a Toolbar (ToolBar1) with Modifiers = Public. I put this usercontrol on my form and call it Ucl1. In the Property Window
|
| Check MSI signature | 16 Sep 2005 15:18 GMT | 2 |
I want 'auto-updatable' application. After careful consideration of the available option I choosed, mainly for security reason, to automatically download latest MSI (if needed) and let the user click: next next next on the MSI exec interface.
|
| BeginRead & ThreadPool.QueueUserWorkItem | 16 Sep 2005 14:59 GMT | 4 |
I want to do background download of a file. II'm curious to know about other people idea on the following topic: I found using the stream.BeginRead() method quite ackward compare to simple used directly
|
| How to ... Dropdownlist sourced by a DB inside a datalist ?? | 16 Sep 2005 13:19 GMT | 1 |
Good Morning, In my web page I've a datalist that is sourced by a database, the problem is that I want that one of the column of the datalist contain a dropdownbox
|
| Memory taken by an object | 16 Sep 2005 11:55 GMT | 6 |
How do I evaluate, in c#, the amount of memory taken up by any given object ?
|
| Session variable problem | 16 Sep 2005 10:05 GMT | 1 |
I store dataset for each page in the session and a reference to the session key is stored in viewstate. But now on which event I should clear the session variables. Because when the page is closed or I navigate to another page the session variables still stays as long as even a ...
|
| compilation error while converting to asp.net | 16 Sep 2005 09:44 GMT | 1 |
Hi I am converting an asp application to asp.net, I am geeting the following error, Compiler Error Message: BC30201: Expression expected. Source Error:
|
| Failed .NET Framework Install | 16 Sep 2005 09:04 GMT | 4 |
I've several unsuccessful attempts to install the 1.1 Framework on an XP SP2 (with non-essential servives stopped, firewall disabled, virus checker disabled, etc). The end result is always an error at the end of the process:- 'Error 1937. An error occurred during the installation ...
|
| properties and other files in a .net world | 16 Sep 2005 06:41 GMT | 3 |
Two questions: First: In the java word you have an ProjectName.properties file and you can place it lots of different places - in the file system with the jar file, in the
|
| How to iterate through an assembly? | 16 Sep 2005 05:06 GMT | 1 |
After a meeting, our management have an idea that each objects should have a bool const value "isTested". Then we should have a utility to iterate through each objects in the EXEs/DLLs to see if all the values are changed to true, and report the names of objects that aren't ...
|
| Auto detect device in window's service | 16 Sep 2005 03:59 GMT | 3 |
I am writing a windows service application which manage image capturing device in C#.NET. When the service is running, how it automatically detect when there is a new device plugged in (say through a USB port or Ethernet Adapter)?
|