HighTechTalks DotNet Forums  

Sponsored Links


Dotnet Framework (Component Services) microsoft.public.dotnet.framework.component_services


Discuss in the Dotnet Framework (Component Services) forum.



Post New Thread
Threads in Forum : Dotnet Framework (Component Services) Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
I'm having problems with a COM+ object When I try to make it fire an event raised by a ElapsedEventHandler, it doesn't work, I believe that I'm...
Esteban Papp
08-12-2004 06:15 AM
Esteban Papp Go to last post
0 32
I have a COM+ pooled application written in VB.Net. It consists a base library which implements 90% of the code and I then subclass this library...
NigelT
08-12-2004 05:01 AM
NigelT Go to last post
0 27
I wanna invoke com+ components hosting in another computer, all application including com+ components were written with Microsoft Visual...
allen zhang
08-11-2004 09:02 PM
allen zhang Go to last post
2 42
Hi Requirement:::: starting /Stopping windows servcies running in remote servers. I used the System.ServiceProcess.ServiceController namespace...
SenthilVel
08-10-2004 01:44 AM
SenthilVel Go to last post
0 38
Hi. I'm not very familiar with this area of .NET but I need a general overview of how to host JScript in my application? What I want to do is for...
Humbug
08-08-2004 08:24 PM
Humbug Go to last post
4 39
Hi all, I have a xml file with data which must be changed by differend processes. I am thinking of creating a Class (inherit Componendservice) with...
AT
08-07-2004 06:20 AM
AT Go to last post
0 41
Hi everyone, I think this is a simple one. I have two VB .Net serviced components using COM+ transactions. The "parent" class has a transaction...
Jim Bancroft
08-06-2004 03:38 PM
Jim Bancroft Go to last post
0 33
hi i created one .net classlibrary which is using udt(user defined type library nothing but a class in my application) i deployed it in com and i...
venkat ramarao via .NET 247
08-05-2004 06:47 AM
venkat ramarao via .NET 247 Go to last post
0 31
Hi, We use the com+ replication tool - comrepl. This utility has a known bug with proxy...
Hadar
08-04-2004 10:12 AM
Dave Patrick Go to last post
4 39
Hello all, I am installing a new server 2003 with com+ 1.5. This server supposed to be identical to another server (sort of a cluster). Is there any...
Hadar
08-02-2004 10:22 AM
Hadar Go to last post
0 31
Where do I find Doc's on Calendars functionality or sample code, I need to read SQL Server to find dates of month where events are planned then Bold...
G Price
07-30-2004 02:00 PM
G Price Go to last post
0 31
Hi everyone, I'm currently using COM+ in my distributed transactions, and it's time to port the VB 6 code over to .Net. Better late than...
Jim Bancroft
07-29-2004 02:31 PM
Jim Bancroft Go to last post
2 33
I have a ServicedComponet that has the ConstructionEnabled attribute set to true with an empty default string. After I deploy the component I go to...
AT
07-28-2004 02:16 PM
AT Go to last post
0 28
Milo, ..ReadUncommitted Are you using Services Without Components? (SWC?). That's the only case where ServiceConfig class will work. If not, on...
Tomas Restrepo \(MVP\)
07-27-2004 11:06 PM
Milo Go to last post
2 34
Hi, I am new to .NET. I want to design a new architecture for my application that has following :- 1). Application should be pluggable in...
Tarundeep Singh Kalra
07-27-2004 05:15 AM
Tarundeep Singh Kalra Go to last post
0 39
I'm writing a .Net component in C#. Let's name it component A. This component represents a collection of other .net components ( component B ) that...
Alexander Kolev
07-27-2004 03:18 AM
Alexander Kolev Go to last post
0 40
-- ..Hi, I found a strange thing maybe somebody else already met: When I debug a VB component which is inherited from ServicedComponent, I can not...
bluesands
07-24-2004 09:40 PM
bluesands Go to last post
0 31
I am trying to interop with Outlook from a serviced component See attached code below. I am running my component inside a hostprocess (dllhost). I...
AT
07-24-2004 03:51 PM
Florin Lazar [MSFT] Go to last post
1 31
I write an application with VS.NET2003 C#, I use com+ to handle transaction of database, my database is Oracle8i, when I call db.Open(), I always get...
allen zhang
07-23-2004 07:14 PM
Douglas Gallant Go to last post
1 34
Hi. I am writting an application in VB .NET that invokes 12 threads (in fact, they are multithreads) from COM+ components. After they are...
AT
07-23-2004 04:10 AM
AT Go to last post
0 38
Hi, I built a Com+ component that access a stored procedure and returns the data into a datareader. The component return the error below: " An...
fabiano
07-22-2004 04:03 PM
fabiano Go to last post
0 36
Hi all, I've just recently started playing with Serviced Components in C#. I've defined a type like: public interface IFoo { void Method();
Kim Gräsman
07-21-2004 02:25 AM
Kim Gräsman Go to last post
4 30
Hi, I am trying to consume a web service from a Windows service. The Windows service makes repeated calls to the web service and obtains data to be...
Roshawn
07-20-2004 10:07 AM
Roshawn Go to last post
0 31
Hi, How can you control what user a component is runs as from the client side.? We are connecting to a network using VPN therefore the PC is...
Nathan Simpson
07-20-2004 01:56 AM
Nathan Simpson Go to last post
0 35
Is it possible to register the same ServicedComponent class in multiple COM+ library applications? What are the ramifications of doing so?
Kevin Jackson
07-19-2004 08:54 PM
Tomas Restrepo \(MVP\) Go to last post
1 33
Last week some colleagues of mine returned from a Microsoft training class on Web Services with the notion that Web Services are replacing COM+. ...
Stingray
07-19-2004 11:59 AM
Andy Milligan [MSFT] Go to last post
5 34
I have a C# component which has two classes, one is a base classclass & the other is the child, I want to add this component toCOM+, I know I need to...
Nikhil Sarathi via .NET 247
07-17-2004 04:07 PM
hUgO Go to last post
2 38
I have a C# queued component registered on 2000 (had to install .Net framework there). Now I'm calling CoGetObject() in C++ client getting valid...
AT
07-15-2004 10:42 AM
AT Go to last post
2 34
All - I was curious to know if you anyone had figured out how to separate the interface of SC from its implementation without resorting to some form...
Ice
07-15-2004 08:30 AM
Ice Go to last post
0 33
I am having a serviced component which is working fine when i run with a test windows application. The same when i deploy on com+ server and call it...
Ponnusamy
07-14-2004 07:42 AM
Morten Abrahamsen Go to last post
2 36
Hello, I need to make a decision on what is the most effective technology for the Middle tier in a Web and Thick Client based system. CORBA,...
AT
07-12-2004 11:28 AM
AT Go to last post
0 37
I need to change the identity (user name and password) that a COM+ application is running under on a remote machine. Does anyone have an example of...
Tres Henry
07-09-2004 01:14 PM
Tres Henry Go to last post
2 33
I'm getting error(0xc00e001f) only in windows 2000 while moving message from one queue to another if sourcePath and destPath is very long, but same...
AT
07-08-2004 10:21 AM
AT Go to last post
0 36
Hello I'm pretty new to ADO.Net and I'm still a little confused about some things, I hope I can make myself clear. I'm writing a data-centric web...
Barbelith
07-07-2004 06:23 PM
Barbelith Go to last post
0 27
i have deploy a COM+ (developed by .net1.1) component in windows Server 2003 for distributing transaction, but the when i connect a SQL server 2000...
coollzh
07-06-2004 04:35 PM
Mark Jen [MSFT] Go to last post
1 51
I just created a VB.NET windows service. I have another CS.NET project within the same solution. compiles and leaves Project1.exe.. fine. ...
rooster575
07-06-2004 04:32 PM
Mark Jen [MSFT] Go to last post
1 32
Hi everyone, I need to make my ServicedComponent Singleton because I noticed that each method call creates a new instance which is kind of behavior...
M.Sameer
07-06-2004 03:53 AM
José Miguel Torres Go to last post
1 24
Hi, A doc about a set of components making a "Business Layer and Data Layer application blocks" is available...
enrico sabbadin @ infinito
07-05-2004 07:23 PM
enrico sabbadin @ infinito Go to last post
0 28
Hi everyone, How can I return a DataAdapter, DataSet or DataTable from an interface method in a ServicedComponent? or generally speaking passing MBV...
M.Sameer
07-05-2004 09:44 AM
M.Sameer Go to last post
0 29
Hi everyone, I have a ServicedComponent containing some public functions. I notice that these functions doesn't show in Component Services in...
M.Sameer
07-05-2004 09:01 AM
M.Sameer Go to last post
2 31
Hi, I'm facing a dilemma in architecting middle-tier software. My business logic layer needs only two of services, usually provided by COM+ : object...
AT
07-05-2004 02:54 AM
AT Go to last post
2 33
Please forgive the cross post, I am unsure where to send this too. I am using a webservice written in vb.net. I create a late bound server...
Daryl Davis
07-02-2004 12:26 PM
Daryl Davis Go to last post
0 34
I drop and re-register a serviced component every time there is a new method or a change in the parameters of an existing method. I found out that...
Stan
06-30-2004 09:02 AM
Stan Go to last post
2 30
Hi all, I have some Qs about COM concurrency? Q1. How can a COM object be a not-thread safe, knowing that for each request the class factory will...
AT
06-25-2004 10:51 AM
AT Go to last post
0 31
Hello, I have a strange problem with an ActiveX Control and my MDI Application: I have 2 Forms: MainForm and ChildForm. MainForm is the MDI...
AT
06-20-2004 10:43 AM
AT Go to last post
0 28
All, I have a servicedcomponet that works fine if its activated as library app, but doesn't work if its activated as a server component. I get the...
Steve Drake
06-17-2004 03:35 AM
Steve Drake Go to last post
6 35
Hi all, I'm having a strange problem whith an application I'm developing using COM Components. This is the situation: COM+ Application 1 with...
AT
06-16-2004 06:58 PM
Mark Jen [MSFT] Go to last post
1 31
Hello everyone, Has ANYBODY got BYOT.CreateWithTipTransaction to work? I've tried to implement this method in many different ways. With the current...
AT
06-16-2004 06:55 PM
Mark Jen [MSFT] Go to last post
1 34
When I try running regsvcs for my com+ component I receive the error below. It is happening because I am using System.Data.CommandType as a value...
Kent
06-16-2004 09:06 AM
Kent Go to last post
0 41
Hi, I have a C# COM+ interop app which I can create and call successfully from vbscripts / .NET / VB apps on my machine. However, when I create an...
Chris
06-16-2004 07:46 AM
Chris Go to last post
0 31
Post New Thread

Display Options
Showing threads 501 to 550 of 950
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.