Search Results

0
votes
2answers
93 views

Too long string for WCF

I'm trying to send a long string by WCF, around 64k chars long. When sending a long string, the I get the HTTP error 400. But when I send shorter string, everything works fine. Here is the WCF inte …
0
votes
2answers
40 views

wsdl 404 problem

I'm having problems with a web service. I published the site on IIS 6. With my browser the interface works fine. When I try to create a proxy with wsdl.exe, It gives me 404 not found error. …
1
vote
3answers
104 views

Decimal Cut problem

Is it possible to cut decimal, and not round it. Like this. decimal number = 12.159m; How can I easily get 12.15 from number and not 12.16? Is …
3
votes

What tools (free or otherwise) do you find useful for developing and debugging C#/C++?

Reflector Reflector is the class browser, explorer, analyzer and documentation viewer for .NET. Reflector …
0
votes

How to start recognizing design patterns as you are programming?

Maybe you should think what design pattern you would use for the problem. This isn't the case every time, but sometimes it is. …
0
votes

wsdl 404 problem

Ok, now it's working. The problem was that my internet connection was using a proxy, turned that off and now it's working. …