RE: BIztalk 2006 map - script using external assembly issue



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.)

.



Relevant Pages

  • Re: BIztalk 2006 map - script using external assembly issue
    ... I'm not changing the version number of my assmebly, but Biztalk doesn't get ... restart Visual Studio. ... changing the assembly version in .btm file can ... Below is the last reply from him in the newsgroup. ...
    (microsoft.public.biztalk.general)
  • Oppinions on map vs collect
    ... I've been using collect in all my programs up till now, and I recently discovered that the map function is equivalent. ... My question is, (and I know that it really doesn't matter), which is more correct to use if you're trying to stick to doing things ruby's way? ... What do people on this newsgroup generally prefer using? ... Thanks in advance for you oppinions. ...
    (comp.lang.ruby)