Are you working on SimpleTaskSystem? -----> YES
Did you create database using Update-Database command? -----> NO, it was beenautomatically generated on the application startup
Probably tou're getting another exception. See Logs folder in web project.
it doesn't seem to show "ERROR" level labels, only "DEBUG" and "INFO" into the log file. anyway the messages as well seems to be only idication of successfully task.
was it important that the database should be generated manually by me with Database-Update command? is it mandatory?
got this javascript error :
Unhandled exception at line 105, column 5 in
http://localhost:6247/Abp/Framework/scripts/libs/abp.sweet-alert.js
0x800a138f - Errore di run-time di JavaScript: Impossibile recuperare la proprietà 'on' di un riferimento nullo o non definito
sorry for the italian message bu i think is comprehensible
thanks a lot, it goes like a rocket :-)
only a question for didactic purpose..
the exception caught from this class(in my case) indicates that:
Source = "Abp.Web.Api"
Message = "MSDTC sul server 'OLSAITNB-01' non è disponibile."
the problem is clear: the MSDTC on my machine was Disabled (Distributed Coordinator Transaction Services) ,so i enabled it and evertihing worked
but, what is not clear for me is the source of the exception...
i supposed that, if a problem was generated from something related to the "transaction", the exception should be generated from the "Data" layer (the repository for example, or at least, in the "application layer" where the UnitOfWok is managed, is it right?), <ins>anyway not from a "Adp.Web.Api" layer</ins>. can it be that the source indicated in the "source property" is not so accurate and is referred to the outer layer? or, i'm not understanding how it works?
i aspected that the source of the exception was different
i hope to have been clear enough to express my doubt.