| Thread | Last Post | Replies |
|
| \.Net Framework | 25 Sep 2006 11:16 GMT | 2 |
I have XP Home Edition. MS Update tells me I need .net framework. I am a casual user, just reading and surfing, no work done on here. Do I need to install the .net framework? Thanks in advance.
|
| Error decoding ISO character 147 | 25 Sep 2006 09:33 GMT | 3 |
I have a byte-array, in which one of the bytes has the value 149 (hex95) which represents a dot ( • ). The same character has the unicode value of 8226 (hex 2022) But when I try to decode the byte-array into a string, that character is
|
| C#, Compact Framework 2.0 | 25 Sep 2006 06:48 GMT | 5 |
I wrote a C# Application for Microsoft .NET CF 2.0. It is used on Microsoft Pocket PC, Version 4.20.0 (Build 14053). Is there a way to prevent my Application to be startet twice? Best Regards
|
| Serious Socket Programming Problems | 24 Sep 2006 22:01 GMT | 6 |
I just started working with this class at the low level and am having issues. 1) I am instantiating a StreamReader and feeding my NetworkStream to its constructor. the bytes that the StreamReader reads from the server
|
| Any way I can do it at server side? | 24 Sep 2006 12:42 GMT | 1 |
Thanks for the useful link and comment. Any way I can force the IIS to send the page in the charset I want when there is no accept-charset in the request header (something like default charset option in the server)?
|
| Brief Version! | 24 Sep 2006 10:04 GMT | 4 |
thought my post is too long the short version is: i have this tag in my HTML file served by IIS <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> IE show this page correctly but I need to detect the characterset of the
|
| Events over remoting and security problem, related/not related, I don't know | 24 Sep 2006 09:46 GMT | 2 |
I have 2 services running, one doing a job and the other monitoring the job is done and that the other service (the one doing the job) is still running. The thing is, the 1st service fire some events notifying other programs that an alert happened... I want to register to that ...
|
| VS2005 on Win2k,IIS5.0 - URGENT. | 24 Sep 2006 03:03 GMT | 1 |
I have a VS2005 migrated web application project. My query is whether my project will get loaded in WIN2000 MACHINES WITH IIS 5.0. without any errors. Please provide your points on this as I have very less time.
|
| TypeConverter and Generic Lists | 23 Sep 2006 21:58 GMT | 1 |
Hi I am having a bit of difficulty with TypeConverters and Generic Lists and I was hoping that I could get a bit of advice. I have a type converter that is used to create the constructor code for my component. (It is an XNA a Game Component, but I don't think that that has
|
| Async UI Calls Block on Dual-Core CPU, work fine on Single Core. Why? | 23 Sep 2006 21:02 GMT | 3 |
I am using the code from this MSDN article http://msdn2.microsoft.com/en-us/library/bz33kx67.aspx Everything worked great on my single core CPU laptop. I then tried to run the .exe on my Dual core Pentium-D at work. The UI becomes
|
| Using a TypeConverter instead of Type.GetType(String) | 23 Sep 2006 20:10 GMT | 4 |
Does anyone know of a way (without looking through decompiled ASP.Net code) to convert a String to a Type using the generic TypeConverter stuff? I am writing a deserializer, but I would prefer not to have a custom codepath just for String->Type, but the following code throws a
|
| ERRORS in ASP.NET 2.0 Migration in VS2005 | 23 Sep 2006 19:02 GMT | 1 |
I have problems when i convert my 1.1 ASPX web application to 2.0 using VS2005. My web application gets compiled fine in CLR1.1 and there is no problem with that.
|
| CLR class correspondant to std::vector<> or CArray<>? | 23 Sep 2006 15:46 GMT | 2 |
What is the CLR class correspondant to std::vector<> or CArray<>? I looked for how to resize object[] (aka array<object> in C++/CLI), but I cannot find it yet. Please reply. Thanks in advance.
|
| Group Policy | 23 Sep 2006 10:45 GMT | 2 |
I have an OU named TempOU set at my domain controller. All my users are getting created in this OU. I have a group policy setup for this OU. Can anyone tell me how to read the values for these settings in C# code.
|
| Single Sign On / Authentication System? | 23 Sep 2006 01:57 GMT | 1 |
I'm looking to implement a single sign on solution for .NET applications. This single sign on solution will need to work against a variety of back- end databases (i.e. SQL (mainly), Active Directory (some), Custom Data Sources (XML, MDB, Custom Web Service, etc).
|