all groups > dotnet distributed apps > september 2007
What am I missing
Posted by BJ at 9/22/2007 2:07:56 AM
I just started this week on a new project. The existing project uses
BEA Tuxedo as a second layer service broker. The clients make calls
to the Tux services which in turn retrieves data from an Oracle DB.
My job is to support the current application and possibly upgrade teh
client app to .Ne... more >>
Consume REST Web Service?
Posted by lucius at 9/20/2007 1:21:34 PM
I added a remote web service reference to my .NET 2.0 projects, but it
appears to be REST and not SOAP. How can I work with REST?
Thanks.
... more >>
.NET distribution
Posted by TimKnoll NO[at]SPAM gmail.com at 9/13/2007 12:31:07 PM
I'm installing a private assembly .NET application when makes a COM
call. After its installed, there is a copy of the COM DLL in the .NET
projects directory. I built the install with InstallShield 12. When
the install is run, it tries to register the COM file as well. I'm
installing the Inte... more >>
ASP.NET, AJAX and server side events
Posted by Mike at 9/8/2007 4:05:04 PM
Hi,
I’m wondering if I can do this with ASP.NET?
I have an ASP.NET application that runs a component that fires some
events.
When these events are fired, I will like to trap them at client level
(that is the web browser session where the user is running the actual
application... more >>
Interop C# Application
Posted by TimKnoll NO[at]SPAM gmail.com at 9/6/2007 12:13:58 PM
I created a new VS 2005 C# application which calls an existing COM
component which I had created years ago in VC6. I added a reference
in Visual Studio 2005 to the COM component and it generated a
Interop.MyCOMApp.DLL. When I run the app in debug mode it calls the
COM module just fine. I'm bu... more >>
|