Install and Setup Guide for Visual Studio

Page 5 of 5 FirstFirst ... 345
  1. #41
    Hi @Prybe,

    what i have to do to change version of the controls? i only change the dlls references but don't works, the compiler doesn't recognize the controls
    In general, it should be enough to change the dlls and get the controls recognized. Though, it depends.

    Please clarify is there any compile error when you build the solution except non-recognized controls? There is probably a clue.
  2. #42

    Solved

    Thanks ALobpreis and daniil, it's solved reading the braking changes
  3. #43

    System.OutOfMemoryException install ext.net 3.0 in visual studio 2013

    Hi.

    i install ext.net from console but when i compiled the aplication show the error:

    Error de servidor en la aplicaci?n '/'.


    Se produjo una excepci?n de tipo 'System.OutOfMemoryException'.
    
    Descripci?n: Excepci?n no controlada al ejecutar la solicitud Web actual. Revise el seguimiento de la pila para obtener m?s informaci?n acerca del error y d?nde se origin? en el c?digo.
    
    Detalles de la excepci?n: System.OutOfMemoryException: Se produjo una excepci?n de tipo 'System.OutOfMemoryException'.
    
    Error de c?digo fuente:
    Se ha generado una excepci?n no controlada durante la ejecuci?n de la solicitud Web actual. La informaci?n sobre el origen y la ubicaci?n de la excepci?n pueden identificarse utilizando la excepci?n del seguimiento de la pila siguiente.
    
    Seguimiento de la pila:
    [OutOfMemoryException: Se produjo una excepci?n de tipo 'System.OutOfMemoryException'.]
       System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) +0
       System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) +34
       System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) +152
       System.Reflection.RuntimeAssembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm, Boolean forIntrospection, Boolean suppressSecurityChecks, StackCrawlMark& stackMark) +102
       System.Reflection.Assembly.LoadFrom(String assemblyFile) +34
       WebActivatorEx.ActivationManager.get_Assemblies() +188
       WebActivatorEx.ActivationManager.RunActivationMethods(Boolean designerMode) +76
       WebActivatorEx.ActivationManager.RunPreStartMethods(Boolean designerMode) +48
       WebActivatorEx.ActivationManager.Run() +75
    
    [InvalidOperationException: El m?todo de inicializaci?n Run previo al inicio de la aplicaci?n del tipo WebActivatorEx.ActivationManager produjo una excepci?n con el siguiente mensaje de error: Se produjo una excepci?n de tipo 'System.OutOfMemoryException'..]
       System.Web.Compilation.BuildManager.InvokePreStartInitMethodsCore(ICollection`1 methods, Func`1 setHostingEnvironmentCultures) +547
       System.Web.Compilation.BuildManager.InvokePreStartInitMethods(ICollection`1 methods) +132
       System.Web.Compilation.BuildManager.CallPreStartInitMethods(String preStartInitListPath, Boolean& isRefAssemblyLoaded) +102
       System.Web.Compilation.BuildManager.ExecutePreAppStart() +153
       System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel, Exception appDomainCreationException) +521
    
    [HttpException (0x80004005): El m?todo de inicializaci?n Run previo al inicio de la aplicaci?n del tipo WebActivatorEx.ActivationManager produjo una excepci?n con el siguiente mensaje de error: Se produjo una excepci?n de tipo 'System.OutOfMemoryException'..]
       System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +9930508
       System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +101
       System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +254
    Informaci?n de versi?n: Versi?n de Microsoft .NET Framework:4.0.30319; Versi?n ASP.NET:4.0.30319.34212
    Last edited by geoffrey.mcgill; Jan 14, 2015 at 1:12 AM.
  4. #44
    Hi @farallones,

    Thank you for the report. This problem is being discussed here.
    http://forums.ext.net/showthread.php?50781

    You are welcome to post in that thread as much information as you can. For example, OS details (version, installed updates) and exact version of Visual Studio. Also is it always reproducible or sometimes? Does it happen with a Web Forms project or an MVC one or both? Is it reproducible in VS 2012?
    Last edited by Daniil; Jan 15, 2015 at 5:43 AM.
  5. #45

    Install and Setup Guide for Visual Studio

    it's very userful for new ones
  6. #46

    'Newtonsoft.Json' already has a dependency defined for 'Microsoft.CSharp'

    Hello,
    I am trying to install Ext.NET on Visual Studio 2012 via Package Manager Console but I receive this error:
    'Newtonsoft.Json' already has a dependency defined for 'Microsoft.CSharp'
    Here is the full process:
    Install-Package Ext.NET
    Attempting to resolve dependency 'Ext.NET.Utilities (≥ 2.5.0)'.
    Attempting to resolve dependency 'Transformer.NET (≥ 2.1.1)'.
    Attempting to resolve dependency 'Newtonsoft.Json (≥ 10.0.2)'.
    Install-Package : 'Newtonsoft.Json' already has a dependency defined for 'Microsoft.CSharp'.
    At line:1 char:1
    + Install-Package Ext.NET
    + ~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (:) [Install-Package], InvalidOperationException
        + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
    *Nuget version: 2.8.60318.667
  7. #47
    atroul

    You cannot. VS2012 is not able to build EXT.net.

    see my thread here: https://forums.ext.net/showthread.php?61961

    Download community edition VS2017. it will build ext.net just fine.

    /Z
  8. #48
    Hello Z,
    Thank you for your information.
    Weird thing is that I am working on another laptop with vs2012 and ext.net .
    Is it something that hapenned with the latest version of nugget?
  9. #49
    Correction: Ext.NET does build on VS2012. The problem is that VS2012 is unable to fetch the Newtonsoft.Json package (current version), which is a dependency to Ext.NET. If you restore the NuGet package for Newtonsoft.Json manually, you would be able to build Ext.NET on VS2012.

    Some workarounds for that VS2012 limitation are:
    - install VS2017 community, make it restore NuGet packages, and proceed to VS2012
    - use NuGet commandline to restore the NuGet packages and proceed to VS2012
    - download the NuGet package and extract it to the solution's packages/ folder (the .nupkg file is but a zip file), and proceed to VS2012.

    Hope this helps!
    Fabrício Murta
    Developer & Support Expert
Page 5 of 5 FirstFirst ... 345

Similar Threads

  1. cant install visual studio 2012 and 2011
    By gamemaker825 in forum 2.x Help
    Replies: 0
    Last Post: Jul 22, 2012, 3:11 PM
  2. Visual Studio Designer
    By maksim in forum 1.x Help
    Replies: 2
    Last Post: Apr 08, 2012, 10:43 AM
  3. Visual Studio 2010
    By speddi in forum 1.x Help
    Replies: 2
    Last Post: Oct 11, 2010, 1:42 PM
  4. Visual Studio 2010
    By Kaido in forum 1.x Help
    Replies: 2
    Last Post: Aug 12, 2010, 8:17 PM
  5. Visual Studio 2010
    By drgw74 in forum Open Discussions
    Replies: 7
    Last Post: Jun 24, 2010, 7:59 AM

Posting Permissions