Could not load type VTFixup Table from assembly mmsseclib

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
amcfarlane

Could not load type VTFixup Table from assembly mmsseclib

Post by amcfarlane » Tue Apr 13, 2004 10:49 am

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.

jclausius
Posts: 3706
Joined: Tue Dec 16, 2003 1:17 pm
Location: SourceGear
Contact:

Post by jclausius » Tue Apr 13, 2004 1:46 pm

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?

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

Post Reply