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

OneNoteToRSS required but not present #1

Open
twilsonco opened this issue Nov 25, 2016 · 0 comments
Open

OneNoteToRSS required but not present #1

twilsonco opened this issue Nov 25, 2016 · 0 comments

Comments

@twilsonco
Copy link

twilsonco commented Nov 25, 2016

The following errors are produced when building in VS2013 in Windows 10:

1>C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(1697,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "WebNotebook". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
1>C:\Users\twils\OneDrive\Documents\Visual Studio 2013\Projects\OnPsProvider\OnProvider\ExportOneNote.cs(435,51,435,63): error CS0246: The type or namespace name 'OneNoteToRSS' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\twils\OneDrive\Documents\Visual Studio 2013\Projects\OnPsProvider\OnProvider\ExportOneNote.cs(443,59,443,71): error CS0246: The type or namespace name 'OneNoteToRSS' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\twils\OneDrive\Documents\Visual Studio 2013\Projects\OnPsProvider\OnProvider\ExportOneNote.cs(448,53,448,65): error CS0246: The type or namespace name 'OneNoteToRSS' could not be found (are you missing a using directive or an assembly reference?)

At line 66 in OnProvider.csproj:

    <Reference Include="WebNotebook, Version=5.7.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\OneNoteToRSS\OneNoteConverter\bin\Release\WebNotebook.dll</HintPath>
    </Reference>

This seems to explain all the errors, iIndicates that I should have OneNoteToRSS in a neighboring directory, but this project isn't provided.

I know it's been nearly a decade, but could you throw that up here too? I'd be happy to make sure everything builds and works properly if you do.

Thanks,

Tim

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

No branches or pull requests

1 participant