Version=1.0.0.0, Culture=neutral, PublicKeyToken=null

 

What it is saying is, it found the DLL, but it couldn't find a type named "namespace.User" from within that DLL. It was expecting to find that type in that particular assembly, but did not.

转载于:https://www.cnblogs.com/MinieGoGo/p/3415929.html

你可能感兴趣的:(Version=1.0.0.0, Culture=neutral, PublicKeyToken=null)