2018年9月8日 星期六

System.ServiceModel.AddressAccessDeniedException

解決方式:命令提示字元輸入netsh http add urlacl url=http://+:1700/cal/ user="\Everyone"
1700改成自己遇到錯誤訊息的port

System.ServiceModel.AddressAccessDeniedException
  HResult=0x80131501
  Message=HTTP 無法登錄 URL http://+:1700/cal/。您的處理程序沒有足夠的存取權可存取此命名空間 (如需詳細資訊,請參閱 http://go.microsoft.com/fwlink/?LinkId=70353)。
  Source=System.ServiceModel
  StackTrace:
   於 System.ServiceModel.Channels.SharedHttpTransportManager.OnOpen()
   於 System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener)
   於 System.ServiceModel.Channels.TransportManagerContainer.Open(SelectTransportManagersCallback selectTransportManagerCallback)
   於 System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout)
   於 System.ServiceModel.Channels.HttpChannelListener`1.OnOpen(TimeSpan timeout)

使用SonarQube整合Jenkins

參考 https://dotblogs.com.tw/kinanson/2017/08/22/190641

使用Visual Studio 2017 Community Edition

SonarQube.Scanner.MSBuild.exe begin /k:"org.sonarqube:sonarqube-scanner-msbuild" /n:"專案名稱" /v:"1.0"

"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\MSBuild.exe"

SonarQube.Scanner.MSBuild.exe end

ref:
https://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner+for+MSBuild