Trying to create a web forms application which searches for indexing information from SQL database and when user selects a record, document is indexed with those values.
Using example of CloseCaseDialog project from ED302 course to create my web application.
Every time I Run application I get this error - 'Could not load file or assembly 'Interop.LFSO91Lib' or one of its dependencies. An attempt was made to load a program with an incorrect format.'
When I change the build settings to use X86, application compiles but same error shows up when I run the application.
I have SDK 9.2 installed on my machine.
Tried to deploy it to server where webaccess is hosted. Customactions.xml was modified to add the application to web access. Same error comes up there when I run web access.