Home     Products      Support      Corporate     Sign In 
Support Knowledge Base, Article 625
Product
FileUp
Version
4
Title
Web.config or machine.config error when using FileUp in Global Assembly Cache (GAC)
Problem
In some versions of FileUp 4.x, the version number of the assembly in Visual Studio's Explorer/Properties/Version tab is incorrect and will cause an error if this version number is used in the web.config file. The error will be:
The located assembly's manifest definition with name 'SAFileUp' does not match the assembly reference.
Solution
There are two places to find the proper version number of the FileUp assembly.
  1. You can find the proper number by selecting safileup in Visual Studio's Project Explorer window under References. The version number will be displayed in the Properties Window.
  2. Or you can view the version number by selecting SAFileUp in the GAC, which can be located in Windows Explorer at <Windows Directory>\assembly.
The proper version number should be inserted into the <assemblies> tag of either the web.config or machine.config file:

<assemblies>
     <add assembly="SAFileUp, Version=4.x.x.x, Culture=neutral, PublicKeyToken=f593502af6ee46ae"/>
</assemblies>
Created : 5/30/2003 3:28:14 PM (last modified : 7/18/2003 2:25:50 PM)
Rate this article!
Comments