問題
最近同事問一個透過 SmtpClient 寄信的問題,因為客戶移機,所以將原本在 Windows 2008 x64 上的程式移到,Windows 2016 上去。
我們的程式是 .NET 3.5 ,所以在移機上並不會有什麼問題。
測試上都 OK,就只有一支執行檔在寄發 Mail 時,會發生 NullReferenceException: Object reference not set to an instance of an object. ,如下,
Hello! 我是 RM
最近同事詢問他們使用 Crytal Report Viewer 時,會發生 log4net 版本衝突的問題。如下圖所示,
使用 Bot Framework 開發 Bot 時,當發生 Exception 時,會出現 “Sorry, my bot code is having an issue.” ,那如果我們要自行處理錯誤呢? 可以參考Bot Framework Custom Error Messages and Exception Handling, Autofac,一個是建立一個 ExceptionHandleDialog 去包,另一個是俢改 PostUnhandledExceptionToUser 這個 Class ,然後再透過 Autofac 來置換成我們的 Class。
今天使用 botframework-emulator 在 local 測試 bot 時, botframework-emulator 居然出現 The bot’s MSA appId or password is incorrect. 的錯誤,如下圖,
我們透過 VS.NET 建立出 Bot 後,預設 Nuget 中安裝 BotBuilder 相關的套件,如果我們從 GitHub 將 Microsoft/BotBuilder 到方案之中,我們要如何 Debug 進到 BotBuilder 的 Source Code 之中呢?
tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true