all groups > dotnet component services > june 2006
SerializationException while returning XmlElement type in Com+ Component
Posted by rh.krish NO[at]SPAM gmail.com at 6/28/2006 8:59:31 PM
Hi,
I have a Com+ component in C# which has a method as follows:
public XmlElement CreateRequest ( string loanNumber );
This method creates a request using XmlDocument object and returns
XmlDocument.DocumentElement which is basically an XmlElement. Now after
registering in com+ using reg... more >>
Cannot create instance of C# COM server compile with VS 2005
Posted by Ray Lau at 6/22/2006 4:02:15 PM
Dear all,
I had written a COM server using VS2005, and no problem if test in VB
script. However, I copy the code from VB script to Excel VBA, it prompt
"File or assembly name CsharpCOM or one of its dependencies, was not found."
After the error, I compile the program using VS2003. It can ... more >>
COM+ is down.
Posted by Sony Anchery at 6/15/2006 4:53:26 AM
Hello all,
I have a VC++ program that interacts with COM+. These COM+ are written
to interact with database. But for some reason the COM+ going down. I'm
not able to find out what exactly make the COM+ to go down. Since the
COM+ is down, the VC++ program won't get any data, when it makes the
ca... more >>
Serviced component on a remote machine
Posted by mrvankleef NO[at]SPAM hotmail.com at 6/14/2006 4:27:22 AM
Hello,
I have an ASP.NET website on computer A and a serviced component on
computer B. Computer A, a development computer, is running Windows XP,
and computer B is running Windows 2003 Standard.
Now I want to make a reference in the website to the serviced
component. If I add a reference I c... more >>
URGENT (COM+ Applications)
Posted by Joe at 6/13/2006 6:45:41 PM
Hello,
I have a problem migrating a distributed application from Windows 2000 + IIS
5 to Windows 2003 + IIS 6.
The application is written in VB6 and it uses COM+ to allow communication
between the web server and the application server through a firewall.
Now that the customer is moving ... more >>
The object that wouldn't die
Posted by Paul Taylor at 6/1/2006 12:45:28 PM
I have a COM+ application with one object that is never destroyed. Each time
I run the client application that uses it, the a new instance of the object
is created. Even though the object is set to null by the client, it never
gets garbage collected. The only way to destroy the object instance... more >>
|