blah blah blah is here! blah blah » Close

0
votes
0 answers

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!

0
votes
1 answers

Loading assembly into separate app-domain

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 ...

0
votes
1 answers

Custon SOAP Header.

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 ...

0
votes
1 answers

SoapExtension for only one web-service

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 ...

0
votes
1 answers

ASP .NET unable to get assembly from app-domain

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 ...

0
votes
1 answers

virtualization of NIC?

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 ...

0
votes
1 answers

c# based algo. for Database import module.

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 ...

0
votes
1 answers

.NET runtime's crash (ASP.NET web-services)

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 ...

0
votes
1 answers

Want sub-dirs in /bin folder in asp .net application

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 ...

0
votes
1 answers

ASP .NET app.n with multiple bins, is that possible?

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 ...

0
votes
1 answers

_W32THREAD structure details

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 ...

0
votes
1 answers

Help on Remoting issues.

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 ...

0
votes
1 answers

Interop help needed.

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 ...

0
votes
1 answers

How to read Bookmarks in PDFs

Hi All, I have to read Bookmarks in a particular PDF file. Any suggestions ? -Bugs!

0
votes
1 answers

Is there are way to write Application level events.

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 ...

Feedback