02-27-06 07:47 AM
I had met following error when i used script functoid.
"C:\...\MapAB.btm XSL transform error: the variable or param
'http://schemas.microsoft.com/BizTalk/2003/var:v1'is either not defined or i
t
is out of scope."
* At this time I had installed SP1(BizTalk).
I searched MSDN and found relaed KB - http://support.microsoft.com/kb/842495
But this KB already fixed in BizTalk Server 2004 Service Pack 1.
Then I uninstalled SP1 and Test under same condition.
It works fine.(Test Map Succeed)
After then I installed SP1 again. And same error occurred.
I had not enough time and I must solve this problem.
So I decide find other way to solve.
KB 842495 - refered five DLLs, and some dlls are in "Program Files\Microsoft
BizTalk Server 2004\Developer Tools"
I think "Developer tools" folder do not effect run time.
So I replaced "Microsoft.BizTalk.Mapper.dll" to older version 'before SP1'.
After building this project then deploy, and it works fine under SP1.
It's temporary way to solve.
Anyone have other idea?
[ Post a follow-up to this message ]
|