I am working on an new visual studio extension and when testing I'm using a vsix project to run the experimental instance, however this takes about 5 minutes just to boot up. I have resharper and devexpress installed on my development instance of VS, I notice that these dlls are loaded when my experimental instance loads up even though I'm not using these dev tools in my extension. I have tried removing the add-in for devexpress from the Toolbox Items on my instance but they are still loaded. Devexpress takes some time to load are because of the many dll's this suite contains. I cannot remove it as I have other projects I am maintaining using Devexpress. Is there anywhere of improving performance and using the instance with no extra add-in's, please advise?
Visual Studio Experimental Instance loading too slow?
537 Views Asked by Donald N. Mafa At
0
There are 0 best solutions below
Related Questions in VISUAL-STUDIO-2012
- An error occurred while trying to restore packages: 'Dapper' already has a dependency defined for 'System.Data.SqlClient'
- Getting Error 0x80131509 whenever I try to create a new empty project (using vs2012 as it's what my uni prefers)
- Visual Basic Supports
- Open Visual Studio 2012 solution in Visual Studio 2013
- Gif is Slow in Visual Studio C# Winform Application?
- The type initializer for 'Sybase.Data.AseClient1.AseConnection' threw an exception. SSIS - Sybase
- Is there a way to fix broken syntax highlighting in Visual Studio 2012?
- Visual Studio Ultimate
- Can __uuidof be used as a C-string const?
- How to connect MS Access database to Visual Basic
- Cannot drag and drop items from toolbox in Visual studio
- Invalid operation. Could not find default endpoint element
- I keep on receiving a "bash permission denied" notification every time I try to execute a program on VS Code
- Wix Toolset v4 Shortcut & installation directory per login user
- Migrating from VS2012: Opening in VS2022 does not prompt for upgrade
Related Questions in DEVEXPRESS
- React Gantt ERROR Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node
- How to get the value of a specific row from a treeList
- Can't get XAF/XPO association working as expected
- Filter DataGridView items by properties of objects on a List in an item property
- Laravel DevExpress Grid Adaptor
- IIS worker process memory keeps increasing with each new devexpress report beeing served
- Implementing Recursive Nested Tables with Dynamic Data in Angular Using DevExtreme Master-Detail Component
- PivotGrid - calculateCustomSummary Incorrect Percentage Calculation for Grouped Rows
- How do I completely remove devexpress from the computer?
- BindingList not updating in real time with gridview
- WPF Button with Image and Text (with the whole button clickable)
- How to move photo path from database to image editor in c#?
- Print as pdf in DevExpress RichEdit react
- .NET MAUI Devexpress Datagrid TemplateColumn Filtering
- Need Automatic Rerendering of DxTabs in Blazor Application Using DevExpress Components
Related Questions in DSL
- Jmeter Java DSL - getting issues when using rpsThreadGroup
- How to set up URL redirection on D-Link router for specific domain?
- Build array of objects with PactDsl for json request
- Adding my own transpiled file format to Typescript imports
- Nextflow - I/O and index issues
- How can I use version catalogs with Kotlin DSL?
- Groovy dsl dependency injection
- Groovy DSL SecureASTCustomerizer IDE integration
- How to classify this interpreter
- Is this Ruby syntax or is it a DSL and how can I learn Ruby syntax or Rails DSL?
- mutliple definition of preproccessor # value
- Using Groovy map for DSL arguments
- Complex Swift DSL with inter-relationships
- Function literal with a receiver invocation
- How do I eliminate data duplication in querydsl?
Related Questions in VSIX
- Is it possible to refresh filters instead of reloading project
- "Visual Studio stopped responding for 12 seconds,uninstalling extension might help" getting this message on installing VSIX and on opening the project
- How to Format xml based files (csproject) in vsix?
- How to add console when debugging VSIX project
- VSIX Show ContextMenu after Multi-File Selection in Two or More Projects
- In VSIX, reading Configuration Properties of CSPROJ throws COMException (method or operation not implemented)
- Reclassify text in span as different IClassifierProvider
- How to add a File in vstemplate in a back folder?
- How do you set the connection for the activewindow (EnvDTE.Window) in a VSIX extension?
- Error in displaying the Extension in SSMS created in Visual Studio (VSIX project) when right clicking any tables
- How to get the top/bottom line numbers of MSVC pane
- How to add file type validation , when trying to add existing item in solution explorer of visual studio experimental instance?
- How to display two custom tool windows in a same place as tabbed format
- How to suppress, VS detects EXE is not in synch with Custom File so give Stop Debugging error box during Edit& Continue
- How to dock a tool window when it open for the first time in vsix?
Related Questions in DSL-TOOLS
- VS2022 Extensibility: How to resolve "The type 'XXX' exists in both 'Assembly 1' and 'Assembly2' in T4 template execution
- Visual Studio 2019 DSL Toolbox (Version 4.0.0.0 from Microsoft Corporation .Net Component)
- What approach graphical DSL workbenches use: Parsers or projections?
- How to load a ModelingPackage (DSL-Tools) asynchronously in Visual Studio 2019?
- How to create a DSL tools project in Visual Studio 2019?
- Can Visual Studio's Find be hooked for new file types?
- Center a DSL shape on diagram screen
- How to add multi line string property on DSL
- How to add context menu option for laying out the diagram in DSL Tools?
- Microsoft.VisualStudio.Modeling.DomainDataNotFoundException : Domain object with identity was not found in directory
- "Cannot load resource" in Visual Studio 2015 toolbar with a DSL
- Debugger for DSL
- Testing Domain specific languages
- Exception from HRESULT: 0x80070057 (E_INVALIDARG) on DSL Designer Visual Studio 2013
- Working with parsed model in Xtend validator
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?