DCSIMG
GAC - Rotem Bloom's Blog

Rotem Bloom's Blog

Share knowledge on .NET and web development

News

About Me

Glad to help and share knowledge on .NET and also huge fan of Dream Theater.

Contact me via messenger

View Rotem Bloom's profile on LinkedIn

Dream Theater Pics

Blogs I Read

Browse by Tags

All Tags » GAC (RSS)
Did you know .NET DEVPATH environment variable??
Hi All, Did you ever want that .NET will look your .NET assemblies on path you can control on. well there is a way to do it by using DEVPATH . Developers might want to make sure that a shared assembly they are building works correctly with multiple applications. Instead of continually putting the assembly in the global assembly cache during the development cycle, the developer can create a DEVPATH environment variable that points to the build output directory for the assembly. Read more How to: Locate...