| Thread | Last Post | Replies |
|
| Iterating through the GAC on Mono | 29 Oct 2007 08:21 GMT | 1 |
Hello, all. Can anybody point me to documentation about how can I programmaticaly (via C#) iterate through the global assembly cache on Mono?
|
| Old fashioned Borderstyle of UserControl | 29 Oct 2007 07:56 GMT | 1 |
I have created a custom control that inherits the UserControl (Framework 2.0) but when I set the borderStyle to Fixed3D i get the old-fashioned "sunken" border instead of the "blue/grey" dimmed new border as textbox uses. I there a way to change that?
|
| How to create CHM file for Visual Basic 2005 Project | 29 Oct 2007 01:36 GMT | 3 |
Hi, Please can you help me, i want to create Compiled html help file for my Visual Basic 2005 Express Edition's project. Can you advise me please?
|
| ComboBox loads slow | 28 Oct 2007 17:25 GMT | 4 |
I am noticing that it seems to take windows a long a.s time to paint a ComboBox control that has say, 32000 items in its dropdown. Yes, I know that's a lot. However, I have a VB6.0 application that uses DAO to access an Access database, and it can load up a 32000 item combobox ...
|
| What is the best possible resolution that C# timing tests can get? milliseconds? nanoseconds? | 27 Oct 2007 13:13 GMT | 1 |
What is the best possible resolution that C# timing tests can get? milliseconds? nanoseconds?
|
| When to use class and when structure | 27 Oct 2007 08:36 GMT | 9 |
When to use class and when structure in our application? Thanks, Bhuwan
|
| DCOM Issue with Excel | 27 Oct 2007 03:08 GMT | 5 |
When I try to get an instance of my Excel application in code I get an UnauthorizedAccessException thrown with 'Access Is Denied'. I've heard that DCOM needs permissioning to allow access, but I'm not sure how. I've tried adding ASPNET into the security as a user with
|
| Could not load file or assembly | 27 Oct 2007 02:54 GMT | 1 |
OK, let me try one more time before I give up... We have an application for .net 1.1 framework. Now I am converting it to .net 2.0. All our assemblies are strongly named. We are using the same public keys in .net 2.0 as we did in .net 1.1.
|
| Help With Windows Service | 27 Oct 2007 02:47 GMT | 1 |
I wrote a Windows Service is VB.NET and it works like clock work every night. The problems is that the driver I am using to connect to a datasource become inactive at a period of time. I destroy all it's dependencies and recreate the connection every time the Windows Service
|
| ClickOnce Installation - Finding 'data' directory | 26 Oct 2007 21:18 GMT | 2 |
Hi, we're trying to get to grips with using ClickOnce installers and are having some problems. Once installed, the majority of the application will reside in the following directory: C:\Documents and Settings\<username>\Local Settings\Apps\2.0\<x>\<y>
|
| PRoblem with System.Windows.Forms.Application.StartupPath when running test project | 26 Oct 2007 09:14 GMT | 5 |
I am not sure this is the right forum but I will give it a try. I am using the built-in test project template that exists in Visual Studio Team Edition. This project runs unit test on code that is using the property System.Windows.Forms.Application.StartupPath. Normaly this gives ...
|
| Process.Start throws exception when starting firefox after firefox crashes | 25 Oct 2007 19:26 GMT | 2 |
I have an application that starts the default browser by using Process.Start(URL). The one time that I get a file not found exception is when Firefox has crashed and comes up with the "Firefox - Restore Previous Session" screen.
|
| Exception Handling | 25 Oct 2007 18:52 GMT | 8 |
I have a third party class library (C#) that I am expanding and using with an application (VB.NET) and I am having trouble catching exceptions in the application. The class library has an exception handler that it calls: catch (Exception ex)
|
| sending an email from windows application .net 2.0 | 25 Oct 2007 17:51 GMT | 3 |
I have created a windows application to send emails using vs 2005 in vb.net. I am having problems sending the emails. The operating system on which this application is run is windows vista business. we have an exchange server 2007 that is in the same network. I am trying to ...
|
| ListDictionary/NameValueCollection question | 25 Oct 2007 16:51 GMT | 1 |
I have a situation wherein I need hashtable type functionality and at the same time, the collection must preserve the order of the items. In other words, if I add items Key Value
|