저장된 파일을 찾을 수 없다는 데 해결 방법이 무엇인가요
************** 예외 텍스트 **************
System.Security.Cryptography.CryptographicException: 지정된 파일을 찾을 수 없습니다.
위치: System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr)
위치: System.Security.Cryptography.X509Certificates.X509Utils._QueryCertFileType(String fileName)
위치: System.Security.Cryptography.X509Certificates.X509Certificate.LoadCertificateFromFile(String fileName, Object password, X509KeyStorageFlags keyStorageFlags)
위치: System.Security.Cryptography.X509Certificates.X509Certificate2..ctor(String fileName, String password)
위치: iCertPrintClient.Form1.StartWebSocketServer() 위치: iCertPrintClient.Form1.Form1_Load(Object sender, EventArgs e)
위치: System.Windows.Forms.Form.OnLoad(EventArgs e)
위치: System.Windows.Forms.Form.OnCreateControl()
위치: System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
위치: System.Windows.Forms.Control.CreateControl()
위치: System.Windows.Forms.Control.WmShowWindow(Message& m)
위치: System.Windows.Forms.Control.WndProc(Message& m)
위치: System.Windows.Forms.Form.WmShowWindow(Message& m)
위치: System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** 로드된 어셈블리 **************
mscorlib 어셈블리 버전: 4.0.0.0 Win32 버전: 4.8.9261.0 built by: NET481REL1LAST_C 코드베이스: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
iCertPrintClient 어셈블리 버전: 1.4.0.2 Win32 버전: 1.4.0.2 코드베이스: file:///C:/Program%20Files/iCertPrintClient/iCertPrintClient.exe
System.Windows.Forms 어셈블리 버전: 4.0.0.0 Win32 버전: 4.8.9251.0 built by: NET481REL1LAST_C 코드베이스: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
System 어셈블리 버전: 4.0.0.0 Win32 버전: 4.8.9261.0 built by: NET481REL1LAST_C 코드베이스: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
System.Drawing 어셈블리 버전: 4.0.0.0 Win32 버전: 4.8.9032.0 built by: NET481REL1 코드베이스: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
System.Configuration 어셈블리 버전: 4.0.0.0 Win32 버전: 4.8.9032.0 built by: NET481REL1 코드베이스: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
System.Core 어셈블리 버전: 4.0.0.0 Win32 버전: 4.8.9261.0 built by: NET481REL1LAST_C 코드베이스: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
System.Xml 어셈블리 버전: 4.0.0.0 Win32 버전: 4.8.9032.0 built by: NET481REL1 코드베이스: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
mscorlib.resources 어셈블리 버전: 4.0.0.0 Win32 버전: 4.8.9032.0 built by: NET481REL1 코드베이스: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_ko_b77a5c561934e089/mscorlib.resources.dll
PdfiumViewer 어셈블리 버전: 2.13.0.0 Win32 버전: 2.13.0.0 코드베이스: file:///C:/Program%20Files/iCertPrintClient/PdfiumViewer.DLL
System.Windows.Forms.resources 어셈블리 버전: 4.0.0.0 Win32 버전: 4.8.9032.0 built by: NET481REL1 코드베이스: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_ko_b77a5c561934e089/System.Windows.Forms.resources.dll ----------------------------------------
iCertPrintClient.resources 어셈블리 버전: 1.4.0.2 Win32 버전: 1.4.0.2 코드베이스: file:///C:/Program%20Files/iCertPrintClient/ko-KR/iCertPrintClient.resources.DLL
Fleck 어셈블리 버전: 1.2.0.0 Win32 버전: 1.2.0.0 코드베이스: file:///C:/Program%20Files/iCertPrintClient/Fleck.DLL
************** JIT 디버깅 ************** JIT(Just In Time) 디버깅을 사용하려면 이 응용 프로그램 또는 컴퓨터의 config 파일(machine.config)의 jitDebugging 값을 system.windows.forms 섹션에 설정해야 합니다. 또한 응용 프로그램은 디버깅할 수 있도록 컴파일되어야 합니다. 예: JIT 디버깅을 사용하면 처리되지 않은 모든 예외는 이 대화 상자에서 처리되지 않고 컴퓨터에 등록된 JIT 디버거에 보내집니다.