Skip to main content
Participant
October 15, 2024
Question

The file or assembly "NavigationViewOutline..." or one of its dependencies could not be found.

  • October 15, 2024
  • 2 replies
  • 718 views

I use the API method F_ApiScrollToText and it generates the following error:

The file or assembly "NavigationViewOutline, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" or one of its dependencies could not be found. The system cannot find the file specified.

Maybe someone knows where FM uses this lib (some plugin?).

 

the stack is

 

System.IO.FileNotFoundException: The file or assembly "NavigationViewOutline, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" or one of its dependencies could not be found. The system cannot find the file specified.
FMWpfNavigationViewImpl..ctor()
FMWpfNavigationViewImpl.GetInstance()
FMNavigationViewLayer.SelectFMNavigationViewItem(FMNavigationViewLayer* , Int32 itemId)

 

what is FMNavigationViewLayer

 

Best Reagrds

Alexander

 

 

This topic has been closed for replies.

2 replies

frameexpert
Community Expert
Community Expert
October 16, 2024

Make sure you are using the FM 2020 FDK. That latest 2022 FDK is not compatible with 2020.

Participant
October 18, 2024

yes, we use correct version.

Jeff_Coatsworth
Community Expert
Community Expert
October 16, 2024

What version of FM? A quick google of that F_ApiScrollToText reveals that it's a command in the FDK (https://help.adobe.com/en_US/framemaker/pdfs/fdk-reference.pdf) so you must have a script that you're executing. Was this working before & now not? If so, what's changed?

Participant
October 16, 2024

FM version is 2020.
I did some digging into FM internals and found that FMNavigationViewLayer class is part of FMGridCtrl.dll.

also it requeres this resources

Why Adobe does not deploy the dll needed for this library FMGridCtrl is a mystery to me.

And it is not clear what to do with it.

 

 

Jeff_Coatsworth
Community Expert
Community Expert
October 16, 2024

Again, was this working before & now not? If so, what's changed? Have you added any plug-ins lately?