{"id":1172,"date":"2009-02-26T01:11:58","date_gmt":"2009-02-26T09:11:58","guid":{"rendered":"http:\/\/www.sapien.com\/blog\/?p=1172"},"modified":"2009-02-26T14:35:19","modified_gmt":"2009-02-26T22:35:19","slug":"primalforms-file-dialog-hangs-on-windows-vista-sp1-with-net-30-35","status":"publish","type":"post","link":"https:\/\/dev.sapien.com\/blog\/2009\/02\/26\/primalforms-file-dialog-hangs-on-windows-vista-sp1-with-net-30-35\/","title":{"rendered":"PrimalForms &#8211; File Dialog Hangs on Windows Vista SP1 with .Net 3.0 \/3.5"},"content":{"rendered":"<p>Some of our PrimalForms users may have encountered issues with the OpenFileDialog or SaveFileDialog running under Windows Vista.<\/p>\n<p>The bad news is that scripts which include OpenFileDialogs or SaveFileDialogs and that previously worked on Windows XP may encounter freezing issues on Vista SP1 systems with .Net 3.0\/3.5. The affected scripts will hang when PowerShell executes the File Dialog\u2019s ShowDialog function. It&#8217;s important to note that this issue is not limited to PowerShell but may affect any other .Net application.<\/p>\n<p>The good news is that there is a work-around for this issue. In order to prevent this problem, you must set the dialog\u2019s ShowHelp property to $True before calling the ShowDialog function. If you are using SaveFileDialog you will also want to set the CreatePrompt and OverwritePrompt properties to $True as well.<\/p>\n<p>$saveFileDialog1 = New-Object System.Windows.Forms.SaveFileDialog<\/p>\n<p>$saveFileDialog1.ShowHelp = $True<\/p>\n<p>$saveFileDialog1.OverwritePrompt = $True<\/p>\n<p>$saveFileDialog1.CreatePrompt = $True<br \/>\n$saveFileDIalog1.ShowDialog() #It is now safe to call this function<\/p>\n<p>The next version of PrimalForms will set these property values to $True by default; therefore you needn\u2019t worry about setting these properties manually. In addition to solving this issue, the next version of PrimalForms will also prevent the maximized form issue by including a scripted workaround.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Some of our PrimalForms users may have encountered issues with the OpenFileDialog or SaveFileDialog running under Windows Vista. The bad news is that scripts which include OpenFileDialogs or SaveFileDialogs and that previously worked on Windows XP may encounter freezing issues on Vista SP1 systems with .Net 3.0\/3.5. The affected scripts will hang when PowerShell executes [&hellip;]<\/p>\n","protected":false},"author":10,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[310,311,21,25],"tags":[28,314,1003],"class_list":["post-1172","post","type-post","status-publish","format-standard","hentry","category-free-tools","category-primaltools","category-software-news","category-windows-powershell","tag-powershell","tag-primalforms","tag-primaltools"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Some of our PrimalForms users may have encountered issues with the OpenFileDialog or SaveFileDialog running under Windows Vista. The bad news is that scripts which include OpenFileDialogs or SaveFileDialogs and that previously worked on Windows XP may encounter freezing issues on Vista SP1 systems with .Net 3.0\/3.5. The affected scripts will hang when PowerShell executes\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"David Corrales\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/dev.sapien.com\/blog\/2009\/02\/26\/primalforms-file-dialog-hangs-on-windows-vista-sp1-with-net-30-35\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"DEV SAPIEN Blog - Tools for IT Success\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"PrimalForms \u2013 File Dialog Hangs on Windows Vista SP1 with .Net 3.0 \/3.5 - DEV SAPIEN Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"Some of our PrimalForms users may have encountered issues with the OpenFileDialog or SaveFileDialog running under Windows Vista. The bad news is that scripts which include OpenFileDialogs or SaveFileDialogs and that previously worked on Windows XP may encounter freezing issues on Vista SP1 systems with .Net 3.0\/3.5. The affected scripts will hang when PowerShell executes\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/dev.sapien.com\/blog\/2009\/02\/26\/primalforms-file-dialog-hangs-on-windows-vista-sp1-with-net-30-35\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2009-02-26T09:11:58+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2009-02-26T22:35:19+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"PrimalForms \u2013 File Dialog Hangs on Windows Vista SP1 with .Net 3.0 \/3.5 - DEV SAPIEN Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Some of our PrimalForms users may have encountered issues with the OpenFileDialog or SaveFileDialog running under Windows Vista. The bad news is that scripts which include OpenFileDialogs or SaveFileDialogs and that previously worked on Windows XP may encounter freezing issues on Vista SP1 systems with .Net 3.0\/3.5. The affected scripts will hang when PowerShell executes\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2009\\\/02\\\/26\\\/primalforms-file-dialog-hangs-on-windows-vista-sp1-with-net-30-35\\\/#blogposting\",\"name\":\"PrimalForms \\u2013 File Dialog Hangs on Windows Vista SP1 with .Net 3.0 \\\/3.5 - DEV SAPIEN Blog\",\"headline\":\"PrimalForms &#8211; File Dialog Hangs on Windows Vista SP1 with .Net 3.0 \\\/3.5\",\"author\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/david-corrales\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#organization\"},\"datePublished\":\"2009-02-26T01:11:58-08:00\",\"dateModified\":\"2009-02-26T14:35:19-08:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2009\\\/02\\\/26\\\/primalforms-file-dialog-hangs-on-windows-vista-sp1-with-net-30-35\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2009\\\/02\\\/26\\\/primalforms-file-dialog-hangs-on-windows-vista-sp1-with-net-30-35\\\/#webpage\"},\"articleSection\":\"Free Tools, PrimalTools, Software News, Windows PowerShell, powershell, PrimalForms, PrimalTools\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2009\\\/02\\\/26\\\/primalforms-file-dialog-hangs-on-windows-vista-sp1-with-net-30-35\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/dev.sapien.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/#listItem\",\"name\":\"Software News\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/#listItem\",\"position\":2,\"name\":\"Software News\",\"item\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/free-tools\\\/#listItem\",\"name\":\"Free Tools\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/free-tools\\\/#listItem\",\"position\":3,\"name\":\"Free Tools\",\"item\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/free-tools\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2009\\\/02\\\/26\\\/primalforms-file-dialog-hangs-on-windows-vista-sp1-with-net-30-35\\\/#listItem\",\"name\":\"PrimalForms &#8211; File Dialog Hangs on Windows Vista SP1 with .Net 3.0 \\\/3.5\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/#listItem\",\"name\":\"Software News\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2009\\\/02\\\/26\\\/primalforms-file-dialog-hangs-on-windows-vista-sp1-with-net-30-35\\\/#listItem\",\"position\":4,\"name\":\"PrimalForms &#8211; File Dialog Hangs on Windows Vista SP1 with .Net 3.0 \\\/3.5\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/free-tools\\\/#listItem\",\"name\":\"Free Tools\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#organization\",\"name\":\"DEV SAPIEN Blog\",\"description\":\"Tools for IT Success\",\"url\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/david-corrales\\\/#author\",\"url\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/david-corrales\\\/\",\"name\":\"David Corrales\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2009\\\/02\\\/26\\\/primalforms-file-dialog-hangs-on-windows-vista-sp1-with-net-30-35\\\/#webpage\",\"url\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2009\\\/02\\\/26\\\/primalforms-file-dialog-hangs-on-windows-vista-sp1-with-net-30-35\\\/\",\"name\":\"PrimalForms \\u2013 File Dialog Hangs on Windows Vista SP1 with .Net 3.0 \\\/3.5 - DEV SAPIEN Blog\",\"description\":\"Some of our PrimalForms users may have encountered issues with the OpenFileDialog or SaveFileDialog running under Windows Vista. The bad news is that scripts which include OpenFileDialogs or SaveFileDialogs and that previously worked on Windows XP may encounter freezing issues on Vista SP1 systems with .Net 3.0\\\/3.5. The affected scripts will hang when PowerShell executes\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2009\\\/02\\\/26\\\/primalforms-file-dialog-hangs-on-windows-vista-sp1-with-net-30-35\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/david-corrales\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/david-corrales\\\/#author\"},\"datePublished\":\"2009-02-26T01:11:58-08:00\",\"dateModified\":\"2009-02-26T14:35:19-08:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/\",\"name\":\"DEV SAPIEN Blog\",\"description\":\"Tools for IT Success\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"PrimalForms \u2013 File Dialog Hangs on Windows Vista SP1 with .Net 3.0 \/3.5 - DEV SAPIEN Blog","description":"Some of our PrimalForms users may have encountered issues with the OpenFileDialog or SaveFileDialog running under Windows Vista. The bad news is that scripts which include OpenFileDialogs or SaveFileDialogs and that previously worked on Windows XP may encounter freezing issues on Vista SP1 systems with .Net 3.0\/3.5. The affected scripts will hang when PowerShell executes","canonical_url":"https:\/\/dev.sapien.com\/blog\/2009\/02\/26\/primalforms-file-dialog-hangs-on-windows-vista-sp1-with-net-30-35\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/dev.sapien.com\/blog\/2009\/02\/26\/primalforms-file-dialog-hangs-on-windows-vista-sp1-with-net-30-35\/#blogposting","name":"PrimalForms \u2013 File Dialog Hangs on Windows Vista SP1 with .Net 3.0 \/3.5 - DEV SAPIEN Blog","headline":"PrimalForms &#8211; File Dialog Hangs on Windows Vista SP1 with .Net 3.0 \/3.5","author":{"@id":"https:\/\/dev.sapien.com\/blog\/author\/david-corrales\/#author"},"publisher":{"@id":"https:\/\/dev.sapien.com\/blog\/#organization"},"datePublished":"2009-02-26T01:11:58-08:00","dateModified":"2009-02-26T14:35:19-08:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/dev.sapien.com\/blog\/2009\/02\/26\/primalforms-file-dialog-hangs-on-windows-vista-sp1-with-net-30-35\/#webpage"},"isPartOf":{"@id":"https:\/\/dev.sapien.com\/blog\/2009\/02\/26\/primalforms-file-dialog-hangs-on-windows-vista-sp1-with-net-30-35\/#webpage"},"articleSection":"Free Tools, PrimalTools, Software News, Windows PowerShell, powershell, PrimalForms, PrimalTools"},{"@type":"BreadcrumbList","@id":"https:\/\/dev.sapien.com\/blog\/2009\/02\/26\/primalforms-file-dialog-hangs-on-windows-vista-sp1-with-net-30-35\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/dev.sapien.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/#listItem","name":"Software News"}},{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/#listItem","position":2,"name":"Software News","item":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/","nextItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/free-tools\/#listItem","name":"Free Tools"},"previousItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/free-tools\/#listItem","position":3,"name":"Free Tools","item":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/free-tools\/","nextItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/2009\/02\/26\/primalforms-file-dialog-hangs-on-windows-vista-sp1-with-net-30-35\/#listItem","name":"PrimalForms &#8211; File Dialog Hangs on Windows Vista SP1 with .Net 3.0 \/3.5"},"previousItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/#listItem","name":"Software News"}},{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/2009\/02\/26\/primalforms-file-dialog-hangs-on-windows-vista-sp1-with-net-30-35\/#listItem","position":4,"name":"PrimalForms &#8211; File Dialog Hangs on Windows Vista SP1 with .Net 3.0 \/3.5","previousItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/free-tools\/#listItem","name":"Free Tools"}}]},{"@type":"Organization","@id":"https:\/\/dev.sapien.com\/blog\/#organization","name":"DEV SAPIEN Blog","description":"Tools for IT Success","url":"https:\/\/dev.sapien.com\/blog\/"},{"@type":"Person","@id":"https:\/\/dev.sapien.com\/blog\/author\/david-corrales\/#author","url":"https:\/\/dev.sapien.com\/blog\/author\/david-corrales\/","name":"David Corrales"},{"@type":"WebPage","@id":"https:\/\/dev.sapien.com\/blog\/2009\/02\/26\/primalforms-file-dialog-hangs-on-windows-vista-sp1-with-net-30-35\/#webpage","url":"https:\/\/dev.sapien.com\/blog\/2009\/02\/26\/primalforms-file-dialog-hangs-on-windows-vista-sp1-with-net-30-35\/","name":"PrimalForms \u2013 File Dialog Hangs on Windows Vista SP1 with .Net 3.0 \/3.5 - DEV SAPIEN Blog","description":"Some of our PrimalForms users may have encountered issues with the OpenFileDialog or SaveFileDialog running under Windows Vista. The bad news is that scripts which include OpenFileDialogs or SaveFileDialogs and that previously worked on Windows XP may encounter freezing issues on Vista SP1 systems with .Net 3.0\/3.5. The affected scripts will hang when PowerShell executes","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/dev.sapien.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/dev.sapien.com\/blog\/2009\/02\/26\/primalforms-file-dialog-hangs-on-windows-vista-sp1-with-net-30-35\/#breadcrumblist"},"author":{"@id":"https:\/\/dev.sapien.com\/blog\/author\/david-corrales\/#author"},"creator":{"@id":"https:\/\/dev.sapien.com\/blog\/author\/david-corrales\/#author"},"datePublished":"2009-02-26T01:11:58-08:00","dateModified":"2009-02-26T14:35:19-08:00"},{"@type":"WebSite","@id":"https:\/\/dev.sapien.com\/blog\/#website","url":"https:\/\/dev.sapien.com\/blog\/","name":"DEV SAPIEN Blog","description":"Tools for IT Success","inLanguage":"en-US","publisher":{"@id":"https:\/\/dev.sapien.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"DEV SAPIEN Blog - Tools for IT Success","og:type":"article","og:title":"PrimalForms \u2013 File Dialog Hangs on Windows Vista SP1 with .Net 3.0 \/3.5 - DEV SAPIEN Blog","og:description":"Some of our PrimalForms users may have encountered issues with the OpenFileDialog or SaveFileDialog running under Windows Vista. The bad news is that scripts which include OpenFileDialogs or SaveFileDialogs and that previously worked on Windows XP may encounter freezing issues on Vista SP1 systems with .Net 3.0\/3.5. The affected scripts will hang when PowerShell executes","og:url":"https:\/\/dev.sapien.com\/blog\/2009\/02\/26\/primalforms-file-dialog-hangs-on-windows-vista-sp1-with-net-30-35\/","article:published_time":"2009-02-26T09:11:58+00:00","article:modified_time":"2009-02-26T22:35:19+00:00","twitter:card":"summary_large_image","twitter:title":"PrimalForms \u2013 File Dialog Hangs on Windows Vista SP1 with .Net 3.0 \/3.5 - DEV SAPIEN Blog","twitter:description":"Some of our PrimalForms users may have encountered issues with the OpenFileDialog or SaveFileDialog running under Windows Vista. The bad news is that scripts which include OpenFileDialogs or SaveFileDialogs and that previously worked on Windows XP may encounter freezing issues on Vista SP1 systems with .Net 3.0\/3.5. The affected scripts will hang when PowerShell executes"},"aioseo_meta_data":{"post_id":"1172","title":null,"description":null,"keywords":null,"keyphrases":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_custom_url":null,"og_image_custom_fields":null,"og_image_url":null,"og_image_width":null,"og_image_height":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_custom_url":null,"twitter_image_custom_fields":null,"twitter_image_url":null,"twitter_title":null,"twitter_description":null,"schema_type":"default","schema_type_options":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"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,"limit_modified_date":false,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null,"created":"2026-08-28 15:17:17","updated":"2026-08-28 15:17:17"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/dev.sapien.com\/blog\" 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:\/\/dev.sapien.com\/blog\/topics\/software-news\/\" title=\"Software News\">Software News<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/free-tools\/\" title=\"Free Tools\">Free Tools<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tPrimalForms \u2013 File Dialog Hangs on Windows Vista SP1 with .Net 3.0 \/3.5\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/dev.sapien.com\/blog"},{"label":"Software News","link":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/"},{"label":"Free Tools","link":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/free-tools\/"},{"label":"PrimalForms &#8211; File Dialog Hangs on Windows Vista SP1 with .Net 3.0 \/3.5","link":"https:\/\/dev.sapien.com\/blog\/2009\/02\/26\/primalforms-file-dialog-hangs-on-windows-vista-sp1-with-net-30-35\/"}],"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts\/1172","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/users\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/comments?post=1172"}],"version-history":[{"count":1,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts\/1172\/revisions"}],"predecessor-version":[{"id":1182,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts\/1172\/revisions\/1182"}],"wp:attachment":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/media?parent=1172"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/categories?post=1172"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/tags?post=1172"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}