thoemmi / TinyLittleMvvm

A small MVVM library for WPF built on top of MahApps.Metro, supporting .NET Framework >= 4.7.2 and .NET Core >= 3
MIT License
131 stars 22 forks source link

Can't load assembly into 3dsmax #12

Closed ecxdev closed 5 years ago

ecxdev commented 5 years ago

Because the assembly requires strict compliance version MahApps.Metro.dll, and I have installed the dll version 1.6.0

System.IO.FileLoadException: Could not load file or assembly 'MahApps.Metro, Version=1.3.0.0, Culture=neutral, PublicKeyToken=f4fb5a3c4d1e5b4f' or one of its dependencies. A strongly-named assembly is required. (Exception from HRESULT: 0x80131044) File name: 'MahApps.Metro, Version=1.3.0.0, Culture=neutral, PublicKeyToken=f4fb5a3c4d1e5b4f' ---> System.IO.FileLoadException: A strongly-named assembly is required. (Exception from HRESULT: 0x80131044)

Clip2net_190413152454

ecxdev commented 5 years ago

OK. The problem was solved when using the unstable version 0.6.0-unstable0008 But in my project I cannot use unstable versions. When will the stable version be released?

thoemmi commented 5 years ago

When will the stable version be released?

You're implying that it is planned for TinyLittleMvvm to be strong-named. In fact, it isn't.

However, if you require a strong-named version, maybe Strong Namer is an option.

thoemmi commented 5 years ago

@ecxdev I'm very sorry, I haven't read your last comment thoroughly. IMO TinyLittleMvvm is ready for its first point release, which I will publish in the next couple of days.

thoemmi commented 5 years ago

I've just published the first major version of TinyLittleMvvm, v1.1. (v1.0 failed due to an issue in the build pipeline)