Skip to content

OneNoteToRSS required but not present #1

@twilsonco

Description

@twilsonco

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions