| Thread | Last Post | Replies |
|
| Stateless objects | 28 Jul 2005 20:39 GMT | 3 |
If I have a class installed in COM+, which has class level private variables, can the values be exposed to other users of the class if object pooling is not enabled. For example class 1 is used by UserA and a private variable is set in the
|
| Enterprise Services and Workgroup Mode | 28 Jul 2005 10:34 GMT | 1 |
i have an Enterprise Service running on an WinXP SP2 machine which is in workgroup mode. The service can be called locally. Trying to call the service from another machine, i get the 'access denied' error, altough i created the same useraccounts on both machines with the same ...
|
| How to convert from https to http | 27 Jul 2005 00:03 GMT | 1 |
I have some doubts,As my client is having one web site for his products display , which has online shopping and other things hosted on it. But this site is hosted in https protocols. His problem is that https site are not searched by the popular site engines so he wanted it to
|
| COM+ object not being release back to the pool | 26 Jul 2005 23:56 GMT | 1 |
Here's the Scenario I am facing: I've got a winform managed c++ client which connects to my managed COM+ server application (by making createinstance, then typecasting the object to an interface, then calling methods over it). This COM+
|
| Admin rights for using System.EnterpriseServices in .net | 26 Jul 2005 20:42 GMT | 1 |
I have a .net application which I have developed on my machine. It uses COM+ EnterpriseServices for transaction management and works fine on my machine as I have admin rights. However, when I install and run this application on a user's machine it
|
| PBL: TI Assembly.Net installation ERROR after Windows Server 2003 Service Pack 1 installation | 19 Jul 2005 16:01 GMT | 2 |
We encountered some problems installaing assembli.net (.dll) no a server with Windows server 2003 (SP1) + his 2004. When we try to deploy the assembly whit "TI New object wizard", we recive an error:
|
| Combining 4 assemblies to create on old style COM | 15 Jul 2005 21:23 GMT | 1 |
I have 4 assemblies source code in C#. Now i want to combine all of these to create a one single regular old style COM component which can be used by my ASP page. Is there a way to do this ?
|
| Create .NET UI component for use by VB6 | 15 Jul 2005 21:21 GMT | 1 |
I need to use my C# UsereControl in a VB6 application. My first step was to build a new WindowsControlLibrary project and add the usercontrol to it. It compiled, a DLL was built, and by setting the "Register for COM
|
| calling com+ object from client machines | 15 Jul 2005 21:19 GMT | 1 |
Hi all... I created a com+ server component. using .net and registered it using "regsvcs.exe" then I create proxy msi fle with using export utility on dcomcnfg.
|
| using C# managed assembly from ASP(old) [not asp.net] | 15 Jul 2005 07:03 GMT | 1 |
We are working on a web based product which uses ASP and java script. With new requirements we have an independent module which has separate business logic. Now we want to write this module using C#.
|
| How to group properties in property grid for a UsrControl | 11 Jul 2005 18:36 GMT | 2 |
I develop a UsrControl based on a TextBox. I add a format property and I would like to group 2 other properties under the format property like that: + Format Standard
|
| Clrearing cached COM+ components | 07 Jul 2005 06:31 GMT | 1 |
I wrote an applciation that utilize COM+ EnterpriseServices. COM+ component is sitting on the separate Application Server. Everything is fine, but if some of the application settings is changed, the changes are not immediately available until the COM+ component is restarted. Is ...
|
| ADO.Net Transactions | 07 Jul 2005 06:25 GMT | 1 |
Couple of questions: 1. How does ADO.Net invoke transactions. I am using the SQLConnection and transation object and am not using COM+. Does it use it's own provider to control the transactions or does it use MSDTC?
|
| Mainframe Authentication in ASP.Net application | 06 Jul 2005 19:20 GMT | 5 |
We have a problem with asp.net application using IMS Connect component. We check "Require client provided security" in the security tab in "Remote Environments" Properties, this will supply the ITOC some parameters, like Userid, password, OTMA group
|