Hi, has anyone ever bothered about the fact that biztalk has a lot of annoying deployment/building problems.
For example if I use c# assembly classes to be build/deployed I regularly get sgen.exe errors, which get fixed if i remove them from my assembly, however then some dependencies are giving problems again, which then means i have to rebuild it and restart visual studio because they don't trigger the assemblies otherwhise. And yes I always use the build event command:
"C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin\gacutil.exe" /i $(TargetFileName)
I also experience a lot of problems wwith serializing String or Booleans etc while building, which also become fixed after I restart my visual studio solution.
Also when you want to import an .msi file you have to unenlist & remove all running instances to have it deployed decently.
And let's not forget about restarting your host instances, which is an option on your visual studio project but barely ever works so manually restarting your host instances has become more than a routine.
Let's face it, there's a lot of other things which also keep on rising like references problems etc, and I'm sure I can think of a couple more after a day of work.
Does anyone have some tricks regarding these issues because I encounter them hourly. I was just wondering if other people encountered these too and maybe solved a couple of these issues.
Thanks a lot