| Thread | Last Post | Replies |
|
| Web service exception | 10 Apr 2007 20:10 GMT | 2 |
Hi, I have a web service installed on windows 2003 x64 machine. I have a consist exception from the web service: System.InvalidOperationException: There was an error generating the XML
|
| Socket.BeginReceive errorCode parameter | 10 Apr 2007 19:58 GMT | 3 |
In .NET 2.0 Socket.BeginReceive has a new overloaded version: public IAsyncResult BeginReceive ( byte[] buffer, int offset,
|
| [feature request] Array.IsNullOrEmpty | 10 Apr 2007 18:50 GMT | 1 |
starting from .NET 2.0 there is a nice IsNullOrEmpty static method on a System.String class which saves the time so instead of string theString; if ( theString != null && theString.Length > 0 )
|
| Evaluating a string as a IF condition | 10 Apr 2007 17:12 GMT | 7 |
I was woundering if it's possible to use the content of a string as the condition on a IF statement. Example: string c = "(nb == 10)";
|
| command line arguments | 10 Apr 2007 15:50 GMT | 1 |
Im a newbie to c#.net 2.0.. I need some info on command line arguments. how do I pass command line arguments in a console applications..
|
| .Net 2003 C# (with Crystal..being culprit) error | 10 Apr 2007 10:56 GMT | 2 |
It's windows app, runs fine of course on Dev machine, produces the Crystal Reports but on Client Machine with DotNet runtime installed and also app, get Runtime
|
| error num | 10 Apr 2007 04:03 GMT | 1 |
46558 port unable 2 reach,help me i am nee 2 all of this...kind regards
|
| OWA | 09 Apr 2007 22:14 GMT | 1 |
Can we download Global address list in OWA 2003
|
| SmtpMail | 09 Apr 2007 21:46 GMT | 1 |
I have an application that uses SmtpMail. As part of that, I want a notification emailed to the sender on any failure. I am using: Dim SmtpMail As Mail.SmtpClient = New
|
| How does Microsoft support WS-*??? (MSE2.0,MSE3.0, NET3.0) | 09 Apr 2007 20:02 GMT | 2 |
Although I see a lot of reference telling me that MSE.2.0 MSE3.0 support WS-*, but I have not seen any concrete sample on how the WS-* is supported, for example ws-transfer & ws-address. How does MS generate the interface compatible with WS-*?
|
| Java to C# | 09 Apr 2007 19:33 GMT | 1 |
i want to convert a java project to a c# project. i found a lot of tools on the internet. anyone can tell me which one is best one? Cheers
|
| security exception when running .net app from network drive | 09 Apr 2007 19:31 GMT | 1 |
I have a .net app I can't seem to run on a couple of the machines I need to run it on. It works on most but on these few I keep getting a .net security exception. I have gone to the .Net Framework 1.1 Configuration app, runtime security policy, "adjust zone security" and set full ...
|
| Generic question | 09 Apr 2007 19:07 GMT | 1 |
I have one question about generic class. public class Base<T> where T : new() {
|
| Accelerator key not working | 09 Apr 2007 18:01 GMT | 2 |
I have a C# winform with accelerator key associated with some menus. If my exe is in unmanaged C++ and the winform is invoked through interop, the accelerator key not working. If I create a new C#.Net project and the same winform is invoked in the C#.Net project, the
|
| Unable to go back to default profile after creating a new one | 09 Apr 2007 16:27 GMT | 1 |
I needed to put password protection on my computer which at that time had no profiles created, I added a profile and accessed it okay. However I realised that all my information such as Outlook with all the saved emails and contacts was not there. When I tried to return to the ...
|