|
Home > Archive > BizTalk Server Framework > September 2004 > Problem when deploying a custom adapter
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 |
Problem when deploying a custom adapter
|
|
| Derick 2004-09-08, 7:47 am |
| I wrote a custom HTTP adapter, then registered it and, added it in the
BizTalk Server Administration. When I try to open its property page, a error
came out saying the runtime assembly (In my solution its name is
HttpAdapterRunTime.dll) or one of its dependencies was not found. But the
file is just there and I don't understand what does the "dependences" mean,
cause all the components I referenced in my solution are within .NET and
BizTalk framework.
I wrote the registry file by myself (Because I don't have Adapter Registry
Wizard in my SDK\Utilities FolderT_T), maybe there's something wrong in the
reg file, the runtime code, the design time code or the schema? Can anybody
give me a hint, what's the possibly reason that can cause such kind of error.
Thanks
| |
| Arthur Nesterovsky 2004-09-09, 7:47 am |
| Hi,
> ... or one of its dependencies was not found. But the
> file is just there and I don't understand what does the "dependences"
mean,
> cause all the components I referenced in my solution are within .NET and
> BizTalk framework.
Can you specify exactly dependences?
You can use FUSLOGVW.exe utility from VS .NET 2003 SDK also
to check dependencies.
______________________________
With best wishes, Arthur Nesterovsky
Please visit my home page:
http://www.nesterovsky-bros.com
| |
| Christof [MVP] 2004-09-09, 5:52 pm |
| Make sure your DLL is available on the exact location specified in the reg
settings. It might help if you provide me with more information.
Best regards,
Christof
"Arthur Nesterovsky" <arthur_NO_SPAM_PLEASE_@nesterovsky-bros.com> schreef
in bericht news:#r8xWKllEHA.2892@tk2msftngp13.phx.gbl...
> Hi,
>
> mean,
>
> Can you specify exactly dependences?
> You can use FUSLOGVW.exe utility from VS .NET 2003 SDK also
> to check dependencies.
> ______________________________
> With best wishes, Arthur Nesterovsky
> Please visit my home page:
> http://www.nesterovsky-bros.com
>
>
>
| |
| Derick 2004-09-15, 10:19 am |
| I've solved the problem, that's jsut because I made some mistake when
writting the reg file by myself(Later I got the registry wizard).
But there's one more question, I just don't understand why we have to create
a xml file and a wsdl file to describe some service information. If I don't
inherit the IStaticAdapterConfig or IDynamicAdapterConfig interface, though I
don't need these two files any more(cause I don't need to implement
GetServiceDescription and GetServiceOrganization method), I can not see my
custom adapter when I try to add it in a BizTalk project.
Thanks,
Derick
"Christof [MVP]" wrote:
> Make sure your DLL is available on the exact location specified in the reg
> settings. It might help if you provide me with more information.
>
> Best regards,
> Christof
>
> "Arthur Nesterovsky" <arthur_NO_SPAM_PLEASE_@nesterovsky-bros.com> schreef
> in bericht news:#r8xWKllEHA.2892@tk2msftngp13.phx.gbl...
>
>
>
| |
| Ruslan Yakushev [MSFT] 2004-09-15, 5:49 pm |
| You need to implement IStaticAdapterConfig or IDynamicAdapterConfig only if
your adapter supports importing of schemas and generation of port/message
types in orchestration (same way as SQL adapter does for example). If you
do not need this functionality then do not use any of those interfaces.
--------------------
Thread-Topic: Problem when deploying a custom adapter
thread-index: AcSa87ndJXCxVV3pRUCH4DnmykLIGg==
X-WBNR-Posting-Host: 61.152.132.230
From: =?Utf-8?B?RGVyaWNr?= <Derick@discussions.microsoft.com>
References: <4500711C-2ED4-447E-8EBB-5C1C48B5F481@microsoft.com>
<#r8xWKllEHA.2892@tk2msftngp13.phx.gbl>
<#2uhnSqlEHA.748@TK2MSFTNGP15.phx.gbl>
Subject: Re: Problem when deploying a custom adapter
Date: Wed, 15 Sep 2004 00:15:05 -0700
Lines: 44
Message-ID: <E7F5282E-90C6-4FF7-80AA-09B4F24AB7CD@microsoft.com>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.biztalk.framework
NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
Path: cpmsftngxa06.phx.gbl!TK2MSFTNGXA03.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.biztalk.framework:3173
X-Tomcat-NG: microsoft.public.biztalk.framework
I've solved the problem, that's jsut because I made some mistake when
writting the reg file by myself(Later I got the registry wizard).
But there's one more question, I just don't understand why we have to
create
a xml file and a wsdl file to describe some service information. If I don't
inherit the IStaticAdapterConfig or IDynamicAdapterConfig interface, though
I
don't need these two files any more(cause I don't need to implement
GetServiceDescription and GetServiceOrganization method), I can not see my
custom adapter when I try to add it in a BizTalk project.
Thanks,
Derick
"Christof [MVP]" wrote:
> Make sure your DLL is available on the exact location specified in the reg
> settings. It might help if you provide me with more information.
>
> Best regards,
> Christof
>
> "Arthur Nesterovsky" <arthur_NO_SPAM_PLEASE_@nesterovsky-bros.com> schreef
> in bericht news:#r8xWKllEHA.2892@tk2msftngp13.phx.gbl...
and[vbcol=seagreen]
>
>
>
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
|
|
|
|
|