Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to start COM Provider Ninject #17

Closed
tgroven opened this issue Jul 3, 2013 · 7 comments
Closed

Failed to start COM Provider Ninject #17

tgroven opened this issue Jul 3, 2013 · 7 comments
Assignees
Labels

Comments

@tgroven
Copy link

tgroven commented Jul 3, 2013

Get the following error when Adding a Issue Tracker item in TortoiseSVN.

When Clicking on the "Options" button, I receive the following:

Failed to start the issue tracker COM provider 'Ninject'.
Unknown error 0x80131513
Method not found: 'System.Delegate System.Reflection.MethodInfo.CreateDelegate(System.Type)'.

@ghost ghost assigned scottiemc7 Jul 3, 2013
@scottiemc7
Copy link
Owner

Thanks for reporting this. Can I ask if you used an installer, and if so which one? It sounds like the ninject dependency assembly might be missing. Also which OS are you using?

@tgroven
Copy link
Author

tgroven commented Jul 3, 2013

I used this installer under the Installer folder: YurtleTrack_1.4.0.0_x64.msi

Is Ninject something I should have installed already? I am using Windows 7 Enterprise 64-bit.

Thank you!

@scottiemc7
Copy link
Owner

Awesome. I'll look into it. No, ninject should be deployed by the installer but there must be an issue.

@scottiemc7
Copy link
Owner

Hmm, installer seems to be OK. Just did a clean install on win7 x64 (and win8 x64 just for kicks) and I'm not seeing that error when I hit options.

A couple more questions for you:
-Is the .net framework 4.0 (or higher) installed?
-Do you see YurtleTrack (x64) v(1.4.0.0) listed under Provider when you go into the TortiseSVN settings?

@scottiemc7
Copy link
Owner

Im going to close the issue for now, but if you're still having trouble please let me know.

@petroski77
Copy link

You need to install Microsoft .Net Framework 4.5 in order to get it to Work.
It seems like ninject is tageting the wrong framework (4.5 instead of 4.0)

Kind regards
Christian

@scottiemc7
Copy link
Owner

I updated the installation instructions to reference the 4.5 framework. I was pretty sure that I had linked to the 4.0 version of ninject, but obviously not. It can never hurt to have the latest framework anyway. Thanks for looking into this for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants