BizTalk Server Applications Integration - btscomplib.tlb not found - very Urgent please

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server Applications Integration > June 2004 > btscomplib.tlb not found - very Urgent please





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author btscomplib.tlb not found - very Urgent please
ram_kri

2004-05-24, 4:37 pm

Hi Guys,
I have BizTalkServer 2004 installed on a windows2003 Server. Now have
written an AIC. Now I want to have BTSComponentsLib.dll refered in the
project. For which I wanted to generate it using btscomplib.tlb.
When I searched for the same (btscomplib.tlb) on my m/c (windows2003
server), I couldnt find it. Why is this so ?
I have installed BizTalk 2002 Toolkit installed with the required changes
to the setup_toolkit.bat file (to have it point to 1.1 framework gacutil
and removed all other gacutils from the NetToolkit folder.
Why this ?

Thanks in advance.
Have a nice day.

Regards,
Kris

Christof

2004-05-24, 4:37 pm

BizTalk Server 2004 does not support AIC's in its new architecture.
AIC's are replaced by the concept of "adapters".

(For a more in depth discussion, please see:
http://www.microsoft.com/biztalk)

Can you please elaborate on what your AIC is supposed to do?
Most probably wrapping your component in a webservice could do the job...

Kind regards,
Christof

"ram_kri" <ram_kri@yahoo.com> wrote in message
news:f050f154dea4fafa35450eab3f2bded8@lo
calhost.talkaboutsoftware.com...
> Hi Guys,
> I have BizTalkServer 2004 installed on a windows2003 Server. Now have
> written an AIC. Now I want to have BTSComponentsLib.dll refered in the
> project. For which I wanted to generate it using btscomplib.tlb.
> When I searched for the same (btscomplib.tlb) on my m/c (windows2003
> server), I couldnt find it. Why is this so ?
> I have installed BizTalk 2002 Toolkit installed with the required changes
> to the setup_toolkit.bat file (to have it point to 1.1 framework gacutil
> and removed all other gacutils from the NetToolkit folder.
> Why this ?
>
> Thanks in advance.
> Have a nice day.
>
> Regards,
> Kris
>



Nick Malik

2004-05-31, 2:51 am

Hello Kris,

If you have BTS2004, it is already .NET enabled (it is written that way).
There is no need to install BTS2002 .NET Toolkit.
You are referring to a COM component that is part of the prior version of
Biztalk. It won't be found in BTS2004.

Refer to the samples found on the CD with BTS2004 to see how to call Biztalk
from .NET code.

HTH,
--- Nick

"ram_kri" <ram_kri@yahoo.com> wrote in message
news:f050f154dea4fafa35450eab3f2bded8@lo
calhost.talkaboutsoftware.com...
> Hi Guys,
> I have BizTalkServer 2004 installed on a windows2003 Server. Now have
> written an AIC. Now I want to have BTSComponentsLib.dll refered in the
> project. For which I wanted to generate it using btscomplib.tlb.
> When I searched for the same (btscomplib.tlb) on my m/c (windows2003
> server), I couldnt find it. Why is this so ?
> I have installed BizTalk 2002 Toolkit installed with the required changes
> to the setup_toolkit.bat file (to have it point to 1.1 framework gacutil
> and removed all other gacutils from the NetToolkit folder.
> Why this ?
>
> Thanks in advance.
> Have a nice day.
>
> Regards,
> Kris
>



ram_kri

2004-05-31, 4:54 pm

Hi Nick,
I got it resolved. My application uses AICs and so I had to install
BizTalk Server 2002 and things seem to be working.
But I even have come to know how to have the breakpoint hit in the AIC
code. My solution file contains many other projects than the AIC project.
If I put a breakpoint in the AIC it hits but from within the AIC if I try
to getinto a method call of the instance of a class which is defined in
other project of the same solution file it simply skips it and the
breakpoint in that method (of another project) gets a '?' on it and it
will never be hit.
Any insight into this please ?
Thanks in advance.

Regards,
Kris

ram_kri

2004-05-31, 4:54 pm

Hi Nick,
I got it resolved. My application uses AICs and so I had to install
BizTalk Server 2002 and things seem to be working.
But I even have come to know how to have the breakpoint hit in the AIC
code. My solution file contains many other projects than the AIC project.
If I put a breakpoint in the AIC it hits but from within the AIC if I try
to getinto a method call of the instance of a class which is defined in
other project of the same solution file it simply skips it and the
breakpoint in that method (of another project) gets a '?' on it and it
will never be hit.
Any insight into this please ?
Thanks in advance.

Regards,
Kris

ram_kri

2004-06-01, 2:53 am

Hi Nick,
I got it resolved. My application uses AICs and so I had to install
BizTalk Server 2002 and things seem to be working.
But I even have come to know how to have the breakpoint hit in the AIC
code. My solution file contains many other projects than the AIC project.
If I put a breakpoint in the AIC it hits but from within the AIC if I try
to getinto a method call of the instance of a class which is defined in
other project of the same solution file it simply skips it and the
breakpoint in that method (of another project) gets a '?' on it and it
will never be hit.
Any insight into this please ?
Thanks in advance.

Regards,
Kris

Nick Malik

2004-06-04, 11:56 pm

I've had this happen to me as well. It usually happens when I place
breakpoints both in the AIC (which inherits from the Biztalk Interop
interface) and in c# code that lives downstream. For me, this worked fine
if I removed the breakpoint from any object that inherits from a COM
component. I don't know why this mattered.

--- Nick

"ram_kri" <ram_kri@yahoo.com> wrote in message
news:78daaf61112be3a7acc58a945208b23f@lo
calhost.talkaboutsoftware.com...
> Hi Nick,
> I got it resolved. My application uses AICs and so I had to install
> BizTalk Server 2002 and things seem to be working.
> But I even have come to know how to have the breakpoint hit in the AIC
> code. My solution file contains many other projects than the AIC project.
> If I put a breakpoint in the AIC it hits but from within the AIC if I try
> to getinto a method call of the instance of a class which is defined in
> other project of the same solution file it simply skips it and the
> breakpoint in that method (of another project) gets a '?' on it and it
> will never be hit.
> Any insight into this please ?
> Thanks in advance.
>
> Regards,
> Kris
>



Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com