Showing posts with label visual studio 2008. Show all posts
Showing posts with label visual studio 2008. Show all posts
Thursday, August 7, 2008
Infopath development with Visual Studio 2008 Issues
Anyone else out there having build and publish weirdness with Visual Studio 2008 VSTO? I can't build my form when the manifest.xsf file is open, yet when it's closed, I can't publish it because the Publish option only appears in the build menu when you have a form open. Anyone know what's up there?
statemachine workflow and correlation tokens
does your first task create just fine, then the second one gives you problems? do you see an error in visual studio when you attach the debugger? you're probably doing what i was doing and assigning correlation tokens for each task to the workflow as the OwnerActivityName. that's what all the examples tell you to do right? well, all the examples also only have one state in which tasks are being created. correlation tokens need to be assigned to the STATE OwnerActivityName! i learned this here: http://blog.goedvriend.com/?p=49
Subscribe to:
Posts (Atom)