Fix build break in razor tests
This message changed because we got a fix in CoreCLR for a bug in the host that was impacting Type.GetType and breaking data contract serializer.
This commit is contained in:
parent
2b6220205d
commit
444ea25b44
|
|
@ -46,8 +46,8 @@ namespace Microsoft.AspNet.Razor.Runtime.TagHelpers
|
||||||
#if DNX451
|
#if DNX451
|
||||||
"abcd' or one of its dependencies. The system cannot find the file specified.";
|
"abcd' or one of its dependencies. The system cannot find the file specified.";
|
||||||
#else
|
#else
|
||||||
"abcd, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Could not find or load a " +
|
"abcd, Culture=neutral, PublicKeyToken=null' or one of its dependencies. " +
|
||||||
"specific file. (Exception from HRESULT: 0x80131621)";
|
"The system cannot find the file specified.";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Act
|
// Act
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue