Note that there are some explanatory texts on larger screens.

plurals
  1. POPartial binding information was supplied for an assembly mstest
    primarykey
    data
    text
    <p>I am using the new <code>SimpleMembership</code> framework in .Net.</p> <p>The unit tests to create users (using the API - see below) work fine locally in Visual Studio 2012 IDE. </p> <p><code>WebSecurity.CreateUserAndAccount(entity.UserName, entity.Password, new { });</code></p> <p>However, when running on the build server (using TeamCity) I get the following below.</p> <p>I have tried Dependency Walker with no luck. I also can't think how this could be run in x64 - considering VS2012 runs in x86.</p> <p>Any help would be appreciated.</p> <p><em>threw exception:</em></p> <pre><code>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).* </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload