Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tried to update to .NET 4.7.2 and BTS 2020, got this error when trying the generated SetUp #1

Open
swalde opened this issue Nov 19, 2020 · 7 comments

Comments

@swalde
Copy link

swalde commented Nov 19, 2020

Translation to English...

The description for event ID 11001 from the source MsiInstaller can not be found. Either the component that created the event is not installed on this computer or the installation is damaged. Install or repair the component on your computer.
If the event was created from another computer, the display information needed to be saved with the event.
The following information was included with the event.
An instance of a MartijnHoogendoorn.BizTalk.Wizards.PipeLineComponentWizard.Installation.CustomActions installer could not be created.
An exception error has occurred in the activation target.
The object reference has not been specified to an instance of an object.
The message resource exists but the message could not be found in the message table. Failed to create instance of an installer of this type. An exception error has occurred in the activation target. The object reference has not been specified to an instance of an object.

Original error in Swedish:

Loggnamn: Application
Källa: MsiInstaller
Datum: 2020-11-19 12:00:55
Händelse-ID: 11001
Aktivitetskategori:Ingen
Nivå: Fel
Nyckelord: Klassiskt
Användare: xxxxx
Dator: xxxx
Beskrivning:
Beskrivningen för händelse-ID 11001 från källan MsiInstaller kan inte hittas. Antingen är komponenten som skapat händelsen inte installerad på den här datorn eller så är installationen skadad. Installera eller återställ komponenten på datorn.

Om händelsen skapades från en annan dator behövde visningsinformationen sparas med händelsen.
Följande information inkluderades med händelsen:
Product: PipelineComponentWizard.Setup -- Error 1001. Error 1001. Det gick inte att skapa en instans av ett installationsprogram av typen MartijnHoogendoorn.BizTalk.Wizards.PipeLineComponentWizard.Installation.CustomActions. --> Ett undantagsfel har inträffat i målet för en aktivering. --> Objektreferensen har inte angetts till en instans av ett objekt.
Meddelanderesursen finns men det gick inte att hitta meddelandet i meddelandetabellen
Händelsens XML-data:

11001 2 0 0x80000000000000 40992 Application xxxx Product: PipelineComponentWizard.Setup -- Error 1001. Error 1001. Det gick inte att skapa en instans av ett installationsprogram av typen MartijnHoogendoorn.BizTalk.Wizards.PipeLineComponentWizard.Installation.CustomActions. --> Ett undantagsfel har inträffat i målet för en aktivering. --> Objektreferensen har inte angetts till en instans av ett objekt. 7B32354544454446372D423132432D344633412D423939372D4531433332304439303430457D
@plykkegaard
Copy link
Owner

plykkegaard commented Nov 19, 2020 via email

@plutynskimichal
Copy link

The same for me. On singe server with both BizTalk 2020 and Visual Studio 2019 installed.

@plutynskimichal
Copy link

when trying to open solution in VS2019:

Unsupported
This version of Visual Studio is unable to open the following projects. The project types may not be installed or this version of Visual Studio may not support them.
For more information on enabling these project types or otherwise migrating your assets, please see the details in the "Migration Report" displayed after clicking OK.
- PipelineComponentWizard.Setup, "\btsplcw-master\btsplcw-master\Source\PipelineComponentWizard.Setup\PipelineComponentWizard.Setup.vdproj"

No changes required
These projects can be opened in Visual Studio 2015, Visual Studio 2013, Visual Studio 2012, and Visual Studio 2010 SP1 without changing them.
- PipelineComponentWizard, "\btsplcw-master\btsplcw-master\Source\PipelineComponentWizard\PipelineComponentWizard.csproj"
- CustomAction, "\btsplcw-master\btsplcw-master\Source\CustomAction\CustomAction.csproj"
- PipeLineComponentWizard, "\btsplcw-master\btsplcw-master\Source\PipeLineComponentWizard.sln"

@plykkegaard
Copy link
Owner

You need to have BTS installed locally for the special BTS projects to open

@plykkegaard
Copy link
Owner

Did you install the Visual Studio Developer Tools for BTS?
Are you able to create a Pipeline Component in Visual Studio?
It could also be caused by a version change which makes an component upgrade impossible
Sorry just throwing some ideas to solve the issue

@plutynskimichal
Copy link

I have one single Virtual Machine with local BizTalk 2020, Visual Studio Enterprise 2019 with BizTalk Extension , SDK and Tools installed.
I can create Pipeline Component because it is normal C# library DLL referencing Microsoft.BizTalk.* dlls.
I can't install your PipelineComponentWizard.Setup.msi and can't open PipelineComponentWizard.Setup project from source.

@plykkegaard
Copy link
Owner

Remove PipelineComponentWizard.Setup from the solution file
The component might have been removed from VS in newer versions

Or check one of the other versions
https://www.google.com/search?q=btsplcw

As I said I do not have access to latest BTS versions, sorry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants