간헐적으로 위의 경고가 게시됩니다 (Windows 서비스를 구현하는 콘솔 응용 프로그램입니다).FSC 컴파일 경고 : 어셈블리 'SMDiagnostics'가 일시적으로 참조되어 어셈블리를 자동으로 확인할 수 없습니다.
(여기에 전체 경고 텍스트)
Warning 1 Assembly 'SMDiagnostics' was referenced transitively and the assembly could not be resolved automatically.
Static linking will assume this DLL has no dependencies on the F# library or other statically linked DLLs. Consider adding an explicit reference to this DLL.
FSC 1 1 myService (Applications\myService\myService)
이 오류가 무엇을 의미 하는가과 원인이 무엇을 할 수 있을까?
는 실제로 나는 독립 옵션으로 컴파일하고있다. 나는 이것을 내일 시험해보고 결과를 알려줄 것이다. –
이 작동하고 GAC_MSIL에서 SMDiagnostics.dll을 추가하면 경고가 사라집니다. 많은 감사합니다! –