Hi All,
I am very new to Biztalk server.
Currently I am practicing in Biztalk server 2010.
I have created a very basic application to add two numbers and sum is displayed using mapping.
It works fine, but now i want to use multiply the two numbers, instead of sum,
I have Stopped the Instance in Biztalk Admin. console, changed the sign in Mapping, rebuild and deployed,
but the solution still add the two numbers instead of multiplying,
i also used gacutil.exe /u APPLICATION NAME but no use.
Help me,
Thank you in advance.
Hi,
Do the following steps it should work
1.Stop the host instance fully
2.delete the existing dll in GAC
3.open visual studio as administrator
4.rebuild and deploy
Purnachandra..
Make sure once you have deployed the latest solution, you have restarted the host instances.