From: Ulrich G. <ulr...@ar...> - 2017-08-16 06:27:19
|
Is that what you are looking for? StackTrace : bei FirebirdSql.Data.FirebirdClient.FbRemoteEvent.QueueEvents(String[] events) bei RemoteEvent.Program.Main(String[] args) in S:\FirebirdClient\Test\FbRemoteEvent\Program.cs:Zeile 26. bei System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args) bei System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) bei Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() bei System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) bei System.Threading.ThreadHelper.ThreadStart() there is the inner exception : {"Die Datei oder Assembly \"Microsoft.Threading.Tasks, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\" oder eine Abhängigkeit davon wurde nicht gefunden. Das System kann die angegebene Datei nicht finden.":"Microsoft.Threading.Tasks, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"} Seems to be a problem with the install .Net framework v4.0.30319 ? > Jiří Činčura <ji...@ci...> hat am 14. August 2017 um 17:03 geschrieben: > > > What's the complete stack trace? > > I copy-pasted your code to a console app and it worked fine. I only > changed database name. The rest was untouched. > > -- > Mgr. Jiří Činčura > https://www.tabsoverspaces.com/ > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider |