andyedinborough / aenetmail

C# POP/IMAP Mail Client
370 stars 153 forks source link

The file 'c:\repos\aenetmail\Pop3Client.cs' does not exist. #133

Closed chuudi closed 11 years ago

chuudi commented 11 years ago

I installed library(version 1.7.6.0) from NuGet... I would like to use pop3, but I have problem: "The file 'c:\repos\aenetmail\Pop3Client.cs' does not exist."

andyedinborough commented 11 years ago

That happens in Visual Studio and an exception is thrown inside a library. Visual Studio tries to find the corresponding source. Enable Just My Code in your settings to allow the real exception to be shown.