I just start looking at Zoom Search and after I've read the users guide I download the MSI installation package and try to install it. It create the zoomaspx folder in my inetpub/wwwroot folder, then I converted to Application. When I opened it in browser I've got this error:
Parser Error Message: Could not load file or assembly 'ZoomASPX' or one of its dependencies. An attempt was made to load a program with an incorrect format.
Source Error:
Line 109: <add assembly="System.Web.DynamicData, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
Line 110: <add assembly="System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
Line 111: <add assembly="*" />
Line 112: <add assembly="System.Web.WebPages.Deployment, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
Line 113: <add assembly="System.Web.WebPages.Deployment, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
I'm not sure what is going on, the dll file is in bin directory. I download 64 bit msi file.
2. The I installed Zoom windows app. for indexing. in config I choose intranet and point it to http://localhost:8081/ and I've got an error:
Check that the URL exist and satisfies the settings in the config window.
And I know this is right point, it work well with the browser.
Please let me know if you have any suggestion.
Thanks
Parser Error Message: Could not load file or assembly 'ZoomASPX' or one of its dependencies. An attempt was made to load a program with an incorrect format.
Source Error:
Line 109: <add assembly="System.Web.DynamicData, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
Line 110: <add assembly="System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
Line 111: <add assembly="*" />
Line 112: <add assembly="System.Web.WebPages.Deployment, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
Line 113: <add assembly="System.Web.WebPages.Deployment, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
I'm not sure what is going on, the dll file is in bin directory. I download 64 bit msi file.
2. The I installed Zoom windows app. for indexing. in config I choose intranet and point it to http://localhost:8081/ and I've got an error:
Check that the URL exist and satisfies the settings in the config window.
And I know this is right point, it work well with the browser.
Please let me know if you have any suggestion.
Thanks
Comment