{"id":864,"date":"2013-01-14T20:36:47","date_gmt":"2013-01-14T19:36:47","guid":{"rendered":"https:\/\/ridgesolutions.ie\/?p=864"},"modified":"2013-01-14T20:36:47","modified_gmt":"2013-01-14T19:36:47","slug":"visual-studio-2010-dll-reference-path-wont-change-when-remove-and-re-add-reference","status":"publish","type":"post","link":"https:\/\/www.ridgesolutions.ie\/index.php\/2013\/01\/14\/visual-studio-2010-dll-reference-path-wont-change-when-remove-and-re-add-reference\/","title":{"rendered":"Visual Studio 2010 &#8211; DLL Reference path won&#8217;t change when remove and re-add reference"},"content":{"rendered":"<p>On the whole Visual Studio is a great software development tool with a relatively low number of annoying bugs.  However, there is one annoying bug that Microsoft doesn&#8217;t seem to be bothered enough to fix&#8230;<\/p>\n<div>&nbsp;<\/div>\n<p>The problem happens if you remove and re-add a file reference to a DLL.  When you re-add the reference (same file name in a different folder) by browsing to a different file location, Visual Studio will for some reason insist on using the previous file path to the DLL and not the new one!!!<\/p>\n<div>&nbsp;<\/div>\n<p>You can find some more information about the problem <a href=\"http:\/\/social.msdn.microsoft.com\/Forums\/en\/vbide\/thread\/a645c6d0-8443-40c3-8cca-d2f33776ba3d\">here<\/a>.<\/p>\n<div>&nbsp;<\/div>\n<p>We were trying to change a reference&#8217;s path by removing and re-add it but it just didn&#8217;t work due to this bug!<\/p>\n<div>&nbsp;<\/div>\n<p>So how can we get around this problem? Well one way is to change the reference path directly by editing the project file.<\/p>\n<div>&nbsp;<\/div>\n<p>To do this, right click on the project in the solution explorer and choose &#8216;Unload Project.&#8217;  Once the project is unloaded, right-click on it again and then choose &#8216;Edit&#8217;, the project&#8217;s XML will be displayed in the editor.<\/p>\n<div>&nbsp;<\/div>\n<p>Now search for references to the incorrect reference path and change it to your new path.  To do this, look near the following elements:<br \/>\n[code lang=&#8221;xml&#8221;]<ItemGroup\/> and <Content\/>[\/code]<br \/>\nand:<br \/>\n[code lang=&#8221;xml&#8221;]<Reference> and <HintPath>[\/code]<\/p>\n<div>&nbsp;<\/div>\n<p>Finally, right-click on the project again and choose &#8216;Reload Project&#8217; &#8211; check that the references are correct&#8230;.<\/p>\n<div>&nbsp;<\/div>\n<p>I hope this helps someone, it was the only way we could figure out how to get around the problem&#8230;<\/p>\n<div>&nbsp;<\/div>\n","protected":false},"excerpt":{"rendered":"<p>On the whole Visual Studio is a great software development tool with a relatively low number of annoying bugs. However, there is one annoying bug that Microsoft doesn&#8217;t seem to be bothered enough to fix&#8230; &nbsp; The problem happens if you remove and re-add a file reference to a DLL. When you re-add the reference [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[91],"class_list":["post-864","post","type-post","status-publish","format-standard","hentry","category-tech-stuff","tag-visual-studio"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"On the whole Visual Studio is a great software development tool with a relatively low number of annoying bugs. However, there is one annoying bug that Microsoft doesn&#039;t seem to be bothered enough to fix... The problem happens if you remove and re-add a file reference to a DLL. When you re-add the reference\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Kevin Godden\"\/>\n\t<meta name=\"google-site-verification\" content=\"Kyj52YLp6GOPA44PVBffo9fjW8rgWHYYRF0ZYjfy6ss\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.ridgesolutions.ie\/index.php\/2013\/01\/14\/visual-studio-2010-dll-reference-path-wont-change-when-remove-and-re-add-reference\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Systems and Embedded Software Engineering, Ireland. | Some thoughts of a busy Computer Engineer\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Visual Studio 2010 \u2013 DLL Reference path won\u2019t change when remove and re-add reference\" \/>\n\t\t<meta property=\"og:description\" content=\"On the whole Visual Studio is a great software development tool with a relatively low number of annoying bugs. However, there is one annoying bug that Microsoft doesn&#039;t seem to be bothered enough to fix... The problem happens if you remove and re-add a file reference to a DLL. When you re-add the reference\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.ridgesolutions.ie\/index.php\/2013\/01\/14\/visual-studio-2010-dll-reference-path-wont-change-when-remove-and-re-add-reference\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2013-01-14T19:36:47+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2013-01-14T19:36:47+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Visual Studio 2010 \u2013 DLL Reference path won\u2019t change when remove and re-add reference\" \/>\n\t\t<meta name=\"twitter:description\" content=\"On the whole Visual Studio is a great software development tool with a relatively low number of annoying bugs. However, there is one annoying bug that Microsoft doesn&#039;t seem to be bothered enough to fix... The problem happens if you remove and re-add a file reference to a DLL. When you re-add the reference\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/2013\\\/01\\\/14\\\/visual-studio-2010-dll-reference-path-wont-change-when-remove-and-re-add-reference\\\/#article\",\"name\":\"Visual Studio 2010 \\u2013 DLL Reference path won\\u2019t change when remove and re-add reference\",\"headline\":\"Visual Studio 2010 &#8211; DLL Reference path won&#8217;t change when remove and re-add reference\",\"author\":{\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/author\\\/kgodden\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/wp-content\\\/uploads\\\/2013\\\/09\\\/ridge_logo1.jpg\",\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/#articleImage\",\"width\":400,\"height\":81},\"datePublished\":\"2013-01-14T20:36:47+00:00\",\"dateModified\":\"2013-01-14T20:36:47+00:00\",\"inLanguage\":\"en-US\",\"commentCount\":4,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/2013\\\/01\\\/14\\\/visual-studio-2010-dll-reference-path-wont-change-when-remove-and-re-add-reference\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/2013\\\/01\\\/14\\\/visual-studio-2010-dll-reference-path-wont-change-when-remove-and-re-add-reference\\\/#webpage\"},\"articleSection\":\"Tech Stuff, Visual Studio\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/2013\\\/01\\\/14\\\/visual-studio-2010-dll-reference-path-wont-change-when-remove-and-re-add-reference\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.ridgesolutions.ie\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/category\\\/tech-stuff\\\/#listItem\",\"name\":\"Tech Stuff\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/category\\\/tech-stuff\\\/#listItem\",\"position\":2,\"name\":\"Tech Stuff\",\"item\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/category\\\/tech-stuff\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/2013\\\/01\\\/14\\\/visual-studio-2010-dll-reference-path-wont-change-when-remove-and-re-add-reference\\\/#listItem\",\"name\":\"Visual Studio 2010 &#8211; DLL Reference path won&#8217;t change when remove and re-add reference\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/2013\\\/01\\\/14\\\/visual-studio-2010-dll-reference-path-wont-change-when-remove-and-re-add-reference\\\/#listItem\",\"position\":3,\"name\":\"Visual Studio 2010 &#8211; DLL Reference path won&#8217;t change when remove and re-add reference\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/category\\\/tech-stuff\\\/#listItem\",\"name\":\"Tech Stuff\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/#organization\",\"name\":\"Ridge Solutions, Software Development and Software Engineering, Ireland.\",\"description\":\"Some thoughts of a busy Computer Engineer\",\"url\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/wp-content\\\/uploads\\\/2013\\\/09\\\/ridge_logo1.jpg\",\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/2013\\\/01\\\/14\\\/visual-studio-2010-dll-reference-path-wont-change-when-remove-and-re-add-reference\\\/#organizationLogo\",\"width\":400,\"height\":81},\"image\":{\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/2013\\\/01\\\/14\\\/visual-studio-2010-dll-reference-path-wont-change-when-remove-and-re-add-reference\\\/#organizationLogo\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/author\\\/kgodden\\\/#author\",\"url\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/author\\\/kgodden\\\/\",\"name\":\"Kevin Godden\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/2013\\\/01\\\/14\\\/visual-studio-2010-dll-reference-path-wont-change-when-remove-and-re-add-reference\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d2833f41e59a25cf2a9741a05ec383bfdd278762a5e0798a90940e7ab0a107a2?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Kevin Godden\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/2013\\\/01\\\/14\\\/visual-studio-2010-dll-reference-path-wont-change-when-remove-and-re-add-reference\\\/#webpage\",\"url\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/2013\\\/01\\\/14\\\/visual-studio-2010-dll-reference-path-wont-change-when-remove-and-re-add-reference\\\/\",\"name\":\"Visual Studio 2010 \\u2013 DLL Reference path won\\u2019t change when remove and re-add reference\",\"description\":\"On the whole Visual Studio is a great software development tool with a relatively low number of annoying bugs. However, there is one annoying bug that Microsoft doesn't seem to be bothered enough to fix... The problem happens if you remove and re-add a file reference to a DLL. When you re-add the reference\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/2013\\\/01\\\/14\\\/visual-studio-2010-dll-reference-path-wont-change-when-remove-and-re-add-reference\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/author\\\/kgodden\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/author\\\/kgodden\\\/#author\"},\"datePublished\":\"2013-01-14T20:36:47+00:00\",\"dateModified\":\"2013-01-14T20:36:47+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/#website\",\"url\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/\",\"name\":\"Ridge Solutions, Software Development and Software Engineering, Ireland.\",\"description\":\"Some thoughts of a busy Computer Engineer\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Visual Studio 2010 \u2013 DLL Reference path won\u2019t change when remove and re-add reference","description":"On the whole Visual Studio is a great software development tool with a relatively low number of annoying bugs. However, there is one annoying bug that Microsoft doesn't seem to be bothered enough to fix... The problem happens if you remove and re-add a file reference to a DLL. When you re-add the reference","canonical_url":"https:\/\/www.ridgesolutions.ie\/index.php\/2013\/01\/14\/visual-studio-2010-dll-reference-path-wont-change-when-remove-and-re-add-reference\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"Kyj52YLp6GOPA44PVBffo9fjW8rgWHYYRF0ZYjfy6ss","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.ridgesolutions.ie\/index.php\/2013\/01\/14\/visual-studio-2010-dll-reference-path-wont-change-when-remove-and-re-add-reference\/#article","name":"Visual Studio 2010 \u2013 DLL Reference path won\u2019t change when remove and re-add reference","headline":"Visual Studio 2010 &#8211; DLL Reference path won&#8217;t change when remove and re-add reference","author":{"@id":"https:\/\/www.ridgesolutions.ie\/index.php\/author\/kgodden\/#author"},"publisher":{"@id":"https:\/\/www.ridgesolutions.ie\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.ridgesolutions.ie\/wp-content\/uploads\/2013\/09\/ridge_logo1.jpg","@id":"https:\/\/www.ridgesolutions.ie\/#articleImage","width":400,"height":81},"datePublished":"2013-01-14T20:36:47+00:00","dateModified":"2013-01-14T20:36:47+00:00","inLanguage":"en-US","commentCount":4,"mainEntityOfPage":{"@id":"https:\/\/www.ridgesolutions.ie\/index.php\/2013\/01\/14\/visual-studio-2010-dll-reference-path-wont-change-when-remove-and-re-add-reference\/#webpage"},"isPartOf":{"@id":"https:\/\/www.ridgesolutions.ie\/index.php\/2013\/01\/14\/visual-studio-2010-dll-reference-path-wont-change-when-remove-and-re-add-reference\/#webpage"},"articleSection":"Tech Stuff, Visual Studio"},{"@type":"BreadcrumbList","@id":"https:\/\/www.ridgesolutions.ie\/index.php\/2013\/01\/14\/visual-studio-2010-dll-reference-path-wont-change-when-remove-and-re-add-reference\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.ridgesolutions.ie#listItem","position":1,"name":"Home","item":"https:\/\/www.ridgesolutions.ie","nextItem":{"@type":"ListItem","@id":"https:\/\/www.ridgesolutions.ie\/index.php\/category\/tech-stuff\/#listItem","name":"Tech Stuff"}},{"@type":"ListItem","@id":"https:\/\/www.ridgesolutions.ie\/index.php\/category\/tech-stuff\/#listItem","position":2,"name":"Tech Stuff","item":"https:\/\/www.ridgesolutions.ie\/index.php\/category\/tech-stuff\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.ridgesolutions.ie\/index.php\/2013\/01\/14\/visual-studio-2010-dll-reference-path-wont-change-when-remove-and-re-add-reference\/#listItem","name":"Visual Studio 2010 &#8211; DLL Reference path won&#8217;t change when remove and re-add reference"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.ridgesolutions.ie#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.ridgesolutions.ie\/index.php\/2013\/01\/14\/visual-studio-2010-dll-reference-path-wont-change-when-remove-and-re-add-reference\/#listItem","position":3,"name":"Visual Studio 2010 &#8211; DLL Reference path won&#8217;t change when remove and re-add reference","previousItem":{"@type":"ListItem","@id":"https:\/\/www.ridgesolutions.ie\/index.php\/category\/tech-stuff\/#listItem","name":"Tech Stuff"}}]},{"@type":"Organization","@id":"https:\/\/www.ridgesolutions.ie\/#organization","name":"Ridge Solutions, Software Development and Software Engineering, Ireland.","description":"Some thoughts of a busy Computer Engineer","url":"https:\/\/www.ridgesolutions.ie\/","logo":{"@type":"ImageObject","url":"https:\/\/www.ridgesolutions.ie\/wp-content\/uploads\/2013\/09\/ridge_logo1.jpg","@id":"https:\/\/www.ridgesolutions.ie\/index.php\/2013\/01\/14\/visual-studio-2010-dll-reference-path-wont-change-when-remove-and-re-add-reference\/#organizationLogo","width":400,"height":81},"image":{"@id":"https:\/\/www.ridgesolutions.ie\/index.php\/2013\/01\/14\/visual-studio-2010-dll-reference-path-wont-change-when-remove-and-re-add-reference\/#organizationLogo"}},{"@type":"Person","@id":"https:\/\/www.ridgesolutions.ie\/index.php\/author\/kgodden\/#author","url":"https:\/\/www.ridgesolutions.ie\/index.php\/author\/kgodden\/","name":"Kevin Godden","image":{"@type":"ImageObject","@id":"https:\/\/www.ridgesolutions.ie\/index.php\/2013\/01\/14\/visual-studio-2010-dll-reference-path-wont-change-when-remove-and-re-add-reference\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/d2833f41e59a25cf2a9741a05ec383bfdd278762a5e0798a90940e7ab0a107a2?s=96&d=mm&r=g","width":96,"height":96,"caption":"Kevin Godden"}},{"@type":"WebPage","@id":"https:\/\/www.ridgesolutions.ie\/index.php\/2013\/01\/14\/visual-studio-2010-dll-reference-path-wont-change-when-remove-and-re-add-reference\/#webpage","url":"https:\/\/www.ridgesolutions.ie\/index.php\/2013\/01\/14\/visual-studio-2010-dll-reference-path-wont-change-when-remove-and-re-add-reference\/","name":"Visual Studio 2010 \u2013 DLL Reference path won\u2019t change when remove and re-add reference","description":"On the whole Visual Studio is a great software development tool with a relatively low number of annoying bugs. However, there is one annoying bug that Microsoft doesn't seem to be bothered enough to fix... The problem happens if you remove and re-add a file reference to a DLL. When you re-add the reference","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.ridgesolutions.ie\/#website"},"breadcrumb":{"@id":"https:\/\/www.ridgesolutions.ie\/index.php\/2013\/01\/14\/visual-studio-2010-dll-reference-path-wont-change-when-remove-and-re-add-reference\/#breadcrumblist"},"author":{"@id":"https:\/\/www.ridgesolutions.ie\/index.php\/author\/kgodden\/#author"},"creator":{"@id":"https:\/\/www.ridgesolutions.ie\/index.php\/author\/kgodden\/#author"},"datePublished":"2013-01-14T20:36:47+00:00","dateModified":"2013-01-14T20:36:47+00:00"},{"@type":"WebSite","@id":"https:\/\/www.ridgesolutions.ie\/#website","url":"https:\/\/www.ridgesolutions.ie\/","name":"Ridge Solutions, Software Development and Software Engineering, Ireland.","description":"Some thoughts of a busy Computer Engineer","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.ridgesolutions.ie\/#organization"}}]},"og:locale":"en_US","og:site_name":"Systems and Embedded Software Engineering, Ireland. | Some thoughts of a busy Computer Engineer","og:type":"article","og:title":"Visual Studio 2010 \u2013 DLL Reference path won\u2019t change when remove and re-add reference","og:description":"On the whole Visual Studio is a great software development tool with a relatively low number of annoying bugs. However, there is one annoying bug that Microsoft doesn't seem to be bothered enough to fix... The problem happens if you remove and re-add a file reference to a DLL. When you re-add the reference","og:url":"https:\/\/www.ridgesolutions.ie\/index.php\/2013\/01\/14\/visual-studio-2010-dll-reference-path-wont-change-when-remove-and-re-add-reference\/","article:published_time":"2013-01-14T19:36:47+00:00","article:modified_time":"2013-01-14T19:36:47+00:00","twitter:card":"summary","twitter:title":"Visual Studio 2010 \u2013 DLL Reference path won\u2019t change when remove and re-add reference","twitter:description":"On the whole Visual Studio is a great software development tool with a relatively low number of annoying bugs. However, there is one annoying bug that Microsoft doesn't seem to be bothered enough to fix... The problem happens if you remove and re-add a file reference to a DLL. When you re-add the reference"},"aioseo_meta_data":{"post_id":"864","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2021-09-13 12:22:22","updated":"2025-07-15 21:56:09","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.ridgesolutions.ie\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.ridgesolutions.ie\/index.php\/category\/tech-stuff\/\" title=\"Tech Stuff\">Tech Stuff<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tVisual Studio 2010 \u2013 DLL Reference path won\u2019t change when remove and re-add reference\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.ridgesolutions.ie"},{"label":"Tech Stuff","link":"https:\/\/www.ridgesolutions.ie\/index.php\/category\/tech-stuff\/"},{"label":"Visual Studio 2010 &#8211; DLL Reference path won&#8217;t change when remove and re-add reference","link":"https:\/\/www.ridgesolutions.ie\/index.php\/2013\/01\/14\/visual-studio-2010-dll-reference-path-wont-change-when-remove-and-re-add-reference\/"}],"_links":{"self":[{"href":"https:\/\/www.ridgesolutions.ie\/index.php\/wp-json\/wp\/v2\/posts\/864","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ridgesolutions.ie\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ridgesolutions.ie\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ridgesolutions.ie\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ridgesolutions.ie\/index.php\/wp-json\/wp\/v2\/comments?post=864"}],"version-history":[{"count":0,"href":"https:\/\/www.ridgesolutions.ie\/index.php\/wp-json\/wp\/v2\/posts\/864\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.ridgesolutions.ie\/index.php\/wp-json\/wp\/v2\/media?parent=864"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ridgesolutions.ie\/index.php\/wp-json\/wp\/v2\/categories?post=864"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ridgesolutions.ie\/index.php\/wp-json\/wp\/v2\/tags?post=864"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}