System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
at System.Reflection.Assembly.GetTypes()
at Microsoft.Tools.SvcHost.ServiceHostHelper.LoadServiceAssembly(String svcAssemblyPath)
LoaderExceptions プロパティをループして、サービスにヒットしていないために発生したエラーを確認し、コードを実行する前にこのエラーを表示するにはどうすればよいですか?
ありがとう