Web Services Stumper: Ambiguous Types
Wed, 16 Jan 2008 11:35:02 -0800
I have a web service question that has stumped me and the experts I've
consulted thus far. Here is my challenge:
When a client connects to a C# web service, how can it bind to a specific
DLL in the web service "bin" folder?
The gritty detailsâ?¦ I have a shared assembly (shared.dll) that is referenced
b ...
|
"publish as web service" option missing (VS2005)
Wed, 16 Jan 2008 10:43:07 -0800 (PST)
Hello- I am following this article to publish a Crystal Report,
inside
a VS.Net project, as a web service -
http://msdn2.microsoft.com/en-us/library/aa288396(VS.71).aspx
When I right click on the Crystal report I find that the "Publish as
Web Service" option is missing. Do I need to install a VS.Net
component ...
|
An existing connection was forcibly closed by the remote host
Tue, 15 Jan 2008 16:40:02 -0800
So here is the scenario...
I have a console application executing a Web Method on my WSDL generated
System.Web.Protocols.SoapHttpClientProtocol instance using HTTP over a VPN.
For some reason requests that are larger than 1024 bytes are timing out and
the stack trace ends up being something like the above. ...
|
Web Service Authentication Problem
Tue, 15 Jan 2008 19:44:22 +0100
Hi all.
Since a couple of days I'm experiencing a very strange problem with our
company intranet, which has kept running since at least five years.
We have different applications calling a web service located on the same web
server as the applications themselves.
On the whole web site basic and anonymous ...
|
Is it necessary to install VS 2005 to server machine to run a
website?
Tue, 15 Jan 2008 01:14:15 -0800 (PST)
I have IIS server 6.0 and dotnet framwork 2.0 on my server machine. I
intall the setup of my application to server machine Now I try to run
my website from server machine then its shows the html content (text
file) on the browser.
Why browser doesnot reder this Html? please tell me where is poblem?
Thanks, ...
|
WCF: Stop VS2008 generating message contracts
Mon, 14 Jan 2008 10:30:01 -0800
Suddenly, Visual Studio 2008 decided to start generating the Message
Contracts for my WCF Services. I was using a shared Contract Assembly for
the data contracts and request/response messages. I had a proper service
reference in my Windows Forms application that communicated using the shared
assembly objec ...
|
Getting unable to cast error (when same object is referenced in client and web service)
Mon, 14 Jan 2008 21:31:37 +0530
I am getting following error:
1) For a xml file "Request.xml" we created a schema "Request.xsd".
2) With the help of xsd.exe we got the C# file Request.cs.
3) We tried to send the object of Request.cs to a webservice method
SaveRequest(Request req).
4) Scenario is like same Request.cs is referenced by ...
|
|
|
Passing time, date and timezone
Mon, 14 Jan 2008 07:07:26 -0800 (PST)
Hello,
I'm currently having problems with passing date, time and timezone
data to my web service. Let me provide further details. The service
will accepts clocking data and then inserts this into a connected
database, for attendance monitoring. Client apps may not be accessing
from the same time zone and the ...
|
Long running web service call ends with ThreadAbortException
Fri, 11 Jan 2008 04:08:01 -0800
Hi,
I get a ThreadAbortException when clients call a long running operation of
one of my web services.
I am unable to determine the cause of this.
The web service method compiles C# code in a SQL Server database to DLL
files, and runs for about 1-2 minutes before the exception occurs.
Any help on how ...
|
capturing SQL from .NET app.
Thu, 10 Jan 2008 11:26:01 -0800
Hi Folks,
Not sure if I'm in the right place, but I'm looking for information on how I
can capture a SQL query tht is generated from a .net / .aspx file.
I have a web based application that allows me to run reports and specify my
criteria. I want to be able to capture the query that is run against the
d ...
|