| Thread | Last Post | Replies |
|
| Orcas, IIS7 and Windows XP | 30 May 2007 19:45 GMT | 1 |
Lets say that me an my developer team wants to develope a website using Orcas and ASP.NET 3.0 features, targeting IIS7 on a future longhorn server. And we want to keep our windows XP (Don't want to move to Vista)
|
| windows service termates when user logs out | 30 May 2007 19:32 GMT | 1 |
I have a windows service which is managed C# .NET 1.1. It is installed on many sites but on one site the admin has reported that the service shuts down whenever someone logs off the console. There is an event log message saying the service terminated unexpectedly.
|
| windows will not start | 30 May 2007 07:54 GMT | 1 |
Hi team. Moved my main frame and hit the off buttom at back while still on. Now windows will not start. I get a we apologize for the inconvenience but windows did not start
|
| serializable Class | 30 May 2007 04:22 GMT | 1 |
I have a class which uses Microsoft.Win32.RegistryKey class, and i am trying to Serialize this class but i get the following Error... anu ponter will be really helpfull.. Message="Type 'Microsoft.Win32.RegistryKey' in Assembly 'mscorlib,
|
| Liciense Question | 30 May 2007 02:23 GMT | 2 |
We have several MSDN Subscriptions in our group. We will be getting formal training for a larger group later this year. Vendor wants us to configure our PCs for VirtualPC and load an instance of XP-Pro with IIS, and W2K3 Standard with SQL Server 2005. This would be for about a ...
|
| WCF is in .net 3.0 or higher only? | 30 May 2007 00:11 GMT | 4 |
Hello, friends, I found some articles about WCF, and saw it used System.ServiceModel. However, I could not find this name space in our .net 2005. Is WCF in .net 3.0 or higher only?
|
| need help on regex | 29 May 2007 21:20 GMT | 2 |
i'm a newbie to regex.... i need to check if a given string has more than two occurences of . in the begiining of string for ex, if string has value .test is valid but ..test is invalid
|
| Marshal.GetLastWin32Error not Thread Safe? | 29 May 2007 20:48 GMT | 4 |
the Hi the method GetLastWin32Error should be a wrapper to win32's GetLastError. "Retrieves the calling thread's last-error code value. The last-error code is maintained on a per-thread basis. Multiple threads do not overwrite each
|
| .NET Framework vs C++ code | 29 May 2007 20:40 GMT | 2 |
I would be pleased if someone gives me a general idea; how I am going to do this. I am using visual C++ .NET 2003. I made a simple program using conventional C++ code. This program accepts data from the user, does some calculations and outputs the result back to
|
| writing tags in tiff images | 29 May 2007 14:14 GMT | 1 |
Hello, we are developing an application that must process images coming from a multispectral vision system. Images must be saved and loaded in TIFF format, which I know it's possible calling Save(System.String filename, System.Drawing.Imaging.ImageFormat
|
| Get existing Wi-Fi settings | 29 May 2007 14:10 GMT | 1 |
I have a Wi-Fi adapter connected to my PC. It detects some access points and some computers and devices with Wi-fi capabilities. I want to know where these information stored in the PC. Is there any way to get these information through C#? Please let me know.
|
| Available COM Ports on Pocket PC (C#) | 29 May 2007 13:25 GMT | 5 |
There is any way to know what are COM ports available/active on Pocket PC throught C# Compact Framework? And if possible also the name of the card/program that use these ports.
|
| Creating Shell Extensions in C#.NET | 29 May 2007 11:46 GMT | 4 |
I'm trying to create a Shell Namespace Extension in C#, but I'm kind of stuck. I'm using the framework at "http://www.dcooney.com/wiki/?NamespaceExtension" to create the Namespace, and I can see that. I can see the folders I have asked it to create when I double click, except ...
|
| Asp.net 2.0 error | 29 May 2007 10:32 GMT | 3 |
I am using windws 2003 std edition server with IIS 6.0 which was ruuning fine with dot net frame work 1.1 with out any errors. But in last week I have installed dotnet frame work 2.0 which are generating a unique error message in event viewer. Please find the error message below ...
|
| Finding an object property in list | 29 May 2007 08:41 GMT | 7 |
I am trying to avoid using a DataTable to find particular data rows, because I believe generic.list(of someobject) is faster. Unfortunately, two seperately instantiated objects do not have the same hashcode so I am unable to compare them within a Contains() call [even though ...
|