Partielle, des informations de liaison a été fournie pour un assemblage mstest

Je suis en utilisant le nouveau SimpleMembership cadre .Net.

Les tests unitaires pour créer des utilisateurs (à l'aide de l'API - voir ci-dessous), beau travail localement dans Visual Studio 2012 IDE.

WebSecurity.CreateUserAndAccount(entity.UserName, entity.Password, new { });

Cependant, lors de l'exécution sur le serveur de build (à l'aide de TeamCity), je reçois le suivant ci-dessous.

J'ai essayé Dependency Walker avec pas de chance. Je ne peux pas penser comment cela pourrait être exécuté en x64 - compte tenu de VS2012 s'exécute en x86.

Toute aide serait appréciée.

jeté exception:

System.IO.FileNotFoundException: Could not load file or assembly 'WebMatrix.WebData' or one of its dependencies. The system cannot find the file specified.=== Pre-bind state information ===
LOG: User =  
LOG: DisplayName = WebMatrix.WebData
(Partial)
WRN: Partial binding information was supplied for an assembly:
WRN: Assembly Name: WebMatrix.WebData | Domain ID: 2
WRN: A partial bind occurs when only part of the assembly display name is provided.
WRN: This might result in the binder loading an incorrect assembly.
WRN: It is recommended to provide a fully specified textual identity for the assembly,
WRN: that consists of the simple name, version, culture, and public key token.
WRN: See whitepaper http://go.microsoft.com/fwlink/?LinkId=109270 for more information and common solutions to this issue.
LOG: Appbase = file:///C:/Program Files (x86)/Microsoft Visual Studio 
LOG: Initial PrivatePath = NULL
Calling assembly : (Unknown).*

OriginalL'auteur user1697278 | 2012-11-07