-
Notifications
You must be signed in to change notification settings - Fork 37
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
Missing Method Exception was Unhandled #27
Comments
My packages:
|
Install ServiceStack.Text version 4.0.56. That worked for me. Hope this helps! @ggstamm |
These errors are normally from dependency version mismatchs. Hipchat CS was built against ServiceStack 4.0.56. I think I probably need to pin the dependency to a specific version. Doing what haydenthrashsaid should fix the issue though in the meantime. |
Thanks for the reply, but I still have the same error, I'm starting to think that it's something about my Visual Studio :(. I create a Visual C# -> Console Application.
Packages Code:
Sorry for disturbing you. |
Hello, I have an issue, when I use this line below:
"HipchatClient client = new HipchatClient();"
This is the exception:
_
_
I'm newbie with C#, and don't know how to make this work.
My imports:
using System;
using System.Runtime.InteropServices;
using HipchatApiV2;
using HipchatApiV2.Requests;
using Xunit;
using ServiceStack.Text;
The text was updated successfully, but these errors were encountered: