| Thread | Last Post | Replies |
|
| Get Windows services account (user/pwd) | 27 Jan 2004 23:27 GMT | 1 |
i am new to windows services and i have this problem. I need, into a service, to connect to an Oracle database with same user/password of the service account. Can i find this information ?
|
| Component doesn't register in COM+ | 23 Jan 2004 17:30 GMT | 1 |
I did a simple COM+ and when trying to register it gives the following error "One or more files do not contain components or type libraries. These files cannot be installed" I have tried debug/release both versions, still the same. Before adding I
|
| Remoting from Windows Service | 18 Jan 2004 19:59 GMT | 4 |
Does someone have a design pattern for an singleton object, published by a Windows Service, that can be used to provide control over the service? Things such as configuration parameters. It would be nice if the
|
| a decent explanation of Dispose() and DisposeObject() please?? | 16 Jan 2004 16:03 GMT | 2 |
I have a class which is derived from ServicedComponent. The instances do not support JITA, nor do they require any transactions. Each pooled object holds a few references to expensive resources. My usage is as follows:
|
| COM+ Transaction Issue | 12 Jan 2004 23:52 GMT | 2 |
Has anyone encounter an error similiar to the one below. How does one resolve this issue? Suggesstions, solutions? Development environment: .NET Framework 1.1
|
| Connecting to remote COM+ object from .NET | 12 Jan 2004 19:11 GMT | 1 |
I am currently writing an ASP.NET application that uses unmanaged COM+ components that are supposed to be installed in a different server. I am using the following code to connect via DCOM to these components and it does not work, it raises "Specified cast is not valid" exception ...
|
| how to Deployment transactionoption by c# code but not by manual in MMC? | 12 Jan 2004 17:04 GMT | 1 |
i just want to configure an existing COM+ component(i have not source code) from "required" level to "supported" level programmelly. c# code is the best help. and any other help would be really appreciated.thanks.
|
| Queue Component(Serviced Component) Memory Leak | 12 Jan 2004 10:09 GMT | 9 |
I have a simple component that is derived from ServicedComponent, and has a strong name, and is installed into COM+. The component is just a shell with no actual code yet. The following code when called repeatedly shows a memory leak in the DLLHost process
|
| Passing a COM object as a parameter via Remoting | 07 Jan 2004 00:03 GMT | 6 |
Hi all, we need urgent help in a matter. We are trying to pass a COM object from the client to server and are facing some problems in the same. We've our client in C# as well as the Server in C# and we're using
|
| COM+ Transaction Timeout Threshold? | 06 Jan 2004 07:46 GMT | 2 |
I'm running into a problem which may be related to a timeout occurring. I have a app that is consuming a web service I wrote. The web service does a large amount of database updates using COM+ transaction support. After about 70 to 80 seconds I get an error stating the following: ...
|
| Connection to remote COM object works in Windows Forms application but not in ASP.NET application | 06 Jan 2004 00:50 GMT | 3 |
The following code causes "Specified cast is not valid" exception when line 3 executes inside an ASP.NET application. I have tried this with several components. Exactly the same code works if
|
| Confused about library applications | 05 Jan 2004 17:34 GMT | 8 |
I am reading about .net serviced components right now, but have a doubt about library applications. The documentation says that library applications run in the client`s process. So, if my user has a windows application installed on his machine and that application calls a serviced ...
|
| AutoCompleteAttribute constructor | 04 Jan 2004 16:17 GMT | 3 |
What is the real difference between AutoComplete and AutoComplete(boolean)? Accordingly to the help, AutoComplete tells the application to automatically call SetComplete if the transaction succeeds, but isn't AutoComplete(true) the same? Is 'true' the default
|
| COM+ contexts | 03 Jan 2004 02:26 GMT | 2 |
I need some help in order to understand contexts. The article at http://www.gotdotnet.com/team/xmlentsvcs/espaper.aspx says that a context is an environment for objects with similar execution requirements. If I have two serviced components with exactly the same
|