gac Questions
9
Solved
Just looking for a short overview of GAC for a layman, not a link please.
4
Solved
%windir%\Microsoft.NET\assembly\ is the new GAC. Does it mean now we have to manage two GACs, one for .NET 2.0-3.5 applications and the other for .NET 4.0 applications?
The question is, why?
4
Solved
I've got a whole directory of dll's I need to register to the GAC. I'd like to avoid registering each file explicitly- but it appears that gacutil has no "register directory" option. Anyone have a ...
13
I have made a .NET .DLL file, which I want to register in the GAC.
I have used this command in Windows Server 2003 Command Prompt:
C:\"Path of dll"\>gacutil /i dllname.dll
'gacutil' is not rec...
Exaggerated asked 2/2, 2010 at 6:50
7
Solved
Is there a way to use PowerShell to view the contents of the GAC?
Propolis asked 19/5, 2009 at 13:44
3
Solved
I installed the VS2010 and .NET 4.0, then I compiled an assembly and ran the gacutil using the exe available on
%ProgramFiles%\Microsoft SDKs\Windows\v7.0A\Bin\NETFX 4.0 Tools
The output of the...
7
I have a .NET assembly that (for reasons outside my control) must be in the GAC. However, the same assembly is used by another program, which has a its own copy of an older version of the same asse...
5
Solved
I'm trying to register a .DLL in the GAC.
Currently I'm having trouble to prove it has been added to the assembly.
Using the command
C:\Windows\System32>%programfiles(x86)%\Microsoft
SDKs\Wind...
Polysyllable asked 9/8, 2017 at 14:22
1
Solved
We have a server where we have many development enviroments.
We have since this spring (4 months) had issues with the c:\windows\assembly\temp folder never cleans itself.
Today the size is ~28gb o...
10
Solved
I have installed a Web app on IIS 7.0 Windows Server 2008 R2 64bit.
I am referring an oracle.DataAccess.dll;
When I try to access the application I get the following message:
"Could not load file o...
Radices asked 24/3, 2013 at 9:20
7
Solved
I am trying to use the SPFederationAuthenticationModule class in my SharePoint Foundation 2010 project. \I cannot find Microsoft.Sharepoint.IdentityModel.dll file. There is not one in c:\windows\as...
Snakebird asked 7/4, 2011 at 12:51
6
Solved
I know there have been many people asking the same thing, I have read all the posts related, but I couldn't find the gacutil.exe, I was looking at C:\WINDOWS\microsoft.net\Framework\v1.1.4322 and I...
2
Solved
I need to implement BCrypt hashing in an SSIS package's data flow. I would like to do this by deploying the Bcrypt assembly to the GAC and then calling it in a script component. I downloaded the pr...
Negative asked 6/3, 2020 at 18:11
16
Solved
I am trying to use ViewBag in my application, I have all of the recent dlls, the latest version of MVC 3, but yet I am still getting the Error:
"The name 'ViewBag' does not exist in the current ...
Kyliekylila asked 10/2, 2011 at 16:56
3
Solved
I am unable to uninstall an Assembly (log4net.dll) from GAC. It is giving following error.
"Assembly is required by one or more applications".
However if I search the Assembly using ProcessExpl...
Suffruticose asked 15/3, 2010 at 13:13
2
Solved
I'm just starting to learn how to use WiX and I'm running into a snag. My package uses a third party library that requires some file to exist both in the GAC and the package installation directory....
2
I've read many questions and answers indicating that if I want to link my C# project against native libraries, I can't use AnyCPU platform target but must make separate 32- and 64-bit builds, each ...
Dasha asked 25/1, 2016 at 19:21
3
I am trying to add an assembly to the cache on Visual Studio 2010 Command Prompt. I get this error "Failure adding assembly to the cache: Attempt to install an assembly without a strong name". I am...
Gilberto asked 25/8, 2014 at 19:49
4
Solved
One of our partners provided us with an assembly we need to access from our application. Unfortunately, this is not strong-name so we can't install it to the GAC. And we can't place it in the same ...
7
Solved
I am building ASP.NET application with C# and I want to connect to oracle database.
I have added reference to Oracle.DataAccess in my application on my 64bit Microsoft Window Server 2008 machine.
I...
Lacedaemonian asked 8/3, 2013 at 12:26
4
Solved
Can I configure a .NET application in a way (settings in Visual Studio) that it references a "local" assembly (not in GAC) instead of an assembly within the GAC, although both assemblies have the s...
Tumbrel asked 22/10, 2009 at 12:28
8
Solved
How can I enumerate all available assemblies in GAC in C#?
Actually I am facing an issue with a stupid code - the assembly called Telerik.Web.UI.dll is referred and used in project - this particul...
2
Solved
I'm trying to deploy a VS2013 project containing the Oracle ODP.NET library to a Windows 2008 IIS server, and receive an error "Could not load type 'OracleInternal.Common.ConfigBaseClass' from asse...
Denim asked 26/10, 2015 at 20:37
2
Solved
I've developed a simple installation package using WiX that installs an assembly called WBRT.Configuration into the Global Assembly Cache (GAC). While the file installs, it is not removed when the ...
Artel asked 12/1, 2012 at 0:37
15
This is the error we get:
Error 1 The type 'System.Windows.Point' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Windows, Version=2.0.5.0, Culture...
Howlett asked 5/5, 2009 at 16:26
1 Next >
© 2022 - 2025 — McMap. All rights reserved.