Hello,
I have Measurement Studio 8.0.1 and Visual Studio 2005.
I just developed a web application and it works fine on my workstation where MS8 and VS2005 are installed,
but when I publish it on a real web server (IIS 6 on Win2003 srv) I get the following error:
------------------ begin log ---------------
Description:
An error occurred during the processing of a configuration file required to
service this request. Please review the specific error details below and modify
your configuration file appropriately.
Parser Error Message:
Could not load file or assembly 'NationalInstruments.UI.WebForms,
Version=8.0.20.334, Culture=neutral, PublicKeyToken=4544464cdeaab541' or one of
its dependencies. The system cannot find the file specified.
Source
Error:
Line 15: <system.web> Line 16: <httpHandlers> Line 17: <add path="ImageStateHandler.axd" verb="GET" type="NationalInstruments.UI.WebForms.ImageStateHandler, NationalInstruments.UI.WebForms, Version=8.0.20.334, Culture=neutral, PublicKeyToken=***************"/> Line 18: </httpHandlers> Line 19: <pages> |
------------------ end log ---------------
Please, can you address where I am wrong ? Maybe I have to install something on
the web server ? I hope not...
Thanks in advance,
Stefano