View Property Values of a Remoting Object
Fri, 2 Jul 2010 10:59:28 -0700
Hi,
My application has many remoting objects. Each object has some properties.
But I cannot watch the value of these properties using Visual Studio watch
windows. I use VS 2005 and 2008. What should I do to view the vaues of the
properties
Thanks! ...
|
Dropdown list
Fri, 2 Jul 2010 22:03:49 +1000
How do I get the id value of the selected item in the dropdown list?
...
|
Tool for comparing two versions of a codebase???
Fri, 2 Jul 2010 13:31:03 +0200
Hello,
Are there any good tools for comparing two C# solutions?
Let's say I have several c# projects in a solution. Let's call that solution
the reference solution.
I make a copy of the reference solution. I add some code in various
projects. I change some code in
various projects. I delete some projec ...
|
Zip Microsoft.Office.Interop.Excel.dll with my application?
Fri, 2 Jul 2010 03:57:10 -0700 (PDT)
Hello.
I created an application that automates Excel. It looked like that if
the dll "Microsoft.Office.Interop.Excel.dll" was not with my exe, the
application crashes on other PC's. Since my application doesn't
provide a set-up program (X-copy application), I would like to zip
that file with my application. I ...
|
C#.net click event associated with database error
Thu, 1 Jul 2010 15:04:46 -0700
I would like to know what to do to solve the problem listed below:
When I am debugging a C#.Net 2008 windows application and click on the
'next' button, I am getting the following error:
'An unexpected error has occurred. The 'Microsoft.jet.oledb.4.0'provider is
not registered on the local machine' ...
|
Re: Error: InterfaceDictionary ... does not implement interface member ...
Thu, 01 Jul 2010 13:08:16 -0700
Amazing! Thank you for your reply. Working now.
As for why I am even doing this -- it is all a learning process. Over
the years, I have consistenly only been able to learning something "the
hard way". If it doesn't hurt and my head doesn't feel like it is going
to come off my shoulders - I either won't l ...
|
Handling backspace in a RichTextBox - again!
Thu, 1 Jul 2010 12:47:11 -0700
Hello,
I'm revisiting a problem I've never solved satisfactorily. I have a
multi-line RichTextBox that receives text input from a serial port (not the
keyboard); that input frequently contains backspace characters. To handle
the backspace characters I'm currently calculating the offset of the
character ...
|
|
|
Final Reminder - Microsoft Responds to the Evolution of Community
Thu, 01 Jul 2010 12:35:28 -0700
What is Happening?
This message is to inform you that Microsoft will soon begin discontinuing
newsgroups and transitioning users to Microsoft forums.
Why?
As you may know, newsgroups have existed for many years now; however, the
traffic in the Microsoft newsgroups has been steadily decreasing for the
past ...
|
Console App Display DLL logging info
Thu, 1 Jul 2010 11:49:48 -0500
Hello
I've got a C# console app, that calls a startup function in a C# dll that I
have created. In my DLL, as I'm processing data, I want to display some
logging information, but I want to pass it back to the console app, and have
it write the text to the console as it comes from the DLL, but I'm not sure ...
|
Error: InterfaceDictionary ... does not implement interface member ...
Thu, 01 Jul 2010 09:46:19 -0700
I am attempting to create a custom collection class which implements
IDictionary -- with parameters --
public class MyClassCollection : IDictionary <int, MyClass>
The purpose for this effort is to learn C# programmer at a slightly
deeper level. I have a working sample that does not include parameters.
When ...
|