| Thread | Last Post | Replies |
|
| User Controls | 07 Feb 2004 06:32 GMT | 1 |
I have created a User Control within Visual Studio and it contains a button that allows the user to querry a database. I dynamically add additional controls to the page based on the number of rows retured inside a dataset. All works well, but I have noticed that the control is ...
|
| .net framework-newbie | 07 Feb 2004 06:16 GMT | 2 |
I'm a .Net learner.I've got few questions to ask.could anyone please help me out? What exactly is .Net framework ? What is .Net framework SDK?
|
| Drawing Issue | 07 Feb 2004 01:19 GMT | 1 |
I have created a transparent control and I am using to to create drawing objects Inside the transparent objects I have created I am trying to using the draw shapes oval, rectangle etc. An example would be like in word are when you drag an oval onto the screen, the drawing ...
|
| Backward compatibility issue of Serialization | 06 Feb 2004 23:41 GMT | 1 |
I'm planning to use serialization to persist an object (and possibly its child objects) in my application. However, I'm concerned about the backward compatibility issue. I'm evaluating if we can easily resolve this issue.
|
| Backslash treated as escape char in command line args | 06 Feb 2004 23:25 GMT | 4 |
Dotnet seems to be misparsing my command line args and I'd like to hear about other people's experience with this. Everything is fine until I mix backslashes and quotes in the args to my console app, e.g.: myapp "c:\program files\" /foo /bar
|
| Any size limitation on the BinaryFormatter serialization | 06 Feb 2004 22:56 GMT | 1 |
In my application, I'm planning to use BinaryFormatter to serialize a potentially huge object to file (and, of course, deserialize back to memory later). My question is if there is any hard limit on the size of this object?
|
| Option to Do "Quick Fix" | 06 Feb 2004 20:03 GMT | 2 |
Recently I worked on a project where we brought in a Microsoft employee to help us. He and I were trying to do a "quick fix" on a server that contained an entire dotnet application, and he showed me an option that you could put into a file (I can't remember if it was a .aspx file or ...
|
| Simulating network connection failure via C# | 06 Feb 2004 19:20 GMT | 8 |
Does anyone have a creative quick way to simulate the loss of network connectivity via C#? I am trying to write a Unit Test of a long running network operation (initiated by a 3rd party component) and would like to ensure that the component and my containing code handles
|
| Sending mail from a Windows Service App fails | 06 Feb 2004 18:18 GMT | 2 |
H I have a .NET application that uses interop to send emails using outlook 2000. It works fine I have altered it to run as a service and it fails in one of two ways 1. If I run the service using the system account then creation of the object fails after about 2 minutes. A message ...
|
| Accessing the Microsoft Fax printer driver from C# | 06 Feb 2004 14:51 GMT | 6 |
I want to send a printout as a fax. I have installed the Microsoft fax printer driver that comes with Windows (XP in my case), but everytime I print to it, a dialog pops up asking me for a fax number.
|
| NET 1.1 dependancies XP embedded | 06 Feb 2004 12:25 GMT | 1 |
I have a code snippet.... With New Management.ManagementObject("win32_logicaldisk.deviceid=""" & "C:".Substring(0, 2) & """") .Get()
|
| Debugging on remote machine | 06 Feb 2004 11:36 GMT | 2 |
I'm trying to debug a windows form client on another machine however when I try to attach to the process in the Debug processes window the following error occurs: Unable to connect to machine 'xxx'. The debugger is not properly installed. Run setup to install or repair the ...
|
| NullReferenceException at IConnectionPoint.Unadvise | 06 Feb 2004 09:39 GMT | 2 |
Could someone help me figure out this (unhandled) exception I am receiving every time I shut down my windows service. I have made my service interactive and have created a form (which doesn't get shown) and added a third party activeX control to it. If I remove the activeX control ...
|
| Framework Redist 1.1 vs Framework 1.1.4322 | 05 Feb 2004 23:57 GMT | 1 |
What do I need to do to get an application developed on VB Studio 2003 (Framework 1.1.4322) to run on another machine which has Framework Redist 1.1 installed? I ran the application (.exe file) on the machine with the Framework redistributable and it came up with the error ...
|
| AssemblyKeyFile attribute | 05 Feb 2004 23:49 GMT | 1 |
Trying to assign a strong name to my assembly. I've created the .snk file for it. My assembly is called Common. Mail In Assembly.cs, if I do this:
|