| Thread | Last Post | Replies |
|
| What class for sending XML in SOAP over HTTPS/WS-Security | 23 Jan 2006 08:13 GMT | 2 |
I have raw XML that I want to package as a SOAP message and send over HTTP to some web service end-point. Later on I'm gonna need it to be wrapped into a SSL tunnel too, with full WS-Security support. What class is easiest for me to use?
|
| Can't Create a multi page report | 23 Jan 2006 06:58 GMT | 2 |
I need to know how to create a MULTI page report. All I can seem to create is a report with only one page, even though the datasource it is bound to returns multiple records. I have posted an example of my source code here: http://mreprogramming ...
|
| How to make ASP.NET 2.0 available in IIS server | 23 Jan 2006 05:08 GMT | 5 |
I want to start to use ASP.NET 2.0 in production IIS server. I installed Framework 2.0, but ASP.NET tab of web property page of IIS still does not have a option to choose ASP.NET 2.0. What else I need to install to be able to use ASP.NET 2.0. Since it’s production server I don’t ...
|
| Get current Service and it's name | 23 Jan 2006 04:17 GMT | 7 |
I have an helper assembly, which runs in different applications. In each application I would like to determine the name of the current application. I want to know, how I can get the name of the current service instance.
|
| Time zones: Pretending to be somewhere else | 23 Jan 2006 01:55 GMT | 8 |
I use a webhosting service that is something like halfway around the world from me and most of the people that will be viewing my site (and I am assuming their server is too). This obviously has very little effect on what I can do, but there is one thing that I would like to know ...
|
| Confused by GetHashCode() documentation | 22 Jan 2006 23:01 GMT | 1 |
I am somewhat confused by the Object.GetHashCode() documentation. What I am looking for, is a hash code, which is bound to the _identity_ of an object, not to it's _value_ (see other thread "Object identity"). In the documentation, the statement
|
| Multithreading problem in Windows Form app | 22 Jan 2006 18:00 GMT | 3 |
I have a tough problem in a Windows Form app. It uses the background worker object to do some, well, background work. I need this because I want this worker to be feeding a listbox logging its progress. I am using the correct protocol to deal with interthread call from the worker ...
|
| Instantiating an object from a DLL causes casting exceptions | 22 Jan 2006 16:57 GMT | 2 |
What is the correct method by which to load an object from a DLL? If I have an application called "DLLTest" and a class library project called "BigDLL", and that BigDLL contains a class called "Cow", I do the following in DLLTest: using BigDLL;
|
| DotNet and SDK setup issues | 22 Jan 2006 13:53 GMT | 1 |
I am running a 2003 webserver that has DotNet 1.1 installed. I have tried several time to install DotNet FrameWork 2.0 and the SDK. Although the programs are there they are not recognized by the FileUpload Control and i get the following error.
|
| Search System Drive Letters For DVD Drives... | 22 Jan 2006 01:39 GMT | 1 |
I am looking in the way of System.IO.DriveInfo.DriveType but VS.NET 2003 w/ .NET Framework 2.0 installed Pro said it can find DriveInfo but MSDN on the net(not local versoin) said it is in .NET Framework 2.0. Also DriveInfo.DriveType doesn't tell differance between CD-ROM and DVD ...
|
| Trouble with SerialPort class in VB | 21 Jan 2006 20:35 GMT | 2 |
I am fairly new to Dot Net and I am trying to write a program that listens to the serial port and displays the string in a text box or listbox. I am using VS 2005 and framework 2.0 my code is thus ( don't laugh to much)
|
| Debug javascript in asp.net | 21 Jan 2006 19:33 GMT | 2 |
Can any body tell me how to debug a javascript code included in asp.net
|
| Saftey Type | 21 Jan 2006 18:43 GMT | 1 |
Dear, Microsoft Corporation Incorporated Could someone explain to myself and othsers of the forum what a "saftey Type" would be considered in regards to the .Net Framework? Very Respectfully
|
| IE Plugin | 21 Jan 2006 10:40 GMT | 1 |
is it possible to write a IE Plugin with C#. Thanks, Günther
|
| get out parameter from oracle stored procedure | 21 Jan 2006 07:15 GMT | 1 |
I have one stored procedure which has one (in out) parameter. How can I get the out parameter in .net development if I am using oracleselectcommand1.executenonquery() with assigning in parameters. Thansk,
|