Using COM+, Component Services.
I want to centralise some utilty code, so I created a DLL and created a COM+ Application in Component Services.
The problem is I'm not sure how I or others will access/reference these classes.
Is it just a case of referencing the dll like any other one.
At the moment it's very much proof of concept, so I've done all this on my machine, And when I add a reference as would normally be done and execute a method the Golden Globes start spining,so it appears to be working but what happens if someone else is developing from a different machine how would they make a reference.
I didn't think this would be the part to confuse me! I've just read a 400 page book which went into minute detail of everything to do with COM+, but said nothing about what to do once you've creted your COM+ application :rolleyes:
Any thoughts from anyone about their experiences with COM+ would be welcomed.
Re: Using COM+, Component Services.
Quote:
Originally posted by DeadEyes
I've just read a 400 page book which went into minute detail of everything to do with COM+, but said nothing about what to do once you've creted your COM+ application :rolleyes:
Which book?