votes
How to pass session to smart client?
Hi All, Can anyone give me an idea on how to pass the session to the smart client when it is accessed over the url from my web application? Regards, Bugs!
blah blah blah is here! blah blah » Close
Hi All, Can anyone give me an idea on how to pass the session to the smart client when it is accessed over the url from my web application? Regards, Bugs!
Hi All, I've been struggling on this for a while, I work on webapps, and I need to create a plug-ins kind of scenario for my web-app. So my app binaries lies at: somewebsite\bin Plugin binaries lies at: somewebsite\plugins I need to ...
Hi, I am writing a soap extension and want the create a custom soap header in the following format: <wsse:Security wsse:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-se ...
Hi All, I have written a soap extension on the client side, just to add soap headers which is not directly supported in .NET 2.0. The web-service is a java servlet and I am consuming it in my .NETapp. Now the issue is, my app accesses a ...
Hi All, Recently I have been doing some work which is related to dynamic creation of web-services and dynamic invocation from server side. I am little unaware of how the .asmx handler internally works, if i place the .dll file in the \bin ...
Hi All, Most of you must be aware of VMWare. VMWare is used of virtulization of OS , or nesting of OS's. So e.g. you can load Linux into Windows and run it thru a VMWare player. Can anyone tell me how to perform virtualization of NIC, so ...
Hi All, I am doing a simple import module ( i.e. which dumps data in table from files like csv), I have to take care of the referential integrities here. e.g. tables are "Emp" and "Dept" and "Emp" has relatio ...
Hi All, I ran into a problem last week where I have a asp .net applications which hosted a portal kind of application and the data was coming from 5 different web-services. But there is 1 web-service which just returns "HUGE" da ...
Hi All, I want to place my WebService .dll files into a specific folder inside the "bin" folder. If I do that I get error Parser Error saying : "Could not load the type XXXX" If I place the .dll back into "bin&q ...
Hi All, Trying to work on a problem for a long time, I have web-app say in "d:\myweb" which is a virtual dir. on IIS. I have a different application which creates web-services on the fly and keeps the code in "d:\myweb\webse ...
Hi all, I'll be more than happy if anyone will provide be the details information on the fields and sizes of the structure members of _W32THREAD This might be a undocumented one. But if anyone has used this struct anywhere pls. let me kno ...
Hi All, I have a Server Application which publishes a object url [Singleton] through Remoting over tcp channel. The sever application [is a base class factory pattern] invokes several Remote Objects [Server Activated Objects] for each clie ...
Hi All, I am stuck with one nice problem. I have called a win32 api using DllImport in my c# application. [DllImport("user32")] public extern int SomeFunction(); This function return a memory location of structure. I am able t ...
Hi All, I have to read Bookmarks in a particular PDF file. Any suggestions ? -Bugs!
Hi All, Here another weird doubt from me. Can we write application level events in windows based appications? E.g. : I have two porjects , one is the business layer and seconf is the UI. I have to make some events such that they can be ra ...