2016年5月13日 星期五

【Visual Studio】Could not load file or assembly or one of its dependencies


在把 Lab 專案搬進公司 Solu,並改用其 dll(砍掉本來的參考,改引用它)之後噴的錯。

無法載入檔案或組件 'XXX.YYY.ZZZ, Version=1.2.3.4, Culture=neutral, PublicKeyToken=????????????????' 或其相依性的其中之一。 系統找不到指定的檔案。 

2016年5月12日 星期四

【Quartz.net】Using Autofac to build IJob implement class

這篇起源於我裝好 Quartz 實作 IJob 到一批服務之後,卻有一大半沒被驅動起來,卻又不是全部,而且 IJobListener 也看不到沒跑起來的那些服務。

2016年5月9日 星期一

【Autofac】An exception was thrown while invoking the constructor 'Void .ctor()' on type 'SomeClass'

An exception was thrown while invoking the constructor 'Void .ctor()' on type 'SomeClass'
嘗試 Resolve 時很常會看到錯誤訊息。

2016年5月4日 星期三

【Quartz.net】Set Muliti trigger to single job

如果硬用 sched.ScheduleJob(job, trigger); 把不同的 trigger 塞給同一個 job 到 IScheduler instance 會噴
Unable to store Job: 'Group.Job', because one already exists with this identification.