| Thread | Last Post | Replies |
|
| VC++ DLL not working properly | 31 Jan 2005 19:54 GMT | 1 |
I have a outlook addin DLL created using VC++ .NET 2003. It creates couple of buttons on outlook and on clicking on the button it does some specific task. This application work fine on the machine where it is developed but behaves in a weird fashion in other machines.
|
| WMI: HowTo implement permanet event subscriptions using C#? [RePos | 28 Jan 2005 15:19 GMT | 2 |
Could someone point me to an example on how to do this? I have found examples on temporary event subscription which uses the ManagementEventWatcher namespace, but nothing on permanet event subscription. Thanks in advance.
|
| How to use regular expressions in C#? | 28 Jan 2005 14:54 GMT | 2 |
I haven't used regular expressions in C#. How to use?. Please give me sample code.
 Signature Robert Maria Joseph
|
| .NET SDK - can not locate C# compiler | 26 Jan 2005 22:29 GMT | 1 |
I am running windows 2000 server , service pack 4. I installed " .NET Framework version 1.1 redistributable package" and then installed " .NET Framework Software Development Kit (SDK) version 1.1" . I see documentation, samples , tutorials etc. but I am trying to locate the C#
|
| GetSockOpt exception | 24 Jan 2005 19:38 GMT | 1 |
Hi, when I try to query for MaxConnections with GetSockOpt I am seeing an exception and cannot figure out what is going on. Here is a quick and dirty test program and the output, hopefully you can point me in the right direction:
|
| HttpGetRequest's with Umlaut inside Query | 22 Jan 2005 11:37 GMT | 3 |
I am trying to make a WebRequest (Method Get) to a webserver and I need to transfer an Umlaut (ö) a QueryString. I have tried to encode it "by hand", but whatever I try does not seem to work, e.g.: HttpWebRequest ^wr = (HttpWebRequest ^)HttpWebRequest::Create
|
| Installing .NET 2.0 causes exception in .NET 1.1 code | 21 Jan 2005 03:37 GMT | 13 |
Hi; I have a program built using .NET 1.1 that runs fine under .NET 1.1. It is a Word Add-In written in C#. However, if I install .NET 2.0 on a system, then I get an exception in my
|
| Major bug in .NET loading 1.1 vs. 2.0 | 21 Jan 2005 02:28 GMT | 1 |
Hi; I have written a Word Add-In in C# that uses .NET 1.1. It all runs fine if just .NET 1.1 is on a system. However, if .NET 2.0 is also installed, then while the C# part runs fine, it cannot call vjslib 1.0.5000.0 (used for
|
| MessageBox.Show() - KeepOnTop | 20 Jan 2005 09:50 GMT | 7 |
Hi; How do I set a message box to KeepOnTop so it is above all other windows?
 Signature thanks - dave
|
| CSC.EXE Compiler Error when /Lib switch have reference path with s | 20 Jan 2005 04:04 GMT | 1 |
Hi Friends, I am facing trouble with dynamically compiling C# source files. Here is the example: Following command works:
|
| Sending e-mail | 18 Jan 2005 16:08 GMT | 1 |
I am developing a C# windows application that will allow a user to send an e-mail to an SMS server when events happen in the system. I was going to use System.Web.Mail namespace and use the smtpmail class to compose and send the mail.
|
| where is wincv.exe in sdk2.0? | 17 Jan 2005 17:23 GMT | 1 |
where is wincv.exe in sdk2.0?
|
| Need .net version 2.0.40903 | 17 Jan 2005 13:09 GMT | 4 |
I keep trying to install SQL server express manager 2005, but every time I try, the installation stops, saying I need .net framework version 2.0.40903. Where can I get that? I can't find it anywhere. The newest beta downloads don't get me to that version.
|
| Error 403 - Forbidden | 16 Jan 2005 07:07 GMT | 4 |
Have tried running SDK 1.1
>directory>\Samples\Setup\tools\WebIPSetting.exe. This is set to "Grant All" but still get same problem. "ken.r" wrote:
|
| AppSettingsReader.. don't work ;-( | 14 Jan 2005 11:48 GMT | 4 |
for this config file: //-------- <?xml version="1.0" encoding="utf-8" ?> <configuration>
|