I installed IIS on a Windows 2000 server, then .NET 1.1 Framework, then the Vault server. After installation, I tried to bring up the admin tool, and I got the error message:
Parser Error Message: Could not load type VTFixup Table from assembly mmsseclib.
Source Error:
Line 256: <add assembly="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 257: <add assembly="System.Web.Mobile, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 258: <add assembly="*"/>
Line 259: </assemblies>
Line 260:
Source File: c:\winnt\microsoft.net\framework\v1.1.4322\Config\machine.config Line: 258
Thanks for your help.
Could not load type VTFixup Table from assembly mmsseclib
Moderator: SourceGear
have you run iis lockdown on this web server?
also, within vault server's web.config, does adding the following xml child node to <system.web> help?
also, within vault server's web.config, does adding the following xml child node to <system.web> help?
Code: Select all
<!-- TRUST SECURITY SETTINGS
Configures the code access security level applied to an application
level Full|High|Medium|Low|Minimal
-->
<trust level="Full" originUrl=""/>
Jeff Clausius
SourceGear
SourceGear