RE: BIztalk 2006 map - script using external assembly issue
- From: v-wywang@xxxxxxxxxxxxxxxxxxxx (WenYuan Wang)
- Date: Fri, 19 Jan 2007 10:08:02 GMT
Hi Paul,
Based on your description, I understand that you encountered an issue that
MAP function couldn't get the new version of your assembly until you
restart Visual Studio. If I misunderstand anything here, please don't
hesitate to correct me.
Under my research, I found somebody has also met this issue before and post
it in microsoft.public.biztalk.general newsgroup.
According to his said, changing the assembly version in .btm file can
resolve this issue.
Below is the last reply from him in the newsgroup.
=====================================================
I found something to solve (painfully) my problem.
I checked the .btm file with notepad and see my version 1.0.0.1 !!!
I changed it manually for 1.1.0.0 and ...YES, it's working now !!!
this is a sample:
-------------------------------------
<Functoid FunctoidID="11" X-Cell="55" Y-Cell="213"
Functoid-FID="260" Functoid-Name="Scripting" Label="">
<Input-Parameters>
<Parameter Type="Link" Value="27"
Guid="{55DD7884-1ADE-42AF-9438-8D6EE8DDABF7}" />
<Parameter Type="Constant" Value="0"
Guid="{9A039519-3B79-4F74-BEF0-EB23B14EFA6F}" />
</Input-Parameters>
<ScripterCode>
<Script Language="ExternalAssembly"
Assembly="FunctoidsGeneraux,
Version=1.1.0.0, Culture=neutral, PublicKeyToken=cd1307380f8272ae"
Class="FunctoidsGeneraux.DateFunctoids" Function="FormatDateMJA42UTC"
AssemblyPath="..\..\FunctoidsGeneraux\bin\Debug\FunctoidsGeneraux.dll" />
</ScripterCode>
</Functoid>
-----------------------------------------
For detail information, please check the link as below.
http://groups.google.com/group/microsoft.public.biztalk.general/browse_frm/t
hread/7e64f8dbe9e0b773/9e75ce0e97dc2616?lnk=st&q=external+assembly+biztalk&r
num=5&hl=zh-CN#9e75ce0e97dc2616
Please test the above and let me know whether or not this helps. I'm glad
to work with you.
Have a great day!
Wen Yuan
===============================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
===============================
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
.
- Follow-Ups:
- References:
- Prev by Date: Double execution C# component in pipeline BizTalk 2004.
- Next by Date: Re: Double execution C# component in pipeline BizTalk 2004.
- Previous by thread: BIztalk 2006 map - script using external assembly issue
- Next by thread: Re: BIztalk 2006 map - script using external assembly issue
- Index(es):
Relevant Pages
|