Hello,
I keep getting an error when I try to send mails with an application I built from v 1.12.2.0. I have tried different email accounts to test this functionality and get different errors. I am currently trying to use my gmail account to test the email functionality of the application and this is the error I am getting below. I have pasted the first part of the log here:
ERROR 2017-01-01 23:25:06,111 [5 ] nHandling.AbpApiExceptionFilterAttribute - Syntax error, command unrecognized. The server response was: System.Net.Mail.SmtpException: Syntax error, command unrecognized. The server response was: at System.Net.Mail.SmtpConnection.ConnectAndHandshakeAsyncResult.End(IAsyncResult result) at System.Net.Mail.SmtpTransport.EndGetConnection(IAsyncResult result) at System.Net.Mail.SmtpClient.ConnectCallback(IAsyncResult result) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Abp.Net.Mail.Smtp.SmtpEmailSender.<SendEmailAsync>d__3.MoveNext() in D:\Halil\GitHub\aspnetboilerplate\src\Abp\Net\Mail\Smtp\SmtpEmailSender.cs:line 71
When I try to use my own domain in the email settings, I keep getting an error that the "Sending Address not accepted due to SPAM filter". What should I do?
I have sent a mail.
I downloaded the .net core version and tried to follow the getting started process but after I download missing nuget packages I keep getting an error that access is denied to the "xxx\obj\debug\net461.sdkversion" file in all of the projects.
Have I missed a step?
The errors just come and disappear at will. I do not want to have to go through the pain of upgrading the application to the latest versions of ABP.
Hello,
I built an application with ABP v 1.12 and never had any issues when I was hosting/testing on my system. Immediately I hosted the application on Azure websites, I started getting these errors that just pop up and magically disappear as they please. The error messages are the same:
"An error has occurred. Error details not sent by the server"
Inspecting the error in the console log, the errors that are shot are:
The funny thing is I don't need to do anything for the error to go away. I could try the action again and the error message could pop up again or the action goes without the error.
So what is wrong? Please help me?
I attempted to download/update the packages from nuget to try to solve the proble but now I keep getting this error:
System.MissingMethodException was unhandled by user code
HResult=-2146233069
Message=Method not found: 'Void EntityFramework.DynamicFilters.DynamicFilterExtensions.Filter(System.Data.Entity.DbModelBuilder, System.String, System.Linq.Expressions.Expression1<System.Func
3<!!0,!!1,Boolean>>, !!1)'.
Source=Abp.EntityFramework
StackTrace:
at Abp.EntityFramework.AbpDbContext.OnModelCreating(DbModelBuilder modelBuilder)
at Abp.Zero.EntityFramework.AbpZeroDbContext3.OnModelCreating(DbModelBuilder modelBuilder) in D:\Halil\GitHub\module-zero\src\Abp.Zero.EntityFramework\Zero\EntityFramework\AbpZeroDbContext.cs:line 88 at System.Data.Entity.Internal.LazyInternalContext.CreateModelBuilder() at System.Data.Entity.Internal.LazyInternalContext.CreateModel(LazyInternalContext internalContext) at System.Data.Entity.Internal.RetryLazy
2.GetValue(TInput input)
InnerException:
I also get this one too:
System.MissingMethodException was unhandled by user code
HResult=-2146233069
Message=Method not found: 'Void EntityFramework.DynamicFilters.DynamicFilterExtensions.Filter(System.Data.Entity.DbModelBuilder, System.String, System.Linq.Expressions.Expression1<System.Func
3<!!0,!!1,Boolean>>, !!1)'.
Source=Abp.EntityFramework
StackTrace:
at Abp.EntityFramework.AbpDbContext.OnModelCreating(DbModelBuilder modelBuilder)
at Abp.Zero.EntityFramework.AbpZeroDbContext3.OnModelCreating(DbModelBuilder modelBuilder) in D:\Halil\GitHub\module-zero\src\Abp.Zero.EntityFramework\Zero\EntityFramework\AbpZeroDbContext.cs:line 88 at System.Data.Entity.Internal.LazyInternalContext.CreateModelBuilder() at System.Data.Entity.Internal.LazyInternalContext.CreateModel(LazyInternalContext internalContext) at System.Data.Entity.Internal.RetryLazy
2.GetValue(TInput input)
at System.Data.Entity.Internal.LazyInternalContext.InitializeContext()
at System.Data.Entity.Internal.InternalContext.ForceOSpaceLoadingForKnownEntityTypes()
at System.Data.Entity.DbContext.System.Data.Entity.Infrastructure.IObjectContextAdapter.get_ObjectContext()
at Abp.EntityFramework.AbpDbContext.RegisterToChanges() in D:\Halil\GitHub\aspnetboilerplate\src\Abp.EntityFramework\EntityFramework\AbpDbContext.cs:line 133
at Abp.EntityFramework.AbpDbContext.InitializeDbContext() in D:\Halil\GitHub\aspnetboilerplate\src\Abp.EntityFramework\EntityFramework\AbpDbContext.cs:line 128
at Abp.EntityFramework.AbpDbContext..ctor(String nameOrConnectionString) in D:\Halil\GitHub\aspnetboilerplate\src\Abp.EntityFramework\EntityFramework\AbpDbContext.cs:line 77
at Abp.Zero.EntityFramework.AbpZeroCommonDbContext2..ctor(String nameOrConnectionString) in D:\Halil\GitHub\module-zero\src\Abp.Zero.EntityFramework\Zero\EntityFramework\AbpZeroCommonDbContext.cs:line 123 at Abp.Zero.EntityFramework.AbpZeroDbContext
3..ctor(String nameOrConnectionString) in D:\Halil\GitHub\module-zero\src\Abp.Zero.EntityFramework\Zero\EntityFramework\AbpZeroDbContext.cs:line 72
at CooperativeManager.EntityFramework.CooperativeManagerDbContext..ctor(String nameOrConnectionString) in C:\Users\Femi\Documents\Visual Studio 2015\Projects\CooperativeManager\CooperativeManager.EntityFramework\EntityFramework\CooperativeManagerDbContext.cs:line 87
InnerException:
Hi,
I have been getting some funny errors ever since I downloaded the ASPNetZero v 1.12. I always get looking for source file error. One of them I have posted below:
Locating source for 'D:\Halil\GitHub\aspnetboilerplate\src\Abp\Runtime\Validation\Interception\ValidationInterceptor.cs'. Checksum: SHA1 {6f 4f 48 6d b3 72 1a 42 fe b6 ce 5b 12 71 1e 18 92 ef cc 9} The file 'D:\Halil\GitHub\aspnetboilerplate\src\Abp\Runtime\Validation\Interception\ValidationInterceptor.cs' does not exist. Looking in script documents for 'D:\Halil\GitHub\aspnetboilerplate\src\Abp\Runtime\Validation\Interception\ValidationInterceptor.cs'...
Do I need to download the package again?
I also get the same error with Castle Interceptor
Please help me
Hello,
I keep getting this error when I try to upload a document when I upgraded to version 1.12.
(Empty or invalid anti forgery header token.)
What do I need to add to my code to stop getting this error.
Thanks
I use visual studio 2015 community edition. What can I do to fix this? I can't keep on replacing the application project again with an older version.
I get this error when building the project.