| Thread | Last Post | Replies |
|
| How to kill a thread blocked on an interop call? | 20 Jun 2006 20:58 GMT | 2 |
I need to figure out how to terminate a thread while it is blocked trying to create a COM object via interop. In a worker thread, I do something like this: Type t = null;
|
| ClickOnce application parameters | 20 Jun 2006 18:29 GMT | 1 |
How can i pass parameters to a ClickOnce application that is published in a network share directory ? Can i modify the .manifiest file to include parameters ? Thanks.
|
| Access Console Application from Managed Code | 20 Jun 2006 18:14 GMT | 3 |
I am working on a project now for a client that requires all managed code. I have rewritten about 60% of the code and functionality in C# and have now come to the complicated part of picking apart the existing stored procedure and "managing" it. Two tasks that I am outing from ...
|
| Html Rendering in Winforms | 20 Jun 2006 16:40 GMT | 2 |
I am facing a problem with the rendering of html into a windows application (C# .NET). I am trying with two possible approaches: 1. Use a control that directly renders the html into windows form, but it should not be dependent on IE or mshtml. I didn't get such kind of
|
| Another DataGrid Problem | 20 Jun 2006 16:33 GMT | 3 |
Hi, I have another problem with my datagrid I used the dataSet to retrieve certain columns from the db, one of them is the unique index of the row. but, i don't want the user to see this column, as it means nothing to
|
| SerialPort Crashes after disconnect of USB COM port | 20 Jun 2006 16:07 GMT | 3 |
We have an application talking to a phone via a USB-cable, using System.IO.Ports.SerialPort. If the user unplugs the USB cable from the PC before the application has called SerialPort.Close(), we (nearly always) get an unhandled exception
|
| Properly commenting mthods and properties | 20 Jun 2006 15:45 GMT | 5 |
i have been wondering for a while how to replicate the helpful pop up boxes that show up when using microsoft classes like DataTable. See if i do datatable.select i get an explanation for each parameters. I just can't find the proper term to search in google. Is it attributes ?
|
| Refactoring code snippet | 20 Jun 2006 14:07 GMT | 2 |
I've two questions about refactoring code snippets : 1. Can I add my own code snippet in the context menu (under Refactor menu) ? 2. Where can I find good tutorials ? I especially want to create a refactoring code snippet (however I'm not sure
|
| Page_Load Problem? | 20 Jun 2006 14:02 GMT | 2 |
My code: protected void Page_Load(object sender, EventArgs e) { string et = Request.Form["__EVENTTARGET"];
|
| Problem mit Crystal Report: neues Datenbankfeld | 20 Jun 2006 13:26 GMT | 2 |
Hallo miteinander, ich habe in meinem Projekt eine Accessdatenbank, ein DataSet und einen CrystalReport. Soweit hat alles funktioniert. Jetzt das Problem:
|
| ASP.NET website cannot access namespace in other project | 20 Jun 2006 03:44 GMT | 1 |
I'm getting really frustrated here...I have BLL and DAL projects and a website project residing in the same solution. However, even after i add a reference to the BLL and DAL projects in the website proect, i can't seem to access the classes which are in the BLL and DAL
|
| Using VS.NEt 2005 to create web page | 20 Jun 2006 03:34 GMT | 8 |
I know this is a really dumb question, but I can't figure out what to google to get an answer, so my apologies in advance. I used vs.net 2003 to create a web site for my employer, and recently I moved to vs2005, and I can't figure out how the web page designer works. In
|
| Dynamically load user.config | 19 Jun 2006 23:52 GMT | 4 |
Hi - is it possible to load a user.config file? What I would like to do is to be able to load a user.config file and then set the current properties to the properties within that file. This would then allow the user to download their own user settings.
|
| Version / Build Number in the Registry? | 19 Jun 2006 21:35 GMT | 4 |
I must know the exactly version - and the build number of the dotnet framework 2.0. (for our installations programs) Where can I find this version - and build number in the registry? Thank you for your answers.
|
| Untrusted Source Code location and Framework Security | 19 Jun 2006 20:41 GMT | 5 |
I have been using Visual Studio 2003 for several years with the .Net Framework 1.1 sp1. Our source code resides on a network share, primarily because it gets backed up every night. Our VSS is on another network share. in any case I had no problems with untrusted source
|