mbrimble / biztalkdocumenter

Microsoft Public License
13 stars 9 forks source link

Unable to build #1

Open pvandenheede opened 7 years ago

pvandenheede commented 7 years ago

Hi Mark, Colin,

I see that the code for the Documenter on GitHub doesn't build out of the box (I'm using Visual Studio 2015). I had some of the projects pointing to the wrong path, missing MSFT Enterprise Library, etc… Is the move to GitHub considered to be finished?

I'm looking to add the filter of an activating receive shape within an orchestration to the code, since it's something I'm missing now, but unfortunately I'm unable to build the code out of the box. Just wondering if it might be something having to deal with me, or if it's still a work in progress.

Thank you very much.

Dijkgraaf commented 7 years ago

Hi Pieter

Mark only just moved it to GitHub, so probably still a bit of work making sure that it automatically gets all the other resources it needs and builds. If you can give us more details on what issues you have, that would help ;-)

On 15 April 2017 at 10:20, Pieter Vandenheede notifications@github.com wrote:

Hi Mark, Colin,

I see that the code for the Documenter on GitHub doesn't build out of the box (I'm using Visual Studio 2015). I had some of the projects pointing to the wrong path, missing MSFT Enterprise Library, etc… Is the move to GitHub considered to be finished?

I'm looking to add the filter of an activating receive shape within an orchestration to the code, since it's something I'm missing now, but unfortunately I'm unable to build the code out of the box. Just wondering if it might be something having to deal with me, or if it's still a work in progress.

Thank you very much.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mbrimble/biztalkdocumenter/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AFHMszclXkWnHtUkldwDzW0ipTxUAwlOks5rv_FFgaJpZM4M-JMM .

pvandenheede commented 7 years ago

Thanks for your reply.

I was just wondering if it was possible to add the filter expression from a receive shape in an orchestration.

While opening it in Visual Studio 2015 (perhaps that's part of the problem), I have the following issue:

From the UpgradeLog.htm file:

Microsoft.Services.Tools.BizTalkOM namespace is unknown (project could not be loaded) Microsoft.Services.Tools.BizTalkDocumenter.Setup\Microsoft.Services.Tools.BizTalkDocumenter.Setup.wixproj: The application which this project type is based on was not found.

I also see there are several dependencies like e.g. Enterprise Library. Would be nice to add these to the project as well.

These are the two that come to mind immediately. There might be more, but would be nice to indicate if it is allowed to open the solution in VS 2015 and what dependencies would be necessary to have installed in order to build it.

Cheers, Pieter

Dijkgraaf commented 7 years ago

Hi Pieter

Yes, showing the filter expression should definitely be possible, in fact I thought I had actually implemented that at one point. I'll put it on my to do list to have a look at again, unless you want to tackle it and submit a change to the code.

Colin

On 19 April 2017 at 01:15, Pieter Vandenheede notifications@github.com wrote:

Thanks for your reply.

I was just wondering if it was possible to add the filter expression from a receive shape in an orchestration.

While opening it in Visual Studio 2015 (perhaps that's part of the problem), I have the following issue:

From the UpgradeLog.htm file:

Microsoft.Services.Tools.BizTalkOM namespace is unknown (project could not be loaded) Microsoft.Services.Tools.BizTalkDocumenter.Setup\Microsoft.Services.Tools. BizTalkDocumenter.Setup.wixproj: The application which this project type is based on was not found.

  • I see there are several dependencies like e.g. Enterprise Library. Would be nice to add these to the project as well.

These are the two that come to mind immediately. There might be more, but would be nice to indicate if it is allowed to open the solution in VS 2015 and what dependencies would be necessary to have installed in order to build it.

Cheers, Pieter

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/mbrimble/biztalkdocumenter/issues/1#issuecomment-294839047, or mute the thread https://github.com/notifications/unsubscribe-auth/AFHMs2TievTa12blbdGMJNPQ655Lot7vks5rxLeLgaJpZM4M-JMM .

pvandenheede commented 7 years ago

I'm definitely interested to know the tool at a deeper level. I might spend some time trying to tackle it, but will have to find some more time to do it. Don't let it stop you though, I'm sure I'll find some other things that might be helpful.