Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
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
Using Frequently Built Assemblies in Other Applications (.Net)
WhatsApp
Shweta Lodha
11y
3.7
k
0
2
25
Blog
Assume that you are creating a strong named MyAssembly that will be used in several applications. The assembly will be rebuilt frequently during the development cycle. But one must ensure that every time MyAssembly is rebuilt, it works properly with all the applications that are using it. So, in order to obtain this, we are required to configure the computer on which we will develop the assembly, such that each application uses the latest build of MyAssembly. To accomplish the above task, the following actions will help:
To point to the build output directory for the strong named assembly, create a DEVPATH environment variable.
Add the following element to the machine configuration file:
<developmentMode developerInstallation="true">
. This element tells the CLR to use the DEVPATH to locate the assembly.
Up Next
How To Add Pictures Or Images In Excel Sheet Using EPPlus .NET Application (C#) - Part Five
Ebook Download
View all
Object Oriented Programming Using C#
Read by 47.2k people
Download Now!
Learn
View all
Membership not found