| Thread | Last Post | Replies |
|
| How to stop a paint event handler function by another event | 15 Jan 2008 05:49 GMT | 4 |
I'm working on a stress test tool for drawing. After start button clicked, it fires Form_Paint(xxx) event handler to continuous drawing shapes on screen. Problem is once there is a while loop in the event handler, so once entering the loop, no other event can capture from
|
| VS2005 Strange: The breakpoint will not currently be hit. No symbols loaded for this document. | 15 Jan 2008 01:24 GMT | 1 |
I can't debug a Web Application with VS2005. I can insert a brakpoint on any class, but I can't debug any page. An breakpoint on a page code results in the error: The breakpoint will not currently be hit. No symbols loaded for this
|
| Slow Load App Pool issue | 14 Jan 2008 23:46 GMT | 11 |
We have a Quad Core Windows 2003 Server with 12 GB RAM The problem we are facing is that the app pool takes very long to load > 20sec We have another dual core windows 2003 server where it loads in 5 secs
|
| ASP.NET AppDomain - User code at Initialization | 14 Jan 2008 23:08 GMT | 2 |
I want to run some user when an Application is started, or when a worker process is started. Application_Start, Init methods of HttpApplication in Global.asax.cs are of not use, as they are called only on the first call to an aspx page in the application. They are
|
| Linq to Sql Updates | 14 Jan 2008 23:07 GMT | 2 |
In all the samples that I have seen to update a table using Linq to Sql, this is the type of code given: public static void UpdateProduct() {
|
| Microsoft.Office.Tools.Ribbon controls | 14 Jan 2008 21:19 GMT | 1 |
I am using Visual studio 2008 (.net 3.5) and I have seen Microsoft.Office.Tools.Ribbon namespace. I want to use these ribbon controls in my Windows Form application. It looks like that these ribbon controls are only available to office application project and NOT available to ...
|
| Validate FQDN | 14 Jan 2008 19:46 GMT | 5 |
Is there a class/method that will check that a string is a legal FQDN without trying to look up the host? I want to allow an administrator to configure a destination to be either an IP address or FQDN. I can check for valid IP addresses using
|
| rsearch suggestions | 14 Jan 2008 18:46 GMT | 4 |
I would like to have suggestions on how I could setup the following applications: Questions about creating an .net ‘executable’ 2005 that will not remained installed once a user enters some data into the application. I also want this
|
| Adding a control from a different AppDomain... how? | 14 Jan 2008 18:09 GMT | 10 |
I currently have an application that must load plugins. It's impossible to unload an assembly inside a single AppDomain, so I must create a different AppDomain for each plugin I load so I can uload it when I don't need it anymore. In the design document I received, I have to ...
|
| Help needed compiling with CSharpCodeProvider. | 14 Jan 2008 16:55 GMT | 3 |
Hi there, I am using the CSharpCodeProvider to compile some cs source files from within a console app. The source files contain partial classes and methods so I need to use the v3.5 compiler which I do with the IDictionary constructor. However I get the
|
| Appdomain cannot load assembly... why? | 14 Jan 2008 16:10 GMT | 1 |
Hi, (My code is at the end of this post) I have an AppDomain that must load a simple assembly that has only one class with one method and it does not work... I receive this exception : "Could not load file or assembly 'ModuleLoader.dll' or one of its dependencies. The
|
| Process space problem in C#.NET | 14 Jan 2008 16:06 GMT | 4 |
I have two C#.Net projects, both of which create instances of the same C# class from a separate assembly; the class creates its own thread. When either project is run alone, it works correctly. However, when they are run simultaneously, I get a threading error (from
|
| Ideas on protecting My.Settings entries connection strings, etc | 14 Jan 2008 16:01 GMT | 4 |
I'm very surprised MS would allow app and user config files to be easily read via text editors to view passwords, server names etc without including encryption support. I've searched the groups with no real good solution or at least one
|
| Detect an USB key | 14 Jan 2008 15:22 GMT | 2 |
Hi group ! I am trying to detect my specific USB periphéral. It have a specific VID and PID, but it is like an USB key My goal is to detect plugged/unplugged USB peripherals, and check if
|
| timeout exipired vs StoreProc vs ado.net | 14 Jan 2008 14:14 GMT | 2 |
SQL Server 2005 sp2 64 bits cluster on a San technologie pooling connection is activate
|