You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?)
The following errors are produced when building in VS2013 in Windows 10:
At line 66 in OnProvider.csproj:
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
The text was updated successfully, but these errors were encountered: