admin-shell / aasx-package-explorer

C# based viewer / editor for the Asset Administration Shell
39 stars 9 forks source link

No copy window #10

Open JoergNeidig opened 5 years ago

JoergNeidig commented 5 years ago

User: JN

Steps to reproduce: loaded AAS & auxilliary AAS. Edit mode. Click "copy single entity"

Expected results: Copy window opens

Actual Results: Nothing plus error message

Message: Error While in user callback (modify repo lambda): Beim Festlegen der Eigenschaft "System.Windows.ResourceDictionary.DeferrableContent" wurde eine Ausnahme ausgelöst. Die Datei oder Assembly "PresentationFramework.Aero2, PublicKeyToken=31bf3856ad364e35" oder eine Abhängigkeit davon wurde nicht gefunden. Das System kann die angegebene Datei nicht finden. at .

JoergNeidig commented 5 years ago

Same behavior when clicking on "Assign to existing CD". Browser window does not open, same error message is given.

admin-shell commented 5 years ago

For me, this looks like a specific flaw in your .net environment. Never have seen this before ..

admin-shell commented 5 years ago

See: StackExchange. Is this a problem using Win7. If so, may be switch the dependencies to Aero(1) for the whole project, are being described?

admin-shell commented 5 years ago

After a chat with Joerg, we came to the conclusion that it's Win7. The current project binds towards Aero2, which is Win10 lib only. Anyone: please give an indication, if we should try to a Win7 compatible solution. This might add risks.