Open RQuinve opened 4 years ago
That's a very, very old version of Mono. Can you try updating?
Hi, Thank you for your response. I am surprised because I just typed : sudo apt-get install mono-complete So where is my problem please ?
Regards.
Raphaël
Télécharger TypeApp pour Android
Le 25 nov. 2019 16:05, à 16:05, Jo Shields notifications@github.com a écrit:
That's a very, very old version of Mono. Can you try updating?
-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/mono/mono/issues/17891#issuecomment-558195865
Follow the download instructions on mono-project.com to download our latest builds, not the version in your distribution repository (which may be several years old)
Ok. Thank you very much.
Raphaël.
Télécharger TypeApp pour Android
Le 25 nov. 2019 18:49, à 18:49, Jo Shields notifications@github.com a écrit:
Follow the download instructions on mono-project.com to download our latest builds, not the version in your distribution repository (which may be several years old)
-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/mono/mono/issues/17891#issuecomment-558266463
Steps to Reproduce
Hello, I have a little program (c#) that works with Imap client (MailKit). This app works very well on my windows 10 x64. I want to use it on my raspberry pi 3+, but it hangs when it gets messages.
My app manage messages in my email box. Currently it gets configuration from web server, so there is no interaction with system. It get messages from a custom folder "My Anti-Spam/A_Bannir". If message is in black list, it deletes it.
Here is my test class:
`
internal class Toto { internal void Clean() { string serveurAdresse = "my_server"; int serveurPort = 993; bool useSsl = true; string utilisateur = "my_account"; string motDePasse = "my_password";
if DEBUG
endif
if DEBUG
endif
if DEBUG
endif
if DEBUG
endif
}
`
Current Behavior
The app hangs at line
`
// get messages var items = aBannir.Fetch(uids, MessageSummaryItems.UniqueId | MessageSummaryItems.Envelope);
`
instead having messages
On which platforms did you notice this
[ ] macOS [X] Linux [ ] Windows
Versions
pi@raspberrypi:~/Documents/Test $ lsb_release -a No LSB modules are available. Distributor ID: Raspbian Description: Raspbian GNU/Linux 9.11 (stretch) Release: 9.11 Codename: stretch
pi@raspberrypi:~/Documents/Test $ mono --version Mono JIT compiler version 4.6.2 (Debian 4.6.2.7+dfsg-1) Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com TLS: normal SIGSEGV: normal Notifications: epoll Architecture: armel,vfp+hard Disabled: none Misc: softdebug LLVM: supported, not enabled. GC: sgen
Tools version :
Visual studio 15.9.17 .Net Framework 4.7.1 MailKit.2.4.1 MimeKit 2.4.1 BouncyCastle 1.8.5
Stacktrace
Can you help me please?
Regards
Raphaël