| Thread | Last Post | Replies |
|
| Internal Server Error (500) | 31 Oct 2003 23:43 GMT | 1 |
I just installed Visual Studio 2003 and tried to create a Web Service project. I received HTTP/1.0 500 Internal Server Error. I confirmed that IIS is running. I get the same error when I tried to go to http://localhost.
|
| Returning my object(s) from web service | 31 Oct 2003 21:23 GMT | 2 |
I am trying to return an instance of a class from a web service that contains a collection of instances of another class. I have three classes: Person MyEmails
|
| Visual Studio.NET 2003 generates type object[] for ArrayList method return | 31 Oct 2003 21:07 GMT | 1 |
I've noticed what appears to be a bug in the Visual Studio.NET (1.0 and 2003 versions). If I declare a web method like so: [WebMethod] public ArrayList GetMyList()
|
| IIS Web Sites | 31 Oct 2003 14:22 GMT | 6 |
How do you create a virtual website on a win2000 or 2003 server using directoiry services. I need to set Port Header
|
| Building a rich client using web services and ie6 - Asynchronous requests. | 31 Oct 2003 12:31 GMT | 4 |
I understand that it is possible to build a rich client using IE6 and Web Services. I understand the model using webservice.htc to make synchronous requests to a web service from the browser. In the case where the Web Service is hosted in IIS (ASP.NET) I am a
|
| Web service reference problems from SmartClient, someone from MS please review | 30 Oct 2003 23:01 GMT | 2 |
I have a WinForms application that I'm trying to deploy as a "SmartClient" (where .exe downloads and auto launches from IE using .NET IEExec process). Part of my criteria for the app is to be able to get to pass
|
| web service logs | 30 Oct 2003 20:10 GMT | 1 |
I have a webservice method, that I'm trying to log, basically I'm trying to create a log files in the method with StreamWriter, But I get an access denied whenever i call the web service! How do I proceed?
|
| Bug in Interop? | 30 Oct 2003 18:25 GMT | 5 |
Hi, we have a small web service that calls into some VB6 com components. There is only one call to these components and this is done on a new thread in order to use impersonation. The problem is that on every other
|
| Web Services and Unmanaged Code | 30 Oct 2003 16:45 GMT | 3 |
We are new in the .NET environment, and we have a working web app under Windows environment. I'm building a .NET Web Service in C#, and I wish to access objects and methods generated from an already existing
|
| Re:Window services in WebService | 30 Oct 2003 03:48 GMT | 1 |
I had this piece of code in my webservice. I had some problem with access rights... [WebMethod] public string StartStopServ() {
|
| Automate Microsoft Word | 30 Oct 2003 03:43 GMT | 1 |
How can I automate Microsoft Word from ASP.NET. My requirement is like this I have Datagrid with checkboxes... I need to export checkbox selected rows into Microsoft Word.
|
| Remote Debugging | 30 Oct 2003 00:16 GMT | 1 |
How can i remote debug a web service? I have a web service in Windows SharePoint Services. It is located in an area that i can not use VSS to modify. As such i can't debug it in the normal way.
|
| Who uses the WSE VS add-in? | 29 Oct 2003 19:08 GMT | 3 |
I'd like to get some feedback on the WSE VS add-in. If you're a WSE and VS user, do you know of and use the add-in? What do you like and dislike about it (i.e., what would improve your user experience with it)?
 Signature This posting is provided "AS IS" with no warranties, and confers ...
|
| DateTime parameter is adjusted according to timezone | 28 Oct 2003 17:27 GMT | 1 |
I encountered a following problem : I have a web service, and one of its methods gets parameter of DateTime type. My server is found in another timezone, and it turns out that DateTime that I pass from my client application arrives in
|
| WebService Timeout Problem | 28 Oct 2003 17:12 GMT | 1 |
I know this is going to be a very ambiguous question from the get-go, but here it goes. We're experiencing a very intermittent problem with our web services timing out. Unfortunately the IIS and Event logs don't contain really
|