- Регистрация
- 04.03.2019
- Сообщения
- 234
- Благодарностей
- 42
- Баллы
- 28
So, tried to install MimeKit.dll and MailKit.dll, it's require 2.0 version of netstandard for properly working, but when I added a 2.0 version I catch error from selfown zenno.
Type Time Message
20:54:10 Assembly connection to project C:\Users\user\Downloads\mailkit\mailkit\MimeKit.3.2.0\lib\netstandard2.0\MimeKit.dll is not a .Net assembly or it is not possible to access the assembly
Type Time Message
20:54:10 "Connecting assembly to project System.Exception: An exception of type 'System.Exception' was thrown."
at ZennoLab.ProjectMaker.Controls.ProjectEditor.ProjectBar.StaticBlockSettings.GACReferences.VJg3aEREqk(Object , OkButtonClickArgs )"
In other hand, when using netstandard 5.0\6.0, it's didn't have any execption but zenno require version 2.0 when code started:
Code compilation Error in action "CS0012" "The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'." . [Line: 2; Column: 14]
How can I using mailkit on zenno?
Type Time Message
20:54:10 Assembly connection to project C:\Users\user\Downloads\mailkit\mailkit\MimeKit.3.2.0\lib\netstandard2.0\MimeKit.dll is not a .Net assembly or it is not possible to access the assembly
Type Time Message
20:54:10 "Connecting assembly to project System.Exception: An exception of type 'System.Exception' was thrown."
at ZennoLab.ProjectMaker.Controls.ProjectEditor.ProjectBar.StaticBlockSettings.GACReferences.VJg3aEREqk(Object , OkButtonClickArgs )"
In other hand, when using netstandard 5.0\6.0, it's didn't have any execption but zenno require version 2.0 when code started:
Code compilation Error in action "CS0012" "The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'." . [Line: 2; Column: 14]
How can I using mailkit on zenno?