all groups > dotnet component services > august 2003
Unable To Access TaskScheduler Service On Remote Machine
Posted by Slonocode at 8/30/2003 6:45:27 AM
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 parameter the
U... more >>
COM+ and Threading
Posted by Vikram at 8/30/2003 12:40:36 AM
Hi,
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.
Do I need to set some Threading Model or something like that anywhere ? COM+
shows the... more >>
COM+ Serviced component is spinning full time.
Posted by Alex K at 8/22/2003 3:55:26 PM
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?
Here is a code of my SC:
Assembly.vb
'------... more >>
urgently neede: Transaction in COM+
Posted by Urvashi Patil at 8/22/2003 3:39:14 PM
I want to implement the non- database transaction in COM+.
The component does the following steps:
1. Create one folder.
2. Ccreate website.
3. Create FTP site
now everything is working fine but I want to implement the transaction in
this component. such as if any error occurs while crea... more >>
Error in accessing COM+ Application Components from ASP
Posted by Adhik at 8/21/2003 6:49:08 PM
Hi,
I have developed 3-tier application, in which Front-end is ASP,
Middle-tier is VB ActiveX Dll, and Back-end is SQL Server 2000.
I am using Fitch & Mather Stocks:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnfmstock/h
tml/fmstocks_starthere.asp
Just Business Logic ... more >>
Services Without Components?
Posted by deyanp NO[at]SPAM hotmail.com at 8/21/2003 7:45:43 AM
Hi guys,
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;
using System.Data;
using System.Data.SqlClient;
namespace TestServiceDomain
{
/// <summary>
/// Summary descr... more >>
COM+ with C# Client as well as C# ServicedComponent......
Posted by ideas2050 NO[at]SPAM math.net at 8/21/2003 4:13:41 AM
[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#.
Wish to seek experienced words on issues of COM-.NET interop that is
playing major decisi... more >>
DLL Hell Part II: The monster lives...
Posted by Stingray at 8/20/2003 11:38:05 AM
Hi all,
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
attribute on all assemblies set to automatic... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Component Spinning
Posted by Abhijeet V Ubale at 8/17/2003 12:21:33 PM
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 accessed of the
... more >>
invalid cast exception when using session var
Posted by Stefu at 8/13/2003 12:51:24 PM
Hi
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
this inst... more >>
2003 + regsvr32
Posted by Gary Tunnicliff at 8/9/2003 7:56:15 AM
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
got any ideas. Looked for help but error seems to mean
it's n... more >>
Serviced Components
Posted by Ohad Young at 8/7/2003 6:42:53 PM
Hi,
I'm a little confused with all the fuss on writing COM+ components using
ServicedCoponents in .NET
I'd like to develop my business components and deploy them to COM+.
Thus, I can gain from COM+ services such as transactions, object pooling,
queued
components and etc.
The applicatio... more >>
.NET Transaction Management Architecture
Posted by Raj Kotecha at 8/6/2003 12:46:05 PM
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 not
be requ... more >>
InvalidCastException
Posted by Pieter at 8/4/2003 4:16:42 PM
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. Attaching to ... more >>
RE: COM+ and DLLHost.exe Memory Consumption
Posted by TheT8 at 8/1/2003 11:29:13 AM
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+
Data - SQL server 2000
The presentation instantiates components from the business tier,... more >>
Implementing Interception in .NET?
Posted by Benjamin Lin at 8/1/2003 12:49:33 AM
Hi all,
What is the best way to implement interception in .NET in the middle-tier?
I am looking for a mechanism to implement call interception to wrap
functionalities around code written by other developers. Two approaches I am
aware of are:
1. CBOs, ContextAttributes, etc.
This works qu... more >>
|