iamtorsten / libfintx

Moved to https://github.com/libfintx/libfintx - please use the new repository!
https://github.com/libfintx/libfintx
GNU Lesser General Public License v3.0
115 stars 40 forks source link

Der Typ oder Namespacename "Forms" ist im Namespace "System.Windows" nicht vorhanden #107

Closed NoteToSelfFindGoodNickname closed 1 year ago

NoteToSelfFindGoodNickname commented 2 years ago

Ich habe mir jetzt nochmal die ganz frische Version heruntergeladen, libfintx.Sample.UI als Startprojekt festgelegt und erhalte die Fehlermeldung "Der Typ oder Namespacename "Forms" ist im Namespace "System.Windows" nicht vorhanden".

Screenshot anbei. libfintx1 libfintx2

iamtorsten commented 1 year ago

@NoteToSelfFindGoodNickname die Library ist auf den .NetStandard 2.0 ausgerichtet. Somit ist die Integration des Windows.Forms SDK hier nicht möglich, um es auf "allen" Systemen lauffähig zu gestalten. Daraus folgt, das du das SixLabors SDK für deine Zwecke entfernen musst und die Windows.Forms Lösung integrieren musst.

iamtorsten commented 1 year ago

Dieser Commit https://github.com/iamtorsten/libfintx/commit/0a5571f3fd02c69b662b405140035bdc15f19991 hat den Change ausgelöst um die Api multisystemfähig zu gestalten.