| Thread | Last Post | Replies |
|
| Tab and Ctrl+I in a richtextbox | 08 Mar 2008 14:05 GMT | 1 |
I program a user control which display a RichTextBox and a format ToolStrip. I want to process some shortcut keys. The RichTextBox accepts tab.
|
| .Net Remoting Server | 08 Mar 2008 09:44 GMT | 4 |
I would like to write a .Net Remoting application in VB, but I'm quite new at this. I've looked for some examples in Google (with query ".Net Remoting"). In every example I see, the server is a console application. Is it a
|
| Error 080080008 | 08 Mar 2008 07:20 GMT | 3 |
Please advise how do I solve this problem. I have tried to install the actualizations without positive result.
|
| Updating a collection using a lambda | 07 Mar 2008 18:47 GMT | 4 |
I have a situation where I'd like to use a lambda, but I'm not sure how. Basically, I have a collection of objects and I want to set a property on each object that meets a condition. Right now, I have this:
|
| Redistributing MSVCR70.dll | 07 Mar 2008 15:19 GMT | 1 |
I have a question about whether I'm legally allowed to redistribute MSVCR70.dll. The situation is this: I'm writing an open-source application in Delphi, released under Mozilla Public Licence 1.1.
|
| Write COM component in C# 2.0 | 07 Mar 2008 11:36 GMT | 2 |
I need to write a COM component in C# (VS 2005) I created the C# class library project, marked it "Make Assemble COM visible" I set the assembly to be signed with a key file.
|
| Any CPU assemblies, Framework64, and Process Explorer | 07 Mar 2008 08:24 GMT | 2 |
Hi... We're building our assemblies Any CPU and just now trying to throw them up on an x64 box. I was using Process Explorer to look at something else, and I noticed something peculiar. All of our assemblies were in the Framework64
|
| Suggestions | 07 Mar 2008 07:03 GMT | 4 |
What books on the topic of .NET framework are truely exceptional for a software developer? Read quite a few reviews on amazon lately and the two books that stand out for me are;
|
| Is that a good design? | 07 Mar 2008 03:15 GMT | 5 |
I could not find an specific group on patterns, so I am posting here... We are trying to develop some patterns to be used on .NET development. An independent consultant recommend us that we start by using the
|
| Deserilazation of Object with collection property Options | 06 Mar 2008 15:40 GMT | 1 |
I have a master class suppose Pubisher which contains UserObject as property. This UserObject has UserAlertsCollection. I execute store procedure
|
| SignedXml.CheckSignature very slow! | 06 Mar 2008 14:43 GMT | 4 |
When trying to verify the signature of a SignedXml object, the call to SignedXml.CheckSignature(rsaKey) takes up to 20 seconds. Obviously this happens only, if the machine on which the code is running is member of a windows domain.
|
| SSL certificates | 06 Mar 2008 07:19 GMT | 6 |
I'm writing a client app, connecting to a web-service over a https:// connection. Everything seems to work fine but... where does the .NET fw load the proper SSL certificate from? From the remote serer (just like a browser)?
|
| Reflection issue after initial ClickOnce deployment | 06 Mar 2008 06:57 GMT | 3 |
We're having a windows application that's deployed through ClickOnce deployement. The deployment is working just fine and the application runs with no problem. We have logic that load assemblies and the resources (e.g. XML files
|
| Itunes error message | 06 Mar 2008 06:54 GMT | 3 |
I really need help. I am trying to install updates for itunes and I keep getting an error message. It reads 'documents' is not a valid short name file. I have fixed this once before but I cannot remember how. Thanks to anyone who can help!
|
| shared assembly in the GAC? | 06 Mar 2008 06:51 GMT | 3 |
I have created a shared assembly(adoio.dll) I have set the parameter to local copy = false, but when I run my installer, I still get a copy of this dll in my directory. The intention was to have a single copy in the GAC so if I wanted to update it, it would be done in a single ...
|