-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Error when compiling references for latest 0.3.9 build #33
Comments
It seems to be loading the old DLL files. Do you still have these old DLL somewhere that could interfere with the new ones? |
The only place I have them is my recycle bin, and I made sure to delete the old references before adding the new ones EDIT: I deleted the old DLLs from my recycle bin, deleted the references, re added the new ones and its still the same error |
I downloaded the archive and made a brand new Streamer.bot installation, and everything work fine, so I don't know why you have this error. I don't have any other report for this problem yet. |
Until I work out whats happening ive just commented out the pinned messages section of the 'kick bot' action and it seems to work for now. |
I went to upgrade the version from 0.3.8 (installed yesterday) to the new 0.3.9 build. I replaced the DLL files in the DLL folder, then imported the new actions, fixed the references and upon clicking compile I get these two errors.
(344,11): error CS1061: 'BotClient' does not contain a definition for 'PinMessage' and no accessible extension method 'PinMessage' accepting a first argument of type 'BotClient' could be found (are you missing a using directive or an assembly reference?)
(356,11): error CS1061: 'BotClient' does not contain a definition for 'UnpinMessage' and no accessible extension method 'UnpinMessage' accepting a first argument of type 'BotClient' could be found (are you missing a using directive or an assembly reference?)
The text was updated successfully, but these errors were encountered: