I want to use the Microsft.Web.Administration.dll Assembly. On my Windows 7 the file is located only in the folder c:\windows\winsxs. Why is the assembly in this folder and is it reccomended to reference from there?
Should I reference assemblies from the WinSxS folder?
263 views Asked by gsharp At
1
There are 1 answers
Related Questions in .NET
- Does compiler optimize operation on const variable and literal const number?
- What is the point of definnig Asp.net Intrinsic Objects In different places and what is the different betwen them?
- Deleting Orphans with Fluent NHibernate
- IOrderedEnumerable to vb.net IOrderedEnumerable Conversion
- What is this namespace ITypeOfObjectsBoundToListBox ? Couldn't find it
- .net rest service with JSON string and consumed with java client
- What is best way to check if any of the property of object is null or empty?
- Telerik's WPF RadColorPicker NoColorText property not working
- Possible consequences of duplicate ProgId for different classes
- How are multiple requests to Task.Run handled from a resource management standpoint?
Related Questions in .NET-ASSEMBLY
- In C#, How Can I Use Public Class Members(Methods Or Variables) From Different Assembly
- Parameter "StrongAssemblyName" must be specified if the flag "gacinstall" is used
- How to load assemblies to the current app domain to the c# project dynamically?
- Why am I getting the following error when compiling this assembly?
- Does CLR still loads the assembly in the process even when it has Ngen'd copy of that assembly
- How to add a reference to C:\Windows\Microsoft.NET\assembly
- Error "Could not load file or assembly 'Newtonsoft.Json or one of its dependencies" occurs every day
- Determine whether assembly is a gui application
- Is "CLR Integration" enabled at a database level or the server/instance level?
- How to persist CSharpCodeProvider generated assembly as byte[]?
Related Questions in WINSXS
- How to calculate the hash (or not hash) value of the directory name in winsxs folder?
- How to use WinSxS manifests to redirect to an older version of a DLL?
- debugging COM free registration (c++)
- Should I reference assemblies from the WinSxS folder?
- External manifest seems to be unrecognized by Windows
- How do I load a C DLL from the SXS in Python?
- side-by-side configuration issure in an windows azure virtual machine
- Side-by-Side errors in Managed C++ wrapper DLL in VS2005+
- Use of Unregistered tlb files in VC++
- How windows side by side (WinSxS) mechanism works?
Related Questions in WEB-ADMINISTRATION
- WMI - 'Access Denied' exception thrown while reading IIS applications in remote domain machine
- Should I reference assemblies from the WinSxS folder?
- How to create a custom error page whenever an unexpected event occurs on a site with php?
- Remove-WebConfigurationProperty not removing file extension in request filtering section of IIS
- Add-PsSnapin WebAdministration in Windows7
- powershell find iis virtual application name from url
- Getting specific app pool's worker process in PowerShell returns value but process is already stopped
- Web Administration Tool database with IIS
- Can I create sites and application pools on a remote IIS server using Powershell?
- wmi query not returning data for a specific server
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?
Popular Tags
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)
I'd rather copy it somewhere locally and reference it from there if you really need it.