| Thread | Last Post | Replies |
|
| Setup Project File Path Options | 31 Oct 2007 17:14 GMT | 2 |
Does anyone know how to set a .NET Setup Project to have it look in the target directory where the installed files land up, and NOT in "C: \WINNT\system32"? After my Windows Service starts up i get the error: "Could not find
|
| Clearing the Debug window | 31 Oct 2007 17:06 GMT | 1 |
I am having trouble with this code. It is something syntactically, but I am not sure what. The first line will not compile. My ends result should clear the debug window. OutputWindow outputWin = new DTE2
|
| viaual c# express ide config | 31 Oct 2007 16:53 GMT | 1 |
Ive got a couple of questions 1) how do I set keayboard options to toggle column select mode like you can in brief when I try set the edit.briefselectcolumn it doesnt do anything unless i
|
| Networ components suggestion | 31 Oct 2007 16:12 GMT | 4 |
Hi, I'm looking for some network components ( ftp,ftps.. ) any one can suggest me some good one ? ;) Thanks to all Paolol
|
| How to fetch CPU and Memory Usage of IIS in C# | 31 Oct 2007 15:25 GMT | 1 |
How to fetch the CPU and Memory usage of IIS in C#? Thank you in advance. Regards, Ravi
|
| Problem with Class name | 31 Oct 2007 15:03 GMT | 6 |
I am getting the following messages from my compile code: PageInit.cs(43,71): error CS0246: The type or namespace name 'User' could not be found (are you missing a using directive or an assembly reference?)
|
| Workflow Foundation question | 31 Oct 2007 13:53 GMT | 2 |
Is there a newsgroup for people working with windows workflow foundation? I've looked around MS's news server and don't see anything for either "workflow" or "work", etc. Cheers, Jon
|
| VisualC# 2005 Express: Class Library Is it a COM obj or Managed code | 31 Oct 2007 13:39 GMT | 1 |
I am writing an IDTExtensibility2 interface as a class library so that I can use it as an Add-in for Outlook 2003. I have the IDTE2 interface building perfect and it creates a .dll for me.
|
| Namespace question | 31 Oct 2007 13:10 GMT | 10 |
I have a pretty straightforward question regarding namespace. Is there anyone who knows why the following code does not compile on the line Type t = typeof(Name6.Name7.Name6.Class6) ? I am using Visual Studio 2006 by the way (.Net 2.0)
|
| How to get the path then start a application by dobble cilch on pr | 31 Oct 2007 11:17 GMT | 4 |
Hey All I know how to to get the service ( by RegistyKey and Registy) so I can start the Application by dobble ckich on the file, but how can I read (and save) the path to the file so I can save the result in same folder.
|
| Filter on Datagridview | 31 Oct 2007 10:11 GMT | 4 |
I have a datagridview on a form and It has two columns which are comboboxes. The columns are use for showing name, lastname. The columns are bound to a database table. I want to do this: Suppose there are these information in the DB:
|
| Generic way of writing this enum code? | 31 Oct 2007 09:38 GMT | 4 |
The methods below are identical except they take as arguments different enum types. There must be a better way of writing this? ta
|
| Release build using Debug DLLs | 31 Oct 2007 09:20 GMT | 6 |
We are trying to build a C sharp solution in Visual Studio 2005 Professional. We have a number of other assemblies, that do not form part of the solution. Assemblies that do form part of the solution have been referenced using the Projects tab in the Add Reference dialog.
|
| ComboBoxRenderer not painting correct on Vista | 31 Oct 2007 09:12 GMT | 1 |
Evening, I have a slight erk with the ComboBoxRenderer running under Vista and was hoping someone could shed some light on this for me. I've created a custom control that inherits from Button - no problems there
|
| How is fastest way to construct an XML node then a bunch of slow xquery modify statements? | 31 Oct 2007 06:17 GMT | 1 |
How is fastest way to construct an XML node then a bunch of slow xquery modify statements? This SQL Server 2005 logic is rather slow to simply add a new item to an xml document. Any way to do this all in one statement and faster for creating a
|