C# Corner
Tech
News
Videos
Forums
Trainings
Books
Events
More
Interviews
Jobs
Live
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
Java
Learn iOS Programming
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
2
Reply
How to fix the DLL hell Problem?
Chirag Satasiya
9y
2.3k
0
Reply
Delete Row
Delete Column
Insert Link
×
Insert
Cancel
Embed YouTube Video
×
Width (%)
Height (%)
Insert
Cancel
Table Options
×
Rows
Columns
First row as header
Create Table
Insert Image
×
Selected file:
Alignment
Left
Center
Right
Select an image from your device to upload
Upload to Server
Cancel
Submit
By assinging Strong Name in GAC Utility avoid versioning problem in Shared Assembly ies
Subash
8y
0
one of the easiest solution is to add shared assembly into GAC. Whenever we change the share assembly, change its version and add into GAC.Good to Know: In GAC, it’s possible to add assembly with same name and different version. This is also called as Side by Side execution.
Chirag Satasiya
9y
0
How to Install uninstall assemblies into GAC?
What is DLL hell problem?
Message