| Thread | Last Post | Replies |
|
| framework 3.0 asp:menu control | 25 Jun 2007 13:15 GMT | 2 |
I found docs at microsoft.com about asp:menu control for framework 3.0 and it has some css friendly attributes. how do I add the 3.0 controls and use them in VS 2005. or did I misunderstand the docs. Thank you
|
| RegEx: How to ignore the number of whitespaces? | 25 Jun 2007 12:42 GMT | 11 |
I'm not sure whether this is the right group; I'm trying to achieve the following with .NET's RegEx class: I want to match strings while ignoring the number of whitespaces. In a simple case, this would of course mean something like
|
| Windows service in VS 2005 | 25 Jun 2007 11:38 GMT | 1 |
I have created a simple windows service in VS 2005. I have installed it also using installutil.exe. The utility doesnt show me any error but i cannot see my windows service under services in control panel. Can anyone please tell me what am i doing wrong.
|
| debug a deployed webapplication | 25 Jun 2007 09:48 GMT | 4 |
hello... I have a asp.net webapplication that is deployed on a server(windows 2k3) and I want to debug it. I have copied the msvsmon.exe and it`s dependencies to the server and started it on the remote server.
|
| Acropolis | 25 Jun 2007 05:47 GMT | 1 |
Anyone try the Acropolis CTP? It seems to be something like MFC document/view architecture. http://www.microsoft.com/downloads/details.aspx?familyid=72386ce5-f206-4d5c-ab09 -413b5f31f935&displaylang=en -- David
|
| File searching is really slow, how do I speed it up? | 24 Jun 2007 22:14 GMT | 9 |
Hi gang, I have a win32 C# app that needs to recursively search for a particular file type really fast. It always searches the same place for these files. I'm using Directory.GetDirectories and Directory.GetFiles to do it
|
| Listing Global Variables in a class. VB.NET 2005 | 24 Jun 2007 09:52 GMT | 1 |
Is it possible in vb.net 2005 to be able to list and access the data in all the global variables in a class. I'm trying to make a copy of a class, the class cannot be serialized because it has datatables in, and this causes an exception.
|
| Save images to memorystream? | 23 Jun 2007 08:38 GMT | 1 |
I'm writing a simple screen capture program that is using the Bitmap class to save the capture. I would like to do multiple captures and save them as we go along. I know that I could save them to a temporary folder on the filesystem but is there a way to save them to
|
| Checking .NET runtime | 23 Jun 2007 07:10 GMT | 2 |
Whats the recommended way for checking if a certain .NET runtime has been installed on a computer? Checking if for instance C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 exists ? or ?
|
| DataTable.PrimaryKey Can I change the values of a primary key? | 23 Jun 2007 06:59 GMT | 1 |
Scenario: using .NET DataTable and reading an existing record from MS SQL Database using Ado.Net, and having .Net and SQL define the primary key using FillSchema. When I alter or change the values and I update or AcceptChanges my
|
| What was wrong with this MS sample? | 22 Jun 2007 17:06 GMT | 1 |
Hi, guys, When playing with the sample source code for WCF service at http://msdn2.microsoft.com/en-us/library/ms730935.aspx, I got an error: The contract type Microsoft.ServiceModel.Samples.CalculatorService is not
|
| Regular Expression problem | 22 Jun 2007 16:36 GMT | 2 |
The crux of my problem is that I want a regular expression that will match a sequence of numbers that have been "ANDed" or "ORed" together in text: e.g. 1
|
| SQLExpress problem | 22 Jun 2007 14:54 GMT | 3 |
I have visual studio 2005 and SQLExpress installed on my machine. I am trying to run the ListView2CS sample. When pressing the button e program fails on the following line: private void populateDataButton_Click(object sender, EventArgs e)
|
| Regex replace where Search Value not between specific delimiters | 22 Jun 2007 05:55 GMT | 8 |
I have managed over the last few years to get by with relativly little regex knowledge. However I now have what seems like a simple problem which I simply cannot find a solution for.
|
| EventWaitHandle question | 22 Jun 2007 00:08 GMT | 3 |
VS 2005 help says that EventWaitHandle has Dispose (IDisposable) and Finalize protected methods. The Dispose method a bool parameter called explicitDisposing that indicates if it was called by Dipose ou Finalize, but, Finalize was not implemented. Is this a bug?
|