.NET dll

From: Ravindra Garikapati (rgarikapati_at_hotmail.com)
Date: 10/21/03


Date: 21 Oct 2003 05:49:31 -0700

Hi all,
 It would be very much helpful to me if you post or email an answer to
the following question.

 Here is the requirement and I need an approach with regards to this.

I have java web services which exposes certain APIs. These services
are running on APACHE AXIS 1.1. We need to build a .NET component as a
middle layer which communicates with these web services. This .NET
commponent should be used in VC++ 6.0 applications.

The approach we followed in this case was
1. Depoly the Java web service.
2. Create class library in .NET which communicates with the web
service.
   Output is the DLL.
3. Use regasm.exe to register and create the type library [ tlb ].
4. Import the type library into VC++ application.

This works in case .NET framework is installed on the client machine.
I have got 5000 machines on which this VC++ application will be
running on.
I do not want to install .NET framework on each and every client
machine.

Please reply back or mail me in case you have different approach or go
away with installation of .NET framework on client machines.

Regards,
Ravindra



Relevant Pages

  • Re: Must be the .NET Framework to be Install on Client Machine When us
    ... the NET framework must be installed in the computer that has the website ... all you need to to install .NET framework in the Web Server machine that ... is hosting your website. ... Must be the .NET Framework to be Installed on Client Machine, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Must be the .NET Framework to be Install on Client Machine Whe
    ... "Bruno Alexandre" wrote: ... Why should we have to Install .NET Framework on Client Machine. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Must be the .NET Framework to be Install on Client Machine Whe
    ... Why should we have to Install .NET Framework on Client Machine. ... "Bruno Alexandre" wrote: ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Package and deploy in .NET
    ... If you want to run a .Net 2.0 application, the client machine has to have ... Install it from windows update or microsoft.com ... Is there anyway i can get my application running on my friends machine ... without installing the full version of .NET framework v2. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Puzzled about the versions and service packs
    ... > There apparently are two minor versions of the framework: ... > Ig I am setting up the .NET framework on a new computer, ... The two will install side-by-side, ... > it makes you feel that it's a technology for designing web services. ...
    (microsoft.public.dotnet.framework)

Loading