| Thread | Last Post | Replies |
|
| Unable To Access TaskScheduler Service On Remote Machine | 30 Aug 2003 19:55 GMT | 2 |
I am writing a small app in vb.net. I am using a freely available library that can be found here http://www.codeproject.com/csharp/TSNewLib.asp This library offers a method to access the task scheduling service on a remote machine. The constructor for this object takes as a ...
|
| COM+ and Threading | 29 Aug 2003 20:35 GMT | 1 |
I have my .NET Assembles hosted in COM+. I am using threading within one of my serviced components. When I try to call the Start() on the thread, the app goes into a hanging mode and does not return.
|
| RE: COM+ and DLLHost.exe Memory Consumption | 26 Aug 2003 14:56 GMT | 2 |
I have an n-tier .NET enterprise application that is having some issues. I'm utilizing three tiers. Presentation - ASP.NET web application Business - .NET class library using Enterprise Services and COM+
|
| COM+ Serviced component is spinning full time. | 24 Aug 2003 01:27 GMT | 5 |
Hi all. I'll get right to the point. I wrote a SC and successfuly placed it in COM+ environment. (and GAC). I am accessing this component from my web application (ASP.NET [VS2003]). After my app is done a component is still spinning. What to do?
|
| COM+ with C# Client as well as C# ServicedComponent...... | 22 Aug 2003 13:53 GMT | 4 |
[SUMMARY]: This is general query seeking opinions about COM+ Development wherein Server [COM+ Components] is developed in C# [as ServicedComponent] and Client accessing that across machines is also C#.
|
| .NET Transaction Management Architecture | 22 Aug 2003 12:57 GMT | 15 |
I'm currently documenting a transaction management strategy for .NET projects involving multiple resources: Database, MSMQ, FileSystem, etc For the time being the document will assume that a BizTalk server will handle FileSystem requests via MSMQ and therefore a FileSystem CRM will ...
|
| urgently neede: Transaction in COM+ | 22 Aug 2003 12:04 GMT | 1 |
I want to implement the non- database transaction in COM+. The component does the following steps: 1. Create one folder. 2. Ccreate website.
|
| invalid cast exception when using session var | 22 Aug 2003 08:55 GMT | 2 |
I have a weired problem with COM interop in ASP.NET I used the TLBIMP.exe to create the interop assemblies for my COM objects (STA). If I create an instance of this object in a ASP.NET form, everything works fine as long as the ASPCompat parameter is set to "True". But if I put
|
| Services Without Components? | 22 Aug 2003 07:58 GMT | 1 |
I have tried the following proggie on a Windows Server 2003 of a colleague of mine (I don't have this OS installed): using System; using System.EnterpriseServices;
|
| DLL Hell Part II: The monster lives... | 21 Aug 2003 22:05 GMT | 5 |
I'm looking for some advice regarding assembly versioning. This is a long one so please bear with me... I am doing a lot of new development--all .NET (C#) and running on Windows2000 servers. I am using Visual Studio and have the version
|
| Component Spinning | 17 Aug 2003 12:48 GMT | 1 |
I have created a ServicedComponent with a simple method to Add 2 numbers and return it as an Integer. The Class Inherits from ServicedComponent, has a Strong Name and is registered from COM+. The results are as expected, but the problem is that earlier (in VB6) when a method was ...
|
| 2003 + regsvr32 | 13 Aug 2003 20:29 GMT | 1 |
I have been trying to register a dll in 2003 but I keep getting an error - dll loaded but the dllregisterserver entry point was not found.This file can not be registered. I do the same thing in XP and it works perfectly - anyone
|
| Error Retriving a DataReader in Enterprise Services | 05 Aug 2003 15:55 GMT | 1 |
I have a question. I made a general purpose DAL Control that returns things like SqlDataReaders, and DataSets. When I place this into Enterprise Services, the call to get a dataset returns just fine. However, when I try and return a SqlDataReader it returns me the following error ...
|
| InvalidCastException | 05 Aug 2003 09:07 GMT | 1 |
I'm trying to do an insert and update of a record in a serviced component. When I call these methods, I get an InvalidCastException: Unable to cast object of type System.__ComObject to type System.Data.DataSet. Inside these methods, there's really just the basic insert/update stuff. ...
|