| Thread | Last Post | Replies |
|
| Static methods in ServiceContract(WCF) | 31 Dec 2007 14:54 GMT | 2 |
How can i declare a static method in servicecontract?İs there any sample? i couldn't find any. Best Regards, Hakan Fatih YILDIRIM
|
| cannot continue edit while debug in VS2005 | 31 Dec 2007 14:31 GMT | 6 |
I have this problem: "cannot continue edit while debug in VS2005". I see the same tread after I search this topic in google, but none solutions works for me. So again, I ask here. Can someone give a hand? Has MS fixed this in VS 2005? Is is fixed in VS 2008?
|
| Hosting 2 WCF Service in one windows service | 31 Dec 2007 08:00 GMT | 9 |
İ am working aboot WCF. and i have some problems. I created 2 interfaces containing [ServiceContract] attribute at the top of them.and i want to create two classes implementing these interfaces.One class implements one interface the other one implements
|
| create app.config during runtime from within code | 30 Dec 2007 23:38 GMT | 2 |
can someone explain me how to create a app.config file during runtime? i see two ways: - add a skeleton of an app.config file to the exe/dll and extract it during runtime as a resource and extract
|
| Question regarding ICryptoTransform resuability | 30 Dec 2007 22:56 GMT | 2 |
Can someone explain the CanResuseTransform property of this interface to me? I have an app that communicates over the network and I encrypt the individual UDP packets which are sent and received from multiple clients. Each has the same key and IV.
|
| lock(this) hangs | 30 Dec 2007 22:50 GMT | 11 |
Hello NG, my application hangs onec a while. When I interrupt the execution (press the
|| button) the debugger shows me a green arrow on a "lock(this)" line. I first thought, well "deadlock" so I modified my code to find out who locks
|
| Add a Hashtable to Applicatoin to save Global data | 30 Dec 2007 15:59 GMT | 8 |
Is that a good idea to add a Hashtable to System.Windows.Forms.Application class? And we can put any user global data in it. I have some class library used by a few other applications in slight different way. This way (and ocz there are other ways) I don't have to user
|
| operator new with "value type" | 30 Dec 2007 15:20 GMT | 26 |
I'm a developer coming from C++ and Java ... I've going thru "Effective C#" (which highly recommend for people coming from other languages wanting to learn C#), and it states that "value types" are always created on the stack, but then showed the "creation" of one w/
|
| axWebBrowser - HTML source - DocumentText, etc | 30 Dec 2007 14:14 GMT | 2 |
Folks, I've spent the last 3 hours fighting to get the EXACT content as being displayed in "View Source" (as we can easily do by just accessing the property DocumentText in the WebBrowser object). Unfortunatelly, there is no
|
| problem when using windows services | 30 Dec 2007 14:04 GMT | 6 |
This code works fine in Windows Application. In Windows Application, I am able to zip the image files properly and it totally contains 900MB My problem is the same code which I used in my Windows Application,
|
| Reading from text from another application | 30 Dec 2007 13:21 GMT | 2 |
Can somebody please tell me how I can read text from another running application. From a textbox in that application for example
|
| .NET Remoting and DCOM | 30 Dec 2007 12:25 GMT | 2 |
in a existing application (DCOM server and client, both in VC++) we have very often problems with the DCOM-configuration. Is the requiered configuration (open ports) in applications using .NET remoting much more easier than in DCOM applications?
|
| Transformation picture into 3D object | 30 Dec 2007 09:16 GMT | 3 |
Good noon, Guys! Someone of you fimiliar with algorithms transformation picture in the 3D object? Any Ideas?
|
| Count all nodes in a treeview | 30 Dec 2007 04:21 GMT | 13 |
This code only counts the parent nodes or rootnodes in a treeview, how do you count all the nodes in a treeview? // one way int NodeCounter = 0;
|
| how to dynamically set tootip on listbox? | 30 Dec 2007 03:15 GMT | 6 |
how can I set tooTip on ToolTip1 for a listbox?
|