Well, the first thing I'd say is that this sounds a little dangerous,
all the more that it's IE you want to start. If you're certain that
this line works in a command line program (or better yet a windows
service, because it could have to do with lack of access to the
desktop) then it is possible that the BizTalk host intercepts and
discards this call (though I don't know this for certain, but I do
know SQL Server will). Generally in BizTalk I don't think you'd ever
want to be spawning seprate processes, it seems like it might break a
lot of the design / isolation concepts in BizTalk.
Also keep in mind that the Expression shape uses X# not C#, so that
could have to do with it as well. If you really feel you need to do
this it might work if you put the code in an external, stronly named
assembly, and include it in the solution.
Kind Regards,
-Dan


|