Im trying to pass the source code of a C# Grpc server into a Windows Service Project. Following these steps but when I execute InstallUtil MyService.exe the process stops indicating
System.Reflection.ReflectionTypeLoadException: No se pueden cargar uno o varios
tipos requeridos. Recupere la propiedad LoaderExceptions para obtener más información.
How can I solve it?