| Thread | Last Post | Replies |
|
| How can I make a COM+ property in C#? | 29 Sep 2004 22:03 GMT | 1 |
I am trying to replace some legacy COM+ modules coded in Delphi. These have some properties exposed thru the COM+ interface. This is what a typical property looks like in IDL: [id(0x00000007), propget]
|
| FileSystemWatcher problem | 29 Sep 2004 15:16 GMT | 1 |
I built a basic Windows Service with C# which uses a FileSystemWatcher component to simply monitor a directory for XML files being created but it doesn't seem to work. The service installed properly and is started. The other problem is that the
|
| DataSet problem when using a Serviced Component | 29 Sep 2004 14:28 GMT | 1 |
I have remote object that writes a DataSet to an ASP.NET host application. The remote object used a class to do the writing. With the permissions set properly everything worked fine until I decided to make this class a serviced component to take advantage of some COM+ features. Now ...
|
| Component in COM+ No Enterprise Services | 29 Sep 2004 14:27 GMT | 1 |
What are the implications of an assembly written VB.Net that is registered in COM+ but is not referencing the Enterprise Services? We have a couple of programmers who develops assemblies (no reference to Enterprise Services) and likes to stick it to COM+. Basically, the
|
| use .NET component in COM+ | 28 Sep 2004 16:45 GMT | 1 |
what is necessary to have a .NET component ready to be used in COM+ ? thnx Chris **********************************************************************
|
| Not declaring the AutoComplete attribute in | 28 Sep 2004 00:42 GMT | 6 |
I'm encountering an error at work which might be the cause of my "ORA- 24761: transaction rolled back" problem and am wondering whether there are others who may have encountered this. Our C# classes use COM+ to manage transactions and we also employ the
|
| Help with Microsoft.ApplicationBlocks.data.dll | 26 Sep 2004 04:39 GMT | 1 |
Can someone e-mail me this DLL. I cannot get my .NET to compile the project code and I'm desperate to get my app to work. I just need this DLL so I can put it into my \BIN directory. TIA
|
| Access is denied when calling a remote serviced component (framework 1.1->1.0 issue) | 24 Sep 2004 22:18 GMT | 3 |
Here is my scenario: Web server ------------ Framework 1.1
|
| ServicedComponent [Server] not in the GAC | 24 Sep 2004 17:02 GMT | 1 |
when the client is vb6, the regsvcs along will make the serviced component work ( activationOptions.Server ). but when the calling client is managed. it seems we still need all those .Net components in the GAC. can anyone shed a light why?
|
| Shared function in COM+ DLL | 24 Sep 2004 16:15 GMT | 1 |
I have existing DLL with shared function everywhere. I want to convert this DLL into COM+ DLL. Do I need to remove all shared function from code? Can I use all function the same way only Inherits from ServicedComponent change will work?
|
| Weird behavior! | 22 Sep 2004 09:59 GMT | 1 |
(Type your message here) Hi, My team developed a huge .NET C# Web-based project and now it is running in Production. On average, per transaction takes less than 1 second but there are few times of the day that there will be one transaction out of thousand transaction takes more than ...
|
| can not deserilaize the remote interface returned from a Factory hosting ServicedComponent : " Insufficient state to deserialize the object." | 15 Sep 2004 01:35 GMT | 5 |
I use a remote factory to dynamic load the .net servicedComponent , and return as an fixed interface. it does not work. , the error below, , the funny thing is that when I add reference to this .net servicedcomponent in the client, it will work, however, apparently this break the ...
|
| Portable Code Base for both Pocket PC's and Desktops | 13 Sep 2004 17:35 GMT | 6 |
i am facing a peculiar problem with regards to Code Portability both on Pocket PC and Desktops. My company wants me to maintain the common code base for both the platforms. Is .NET suitable for that ( Is WinCE.NET and .NET same).
|
| 2 questions about regsvcs , the automatic interface tlb regasm failed sometimes | 10 Sep 2004 17:17 GMT | 3 |
It took me whole day to figure out when my serviced compoennt with an .net interface call failed, it seem the automatic interface tlb export and regasm failed to run with regsvcs, can any one enlighten what is the algorithm and when do I need to manually regasm /tlb the ...
|
| Component doesn't unload | 09 Sep 2004 23:34 GMT | 1 |
I've created 2 C# serviced components in a COM+ App dll. I register them and they both work fine and unload OK when called from a VBScript, but when I use one's object variable reference as an argument to the other in a method, ie: (3rd line):
|