Win 8.1应用程序 - Windows存储拒绝错误 - 此应用程序类型不支持API

时间:2017-09-05 14:15:09

标签: dll windows-store-apps windows-applications

我试图将我的第一个应用程序上传到Windows商店并获得此拒绝错误:

API System.IO.FileInfo in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. vstest.executionengine.appcontainer.x86.exe calls this API.
API System.Diagnostics.TraceLevel in SYSTEM, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. vstest.executionengine.appcontainer.x86.exe calls this API.
API System.IO.DirectoryInfo in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. vstest.executionengine.appcontainer.x86.exe calls this API.
API System.IO.FileSystemInfo in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. vstest.executionengine.appcontainer.x86.exe calls this API.
API System.Threading.ThreadStart in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. vstest.executionengine.appcontainer.x86.exe calls this API.
API System.Reflection.MemberTypes in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. vstest.executionengine.appcontainer.x86.exe calls this API.
API System.Environment.GetEnvironmentVariable(System.String) in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. vstest.executionengine.appcontainer.x86.exe calls this API.
API System.Enum.ToObject(System.Type,System.Int32) in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. vstest.executionengine.appcontainer.x86.exe calls this API.
API System.Threading.Thread.Sleep(System.Int32) in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. vstest.executionengine.appcontainer.x86.exe calls this API.
API System.Type.get_Module in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. vstest.executionengine.appcontainer.x86.exe calls this API.
API System.Reflection.Assembly.get_Location in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. vstest.executionengine.appcontainer.x86.exe calls this API.
API System.IO.FileInfo.#ctor(System.String) in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. vstest.executionengine.appcontainer.x86.exe calls this API.
API System.IO.FileInfo.get_Directory in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. vstest.executionengine.appcontainer.x86.exe calls this API.
API System.IO.DirectoryInfo.GetFiles in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. vstest.executionengine.appcontainer.x86.exe calls this API.
API System.IO.FileSystemInfo.get_Name in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. vstest.executionengine.appcontainer.x86.exe calls this API.
API System.IO.FileSystemInfo.get_Extension in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. vstest.executionengine.appcontainer.x86.exe calls this API.
API System.Threading.ThreadStart.#ctor(System.Object,System.IntPtr) in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. vstest.executionengine.appcontainer.x86.exe calls this API.
API System.Threading.Thread.#ctor(System.Threading.ThreadStart) in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. vstest.executionengine.appcontainer.x86.exe calls this API.
API System.Threading.Thread.Start in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. vstest.executionengine.appcontainer.x86.exe calls this API.
API System.Reflection.PropertyInfo.op_Inequality(System.Reflection.PropertyInfo,System.Reflection.PropertyInfo) in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. vstest.executionengine.appcontainer.x86.exe calls this API.
API System.Reflection.FieldInfo.op_Inequality(System.Reflection.FieldInfo,System.Reflection.FieldInfo) in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. vstest.executionengine.appcontainer.x86.exe calls this API.
API System.Reflection.MethodInfo.op_Inequality(System.Reflection.MethodInfo,System.Reflection.MethodInfo) in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. vstest.executionengine.appcontainer.x86.exe calls this API.
API System.Type.GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags) in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. vstest.executionengine.appcontainer.x86.exe calls this API.
API System.Type.op_Inequality(System.Type,System.Type) in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. vstest.executionengine.appcontainer.x86.exe calls this API.
API System.Reflection.MethodInfo.op_Equality(System.Reflection.MethodInfo,System.Reflection.MethodInfo) in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. vstest.executionengine.appcontainer.x86.exe calls this API.
API System.Type.op_Equality(System.Type,System.Type) in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. vstest.executionengine.appcontainer.x86.exe calls this API.
API System.Reflection.EventInfo.op_Inequality(System.Reflection.EventInfo,System.Reflection.EventInfo) in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. vstest.executionengine.appcontainer.x86.exe calls this API.
API System.Type.GetInterface(System.String,System.Boolean) in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. vstest.executionengine.appcontainer.x86.exe calls this API.
API System.Reflection.MemberInfo.GetCustomAttributesData in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. vstest.executionengine.appcontainer.x86.exe calls this API.
API System.Reflection.CustomAttributeData.get_Constructor in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. vstest.executionengine.appcontainer.x86.exe calls this API.
API System.Reflection.CustomAttributeNamedArgument.get_MemberInfo in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. vstest.executionengine.appcontainer.x86.exe calls this API.
API System.Type.GetType(System.String,System.Func{System.Reflection.AssemblyName,System.Reflection.Assembly},System.Func{System.Reflection.Assembly,System.String,System.Boolean,System.Type}) in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. vstest.executionengine.appcontainer.x86.exe calls this API.
API System.Type.EmptyTypes in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. vstest.executionengine.appcontainer.x86.exe calls this API.
API System.Reflection.ConstructorInfo.op_Inequality(System.Reflection.ConstructorInfo,System.Reflection.ConstructorInfo) in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. vstest.executionengine.appcontainer.x86.exe calls this API.
API System.Reflection.ConstructorInfo.op_Equality(System.Reflection.ConstructorInfo,System.Reflection.ConstructorInfo) in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. vstest.executionengine.appcontainer.x86.exe calls this API.
API System.Threading.ApartmentState in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. Microsoft.VisualStudio.TestPlatform.Core.dll calls this API.

有人知道这个错误是什么意思吗?

0 个答案:

没有答案