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

Build fails with error using VS2017.4 #4

Closed
DavidXanatos opened this issue Jul 6, 2018 · 1 comment
Closed

Build fails with error using VS2017.4 #4

DavidXanatos opened this issue Jul 6, 2018 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@DavidXanatos
Copy link

I tried to build the project, but it fails with the below errors.
I am using a clean win10 VM with VS2017.4 installed.

Strangely on my win 7 host where I have multiple VS versions it compiled fine but did not run (it only showed the shadow of the window and no content)

1>------ Erstellen gestartet: Projekt: RibbonFileManager.View, Konfiguration: Debug Any CPU ------ 1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(2041,5): warning MSB3245: Dieser Verweis konnte nicht aufgelöst werden. Die "System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"-Assembly wurde nicht gefunden. Stellen Sie sicher, dass die Assembly auf dem Datenträger vorhanden ist. Falls dieser Verweis im Code erforderlich ist, können Kompilierungsfehler auftreten. 1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(2041,5): warning MSB3245: Dieser Verweis konnte nicht aufgelöst werden. Die "System.AddIn, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"-Assembly wurde nicht gefunden. Stellen Sie sicher, dass die Assembly auf dem Datenträger vorhanden ist. Falls dieser Verweis im Code erforderlich ist, können Kompilierungsfehler auftreten. 1>C:\temp\RibbonFileManager-master\RibbonFileManager.View\Generated Files\IModule.g.cs(14,28,14,46): error CS0234: Der Typ- oder Namespacename "AddInBaseAttributeAttribute" ist im Namespace "System.AddIn.Pipeline" nicht vorhanden. (Möglicherweise fehlt ein Assemblyverweis.) 1>C:\temp\RibbonFileManager-master\RibbonFileManager.View\Generated Files\IModule.g.cs(14,28,14,46): error CS0234: Der Typ- oder Namespacename "AddInBaseAttribute" ist im Namespace "System.AddIn.Pipeline" nicht vorhanden. (Möglicherweise fehlt ein Assemblyverweis.) 2>------ Erstellen gestartet: Projekt: RibbonFileManager, Konfiguration: Debug Any CPU ------

@reflectronic reflectronic self-assigned this Jul 6, 2018
@reflectronic reflectronic added the bug Something isn't working label Jul 6, 2018
@logonoff
Copy link
Contributor

Fixed, references should be now on GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants