Questions tagged [gac]
Question Related to Global Assembly Cache
62 questions
0 votes
1 answer
1k views
SharePoint Server 2019 Health Error: [MissingWebPart] class [Microsoft.Office.Excel.WebUI.ExcelWebRenderer]
This SP 2019 farm is connected with OOS and I can view online Excel files stored in SharePoint, but I get the Health Error: [MissingWebPart] WebPart class [e6002ce8-69ee-168a-8f7c-a1d98d51da29] (...
1 vote
1 answer
1k views
SharePoint - 80 : Error: The web.config is invalid on this IIS Web Site:
I tried to deploy a .wsp solution to my SP farm. But I met the following error: Last Operation Result: Some of the files failed to copy during deployment of the solution. Last Operation ...
0 votes
1 answer
270 views
Feature Event Receiver - older version of event receiver firing
Sharepoint 2013 Steps to recreate issue: 1.) Following the steps from this blog... https://sharepointgotchas.wordpress.com/tag/httpmodule/ I started with an Empty SP solution. I created an HTTP ...
0 votes
1 answer
324 views
SharePoint 2010 : Custom Web part Assembly file missing
SharePoint 2010 : Windows Server 2008 and We have few custom solutions deployed. Recently added a new WFE and re-deployed all solutions in the Farm. but in new WFE, few assemblies are missing and ...
1 vote
0 answers
31 views
Sharepoint on-prem server-side solution missing third-party assemblies
I am having a strange problem with a solution deployed to a SP 2013 on-premises server. The solution is using some third-party ASP.NET controls which were previously deployed in the GAC. For some ...
1 vote
0 answers
68 views
A Web Part on this Page cannot be displayed or imported. The type could not be found or it is not registered as safe
A slight variation on an old chestnut of a problem. I have a SP2007 farm which we are upgrading to SP2010. We are carrying out UAT on our dev platform before conducting the full live environment ...
0 votes
1 answer
413 views
Update-spsolution keep old version
In Sharepoint Foundation 2013 i have developped an spsolution scoped web with an eventreceiver. It's attached to a specific list in featureactivated. When i do update-spsolution -identity xxx.wsp -...
2 votes
2 answers
8k views
Web Part Error: Could not be found or it is not registered as safe
Looking around I know this is a common error but I can't find for help for the specific issue I am having. I am getting the error but in the message it is displaying the web part with it's ...
1 vote
1 answer
2k views
Difference between GAC Deployment and BIN deployment ? Also What is CAS Policy - How do we give Full Trust in CAS policy?
None of the answers I found on the web was satisfying.
1 vote
3 answers
2k views
Cannot add webpart to page - DLL not registered in Assembly
Background: I have developed a Farm solution webpart for SharePoint 2013 Enterprise more than a year ago. This project uses two DLL which are: sample_1.dll sample_2.dll The whole solution consist: (2)...
0 votes
1 answer
105 views
Deploying Dll to sharepoint sharepoint site throwing exception
I was created a Two Project in one solution One for feature activation and anthor one is for TimerJob. Manually i deployed the solution or If i take a wsp and put it in patch this two solution was ...
0 votes
1 answer
863 views
The type 'Microsoft.SharePoint.WebPartPages.WebPartPage' exists in both
I have a problem here: An error occurred during the compilation of the requested file, or one of its dependencies. The type 'Microsoft.SharePoint.WebPartPages.WebPartPage' exists in both 'c:\Windows\...
1 vote
1 answer
203 views
What is version 16 in the GAC?
I have installed SharePoint 2013, which should correspond, if I'm not mistaken, to the build 15. In the GAC, some SharePoint libraries such as Microsoft.SharePoint.dll are version 15, but some others,...
2 votes
1 answer
3k views
Difference between Assembly Deployment Target set to "GlobalAssemblyCache" or "WebApplication"
When I view the properties for my SharePoint 2010 project I can see an option of Assembly Deployment Target which can be set to either GlobalAssemblyCache or WebApplication. From this question I was ...
0 votes
1 answer
33 views
How can I grab only SharePoint Assemblies from GAC?
How can I grab all SharePoint .wsp related assemblies from GAC in windows server 2008 r2?