Consume REST Web Service?
Thu, 20 Sep 2007 13:21:34 -0400
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.
...
|
DCOM - How to configure the client?
Wed, 19 Sep 2007 08:06:04 -0700
Hi,
I am trying to call a service on a remote server machine from a client
machine connect through TCP/IP. I have created a DLL and registered the DLL
at the server side. Launched DCOMCNFG and done the necessary settings at the
server side.
My question is at the client machine(s) side how will I specify wh ...
|
.NET distribution
Thu, 13 Sep 2007 12:31:07 -0700
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 Interop DLL as well. ...
|
ASP.NET, AJAX and server side events
Sat, 8 Sep 2007 16:05:04 -0400
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).
Let?s say this ...
|
double msi
Fri, 07 Sep 2007 08:21:48 -0700
I have an access application to deploy and i use the vs2005 deployment
tool. it work no.1 but after it install everything i need it to
execute a second msi which is the access 2003 runtime. how do i do so ?
...
|
Interop C# Application
Thu, 06 Sep 2007 12:13:58 -0700
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 building an Install ...
|
RE: Transaction context in use by another session
Thu, 6 Sep 2007 04:04:02 -0700
My guess is that you are dealing with mutithreaded problems, do you have any
static variables in your process?!
Else post you sample source, that will be helpfull :)
Cheers
"David Good" wrote:
> I've read MSDN cover to cover. I've searched the internet all the way to the
> end and even read the inde ...
|
|
|
Threading application block?
Thu, 6 Sep 2007 11:52:34 +0100
Sorry if this question has been asked before, but is there any intention to
write a threading/process management application block (or did I miss
something and it already exists)? A common pattern for me when writing
software is to create a thread mananger and to create classes to manage
queues of work it ...
|
Re: Returning typed DataRow from WebMethod
Thu, 30 Aug 2007 16:24:53 -0400
"BeanDog" <BeanDog@discussions.microsoft.com> wrote in message
news:4B3F68DF-0B67-4540-9230-A61AE42FBD07@microsoft.com...
> The title pretty much says it. I'm using the tutorial on MSDN for
> creating a
> 3-tiered distributed application
> (http://msdn2.microsoft.com/en-us/library/aa581776.aspx), a great tut ...
|
RE: Exception Management Application Block - installation problem in ASP.NET - The event source ExceptionManagerInternalException does not exist
Thu, 30 Aug 2007 10:33:37 GMT
To fix the error:" The event source
ExceptionManagerInternalException does not exist and cannot be created with
the current permissions.", do this:
1. Open regedt32 (not the standard, regedit) and navigate to: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Servic es\EventLog
2. click on "Security-->Permissi ...
|