Click here to Skip to main content
15,904,500 members
Home / Discussions / COM
   

COM

 
Questionhow to display data in grid Pin
Paul_S10-Jul-02 23:45
Paul_S10-Jul-02 23:45 
AnswerRe: how to display data in grid Pin
Ernest Laurentin11-Jul-02 10:34
Ernest Laurentin11-Jul-02 10:34 
GeneralComposite Property page control Pin
srisan10-Jul-02 9:31
srisan10-Jul-02 9:31 
GeneralImplemetation of Callback functions Pin
wins10-Jul-02 2:12
wins10-Jul-02 2:12 
GeneralAdd format for image icon on 2000 and XP file explorer Pin
Anonymous9-Jul-02 2:48
Anonymous9-Jul-02 2:48 
GeneralRe: Add format for image icon on 2000 and XP file explorer Pin
Anonymous13-Jul-02 6:59
Anonymous13-Jul-02 6:59 
GeneralObjectContext and it's role in COM+ Pin
MrGlover8-Jul-02 12:34
MrGlover8-Jul-02 12:34 
GeneralRe: ObjectContext and it's role in COM+ Pin
Paul Ingles20-Jul-02 13:54
Paul Ingles20-Jul-02 13:54 
JBoy wrote:
4) In .Net it seems that my BLL and DAL objects would live in assemblies placed inteh ASP.Net Application's /bin/ directory and no longer require registering with COM+. Thank god I say, but are these assemblies still going to run under the supervision of COM+? And what happens to ObjectContexts under .Net?

From what I've read any COM+ assemblies have to be registered in the GAC, and then referenced by managed code in the usual way. The assembly attributes specify how it is to be installed into COM+ without you doing much. However, if it needs to be referenced by unmanaged code then you have to do a little more (don't remember off the top of my head, sorry). As a result, I don't think you can do a regular xcopy deploy (which is what I assume you were meaning).

That's about the extent of my COM+ knowledge at the moment, looking to tackle it a bit more of the next few days!
GeneralRe: ObjectContext and it's role in COM+ Pin
MrGlover21-Jul-02 12:39
MrGlover21-Jul-02 12:39 
GeneralRe: ObjectContext and it's role in COM+ Pin
Paul Ingles22-Jul-02 4:10
Paul Ingles22-Jul-02 4:10 
GeneralDrag n drop within IE Pin
Per-Olov Jernberg8-Jul-02 1:43
Per-Olov Jernberg8-Jul-02 1:43 
GeneralRe: Drag n drop within IE Pin
Per-Olov Jernberg8-Jul-02 4:40
Per-Olov Jernberg8-Jul-02 4:40 
GeneralRe: Drag n drop within IE Pin
Per-Olov Jernberg10-Jul-02 4:09
Per-Olov Jernberg10-Jul-02 4:09 
GeneralRe: Drag n drop within IE Pin
Paul Ingles20-Jul-02 13:50
Paul Ingles20-Jul-02 13:50 
GeneralAdd ActiveX Control To ActiveX Pin
7-Jul-02 3:11
suss7-Jul-02 3:11 
GeneralMultiple clients accessing a COM component Pin
Atin Kumar5-Jul-02 17:53
Atin Kumar5-Jul-02 17:53 
GeneralRe: Multiple clients accessing a COM component Pin
Vivek Rajan12-Jul-02 10:15
Vivek Rajan12-Jul-02 10:15 
GeneralRe: Multiple clients accessing a COM component Pin
Atin Kumar14-Jul-02 15:05
Atin Kumar14-Jul-02 15:05 
GeneralInheritence & Virtual functions with COM/ATL Pin
Ed K5-Jul-02 8:39
Ed K5-Jul-02 8:39 
GeneralRe: Inheritence & Virtual functions with COM/ATL Pin
mhamsa8-Jul-02 6:38
mhamsa8-Jul-02 6:38 
GeneralRe: Inheritence & Virtual functions with COM/ATL Pin
soptest8-Jul-02 7:37
soptest8-Jul-02 7:37 
GeneralRe: Inheritence & Virtual functions with COM/ATL Pin
Vivek Rajan11-Jul-02 11:10
Vivek Rajan11-Jul-02 11:10 
GeneralRe: Inheritence & Virtual functions with COM/ATL Pin
Ed K11-Jul-02 15:42
Ed K11-Jul-02 15:42 
GeneralRe: Inheritence & Virtual functions with COM/ATL Pin
Vivek Rajan12-Jul-02 6:44
Vivek Rajan12-Jul-02 6:44 
GeneralRe: Inheritence & Virtual functions with COM/ATL Pin
Ed K12-Jul-02 8:44
Ed K12-Jul-02 8:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.