Failure on Install

I am getting the following message during the install.

[Info] Bootstrap: Starting NzbDrone - C:\ProgramData\NzbDrone\bin\nzbdrone.conso
le.exe - Version 2.0.0.2850

[Fatal] ConsoleApp: EPIC FAIL!

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.RuntimeModule.GetTypes()
at System.Reflection.Assembly.GetTypes()
at NzbDrone.Common.Composition.ContainerBuilderBase…ctor(IStartupContext arg
s, String[] assemblies) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Comm
on\Composition\ContainerBuilderBase.cs:line 24
at NzbDrone.Host.MainAppContainerBuilder…ctor(StartupContext args, String[]
assemblies) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Host\MainAppCont
ainerBuilder.cs:line 39
at NzbDrone.Host.MainAppContainerBuilder.BuildContainer(StartupContext args)
in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Host\MainAppContainerBuilder
.cs:line 33
at NzbDrone.Host.Bootstrap.Start(StartupContext startupContext, IUserAlert us
erAlert, Action`1 startCallback) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbD
rone.Host\Bootstrap.cs:line 32
at NzbDrone.Console.ConsoleApp.Main(String[] args) in m:\BuildAgent\work\6c32
39faf2b92630\src\NzbDrone.Console\ConsoleApp.cs:line 20

Press any key to exit…

Which OS are you installing on?
Which versions of .net are installed?

I decided to uninstall and reinstall and it seems to be working now.

To get rid of the command window, is it acceptable to put a

pythonw c:\sickrage\sickbeard.py

shortcut in the startup folder? with Win7 x86

Just use NzbDrone.exe, it doesn’t have a console window, but NzbDrone.Console.exe does.

That command wouldn’t work because its how you’re calling a python file, not a compiled python executable.