I was developing a quick demonstration application for BizTalk 2010, and deployed the application without providing an application name in the project properties. It took me a minute to figure out why the application wasn't showing up in the BizTalk administration console, but once I did, I added a name to the application and tried redeploying. Now, I'm receiving an error telling me that one of the artifacts (a schema) is already deployed. I see that the schemas are present in the < AllArtifacts >
collection in the administration console, but I'm at a loss for how I can remove them. I can't delete them directly in the console, and as the application had no name when I originally deployed it, it's not listed in the console, so I can't figure out how to remove it.
I can see some of the artifacts in the BizTalk directory on the server, but am reluctant to start deleting things by hand.
Suggestions?