Skip to content

Instantly share code, notes, and snippets.

Created February 21, 2013 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/f82c0db8ec006dbc879b to your computer and use it in GitHub Desktop.
Save anonymous/f82c0db8ec006dbc879b to your computer and use it in GitHub Desktop.
Mono.IOS.VisualStudio.BuildServerAddressProvider.BuildServerAddressProvider Warning: 0 : [2013-02-21 08:49:52.9] Failed to show Connection Wizard
System.IO.FileNotFoundException: No se puede cargar el archivo o ensamblado 'Microsoft.VisualStudio.ExtensibilityHosting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' ni una de sus dependencias. El sistema no puede encontrar el archivo especificado.
Nombre de archivo: 'Microsoft.VisualStudio.ExtensibilityHosting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
en System.ModuleHandle.ResolveType(RuntimeModule module, Int32 typeToken, IntPtr* typeInstArgs, Int32 typeInstCount, IntPtr* methodInstArgs, Int32 methodInstCount, ObjectHandleOnStack type)
en System.ModuleHandle.ResolveTypeHandleInternal(RuntimeModule module, Int32 typeToken, RuntimeTypeHandle[] typeInstantiationContext, RuntimeTypeHandle[] methodInstantiationContext)
en System.Reflection.RuntimeModule.ResolveType(Int32 metadataToken, Type[] genericTypeArguments, Type[] genericMethodArguments)
en System.Reflection.CustomAttribute.FilterCustomAttributeRecord(CustomAttributeRecord caRecord, MetadataImport scope, Assembly& lastAptcaOkAssembly, RuntimeModule decoratedModule, MetadataToken decoratedToken, RuntimeType attributeFilterType, Boolean mustBeInheritable, Object[] attributes, IList derivedAttributes, RuntimeType& attributeType, IRuntimeMethodInfo& ctor, Boolean& ctorHasParameters, Boolean& isVarArg)
en System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeModule decoratedModule, Int32 decoratedMetadataToken, Int32 pcaCount, RuntimeType attributeFilterType, Boolean mustBeInheritable, IList derivedAttributes, Boolean isDecoratedTargetSecurityTransparent)
en System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeAssembly assembly, RuntimeType caType)
en System.Reflection.RuntimeAssembly.GetCustomAttributes(Type attributeType, Boolean inherit)
en System.Resources.ResourceManager.GetSatelliteContractVersion(Assembly a)
en System.Resources.ManifestBasedResourceGroveler.GetSatelliteAssembly(CultureInfo lookForCulture, StackCrawlMark& stackMark)
en System.Resources.ManifestBasedResourceGroveler.GrovelForResourceSet(CultureInfo culture, Dictionary`2 localResourceSets, Boolean tryParents, Boolean createIfNotExists, StackCrawlMark& stackMark)
en System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo requestedCulture, Boolean createIfNotExists, Boolean tryParents, StackCrawlMark& stackMark)
en System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents)
en System.Resources.ResourceManager.GetObject(String name, CultureInfo culture, Boolean wrapUnmanagedMemStream)
en System.Resources.ResourceManager.GetStream(String name, CultureInfo culture)
en MS.Internal.Resources.ResourceManagerWrapper.GetStream(String name)
en MS.Internal.AppModel.ResourcePart.GetStreamCore(FileMode mode, FileAccess access)
en System.IO.Packaging.PackagePart.GetStream(FileMode mode, FileAccess access)
en System.IO.Packaging.PackagePart.GetStream()
en System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
en Mono.IOS.VisualStudio.Wizard.ConnectionWizardDialog.InitializeComponent()
en Mono.IOS.VisualStudio.Wizard.ConnectionWizardDialog..ctor()
en Mono.IOS.VisualStudio.BuildServerAddressProvider.BuildServerAddressProvider.ShowExplorer()
en Mono.IOS.VisualStudio.BuildServerAddressProvider.BuildServerAddressProvider.Start(BuildServerAddressContext context)
AVS: El registro del enlace de ensamblado está desactivado.
Para habilitar el registro de errores del enlace de ensamblado, establezca el valor de Registro [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) como 1.
Nota: existe una disminución del rendimiento asociada registro de errores del enlace de ensamblado.
Para desactivar esta característica, elimine el valor de Registro [HKLM\Software\
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment