<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>visualstudio &amp;mdash; Attach to Process</title>
    <link>https://devblog.dinobansigan.com/tag:visualstudio</link>
    <description>Thoughts and Notes on Software Development</description>
    <pubDate>Mon, 27 Apr 2026 18:20:14 +0000</pubDate>
    <image>
      <url>https://i.snap.as/4wmUdb6N.png</url>
      <title>visualstudio &amp;mdash; Attach to Process</title>
      <link>https://devblog.dinobansigan.com/tag:visualstudio</link>
    </image>
    <item>
      <title>To prevent an unsafe abort when evaluating the function &#34;Moq.Internals.InterfaceProxy.ToString()&#34;</title>
      <link>https://devblog.dinobansigan.com/to-prevent-an-unsafe-abort-when-evaluating-the-function?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[Was getting this error from Visual Studio 2022 while debugging a unit test.&#xA;Moq error in Visual Studio 2022&#xA;&#xA;The solution for me was to uncheck the &#34;Call string-conversion function on objects in variables windows&#34; checkbox.&#xA;Solution for Moq error in Visual Studio 2022&#xA;&#xA;Tags: #Debugging #Moq #Tests #VisualStudio&#xA;&#xA;a href=&#34;https://remark.as/p/devblog.dinobansigan.com/to-prevent-an-unsafe-abort-when-evaluating-the-function&#34;Discuss.../a or leave a comment below.]]&gt;</description>
      <content:encoded><![CDATA[<p>Was getting this error from Visual Studio 2022 while debugging a unit test.
<img src="https://i.snap.as/1ywkq6ZW.png" alt="Moq error in Visual Studio 2022"/></p>

<p>The solution for me was to uncheck the “Call string-conversion function on objects in variables windows” checkbox.
<img src="https://i.snap.as/I7Eaxx8y.png" alt="Solution for Moq error in Visual Studio 2022"/></p>

<p>Tags: <a href="https://devblog.dinobansigan.com/tag:Debugging" class="hashtag"><span>#</span><span class="p-category">Debugging</span></a> <a href="https://devblog.dinobansigan.com/tag:Moq" class="hashtag"><span>#</span><span class="p-category">Moq</span></a> <a href="https://devblog.dinobansigan.com/tag:Tests" class="hashtag"><span>#</span><span class="p-category">Tests</span></a> <a href="https://devblog.dinobansigan.com/tag:VisualStudio" class="hashtag"><span>#</span><span class="p-category">VisualStudio</span></a></p>

<p><strong><a href="https://remark.as/p/devblog.dinobansigan.com/to-prevent-an-unsafe-abort-when-evaluating-the-function">Discuss...</a></strong> or leave a comment below.</p>
]]></content:encoded>
      <guid>https://devblog.dinobansigan.com/to-prevent-an-unsafe-abort-when-evaluating-the-function</guid>
      <pubDate>Tue, 09 Jul 2024 19:36:00 +0000</pubDate>
    </item>
    <item>
      <title>SQL Database Project Publish Dialog Box Showing Up On Virtual Desktop</title>
      <link>https://devblog.dinobansigan.com/sql-database-project-publish-dialog-box-showing-up-on-virtual-desktop?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[If you&#39;re trying to publish a SQL Server database project using Visual Studio, but you&#39;re not seeing the Publish dialog box show up, check your other Desktop in Windows. I&#39;ve noticed that every once in a while, the Publish dialog box shows up in another virtual desktop, instead of showing up on the one you&#39;re currently working on.&#xA;&#xA;Tags: #SqlServer #VisualStudio&#xA;&#xA;a href=&#34;https://remark.as/p/devblog.dinobansigan.com/sql-database-project-publish-dialog-box-showing-up-on-virtual-desktop&#34;Discuss.../a or leave a comment below.]]&gt;</description>
      <content:encoded><![CDATA[<p>If you&#39;re trying to publish a SQL Server database project using Visual Studio, but you&#39;re not seeing the Publish dialog box show up, check your other <a href="https://community.windows.com/en-us/stories/virtual-desktop-windows-10">Desktop in Windows</a>. I&#39;ve noticed that every once in a while, the Publish dialog box shows up in another <em>virtual desktop</em>, instead of showing up on the one you&#39;re currently working on.</p>

<p><em>Tags: <a href="https://devblog.dinobansigan.com/tag:SqlServer" class="hashtag"><span>#</span><span class="p-category">SqlServer</span></a> <a href="https://devblog.dinobansigan.com/tag:VisualStudio" class="hashtag"><span>#</span><span class="p-category">VisualStudio</span></a></em></p>

<p><strong><a href="https://remark.as/p/devblog.dinobansigan.com/sql-database-project-publish-dialog-box-showing-up-on-virtual-desktop">Discuss...</a></strong> or leave a comment below.</p>
]]></content:encoded>
      <guid>https://devblog.dinobansigan.com/sql-database-project-publish-dialog-box-showing-up-on-virtual-desktop</guid>
      <pubDate>Mon, 01 Feb 2021 02:00:00 +0000</pubDate>
    </item>
    <item>
      <title>Problems Opening .RPTPROJ Files in Visual Studio</title>
      <link>https://devblog.dinobansigan.com/problems-opening-rptproj-files-in-visual-studio?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[Ran into an issue where I could not open rptproj files with Visual Studio 2019. Since these were old SSRS reports, I thought I’d try opening them with Visual Studio 2013. Didn’t work either. Visual Studio 2012? Nope.&#xA;&#xA;Did some more research and eventually found out that this is not a Visual Studio issue. Apparently, to open rptproj files with Visual Studio, you need to install the corresponding Microsoft SQL Server Data Tools - Business Intelligence package. Would not have figured that out had it not been for this post.&#xA;&#xA;So I went here to download the SQL Server Data Tools BI package. Installed it. And now I can open the SSRS solution/project in Visual Studio 2012.&#xA;&#xA;Tags: #VisualStudio&#xA;&#xA;a href=&#34;https://remark.as/p/devblog.dinobansigan.com/problems-opening-rptproj-files-in-visual-studio&#34;Discuss.../a or leave a comment below.]]&gt;</description>
      <content:encoded><![CDATA[<p>Ran into an issue where I could not open rptproj files with Visual Studio 2019. Since these were old SSRS reports, I thought I’d try opening them with Visual Studio 2013. Didn’t work either. Visual Studio 2012? Nope.</p>

<p>Did some more research and eventually found out that this is not a Visual Studio issue. Apparently, to open rptproj files with Visual Studio, you need to install the corresponding Microsoft SQL Server Data Tools – Business Intelligence package. Would not have figured that out had it not been for this <a href="https://www.spiria.com/en/blog/web-applications/visual-studio-does-not-recognize-rptproj-files/#:~:text=%27YourProject.rptproj%27%20cannot%20be%20opened%20because%20its%20project%20type,a%20version%20that%20supports%20this%20type%20of%20project.">post</a>.</p>

<p>So I went <a href="https://www.microsoft.com/en-in/download/details.aspx?id=36843">here</a> to download the SQL Server Data Tools BI package. Installed it. And now I can open the SSRS solution/project in Visual Studio 2012.</p>

<p><em>Tags: <a href="https://devblog.dinobansigan.com/tag:VisualStudio" class="hashtag"><span>#</span><span class="p-category">VisualStudio</span></a></em></p>

<p><strong><a href="https://remark.as/p/devblog.dinobansigan.com/problems-opening-rptproj-files-in-visual-studio">Discuss...</a></strong> or leave a comment below.</p>
]]></content:encoded>
      <guid>https://devblog.dinobansigan.com/problems-opening-rptproj-files-in-visual-studio</guid>
      <pubDate>Mon, 07 Dec 2020 00:00:00 +0000</pubDate>
    </item>
    <item>
      <title>Visual Studio Code Comparison View Modes</title>
      <link>https://devblog.dinobansigan.com/visual-studio-code-comparison-view-modes?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[For some reason, maybe because I accidentally pressed something on my keyboard, Visual Studio 2019 started comparing code in inline mode. By inline mode, I mean I only got one code comparison window, and the changes were stacked on top of each other. This made it hard for me since I was so used to the side by side code comparison mode, where I had two windows and I can clearly see what&#39;s different between files. &#xA;&#xA;It took awhile for me to figure out how to set it back. I spent some time looking through the options in Visual Studio but couldn&#39;t figure it out. I even had a hard time searching the internet for answers, because I wasn&#39;t sure what to search for. The search key that finally worked for me was &#34;vs 2019 diff inline mode&#34;. That led me to the Stack Overflow post I linked below.&#xA;&#xA;Side-note: I find it hilarious that the question in Stack Overflow was for Visual Studio 2012. Here I am with Visual Studio 2019 and the answer still works. Amazing. And what a gem Stack Overflow is for software developers.&#xA;&#xA;Anyway, there are two ways to set it back to side-by-side mode. You can use the shortcut button for it in the menu bar. Or, you can use the shortcut CTRL + \, CTRL + 2.&#xA;&#xA;Visual Studio Diff View Modes Shortcut&#xA;&#xA;Reference:&#xA;How to switch view modes in built-in Diff viewer of Visual Studio 2012 and 2013?&#xA;&#xA;Tags: #VisualStudio&#xA;&#xA;a href=&#34;https://remark.as/p/devblog.dinobansigan.com/visual-studio-code-comparison-view-modes&#34;Discuss.../a or leave a comment below.]]&gt;</description>
      <content:encoded><![CDATA[<p>For some reason, maybe because I accidentally pressed something on my keyboard, Visual Studio 2019 started comparing code in inline mode. By inline mode, I mean I only got one code comparison window, and the changes were stacked on top of each other. This made it hard for me since I was so used to the side by side code comparison mode, where I had two windows and I can clearly see what&#39;s different between files.</p>

<p>It took awhile for me to figure out how to set it back. I spent some time looking through the options in Visual Studio but couldn&#39;t figure it out. I even had a hard time searching the internet for answers, because I wasn&#39;t sure what to search for. The search key that finally worked for me was <em>“vs 2019 diff inline mode”</em>. That led me to the Stack Overflow post I linked below.</p>

<p><em>Side-note: I find it hilarious that the question in Stack Overflow was for Visual Studio 2012. Here I am with Visual Studio 2019 and the answer still works. Amazing. And what a gem Stack Overflow is for software developers.</em></p>

<p>Anyway, there are two ways to set it back to side-by-side mode. You can use the shortcut button for it in the menu bar. Or, you can use the shortcut <code>CTRL + \</code>, <code>CTRL + 2</code>.</p>

<p><img src="https://i.snap.as/dN9bHfVK.png" alt="Visual Studio Diff View Modes Shortcut"/></p>

<h3 id="reference" id="reference">Reference:</h3>

<p><a href="https://stackoverflow.com/questions/20067385/how-to-switch-view-modes-in-built-in-diff-viewer-of-visual-studio-2012-and-2013">How to switch view modes in built-in Diff viewer of Visual Studio 2012 and 2013?</a></p>

<p><em>Tags: <a href="https://devblog.dinobansigan.com/tag:VisualStudio" class="hashtag"><span>#</span><span class="p-category">VisualStudio</span></a></em></p>

<p><strong><a href="https://remark.as/p/devblog.dinobansigan.com/visual-studio-code-comparison-view-modes">Discuss...</a></strong> or leave a comment below.</p>
]]></content:encoded>
      <guid>https://devblog.dinobansigan.com/visual-studio-code-comparison-view-modes</guid>
      <pubDate>Thu, 22 Oct 2020 23:00:00 +0000</pubDate>
    </item>
    <item>
      <title>Where to find the WCF TestClient Application</title>
      <link>https://devblog.dinobansigan.com/where-to-find-the-wcf-testclient-application?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[When you just want to do a simple WCF service test, you don&#39;t need to download third party tools. You can use the WCF Test Client app that usually comes as part of a Visual Studio installation. I keep forgetting where to find it, so I&#39;m writing it down on here to remind myself. &#xA;&#xA;I had Visual Studio 2017 installed on my PC. Here is where I found the WCF Test Client app (WcfTestClient.exe):&#xA;&#xA;C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE&#xA;&#xA;Tags: #WCF #DotNet #VisualStudio&#xA;&#xA;a href=&#34;https://remark.as/p/devblog.dinobansigan.com/where-to-find-the-wcf-testclient-application&#34;Discuss.../a or leave a comment below.]]&gt;</description>
      <content:encoded><![CDATA[<p>When you just want to do a simple WCF service test, you don&#39;t need to download third party tools. You can use the WCF Test Client app that usually comes as part of a Visual Studio installation. I keep forgetting where to find it, so I&#39;m writing it down on here to remind myself.</p>

<p>I had Visual Studio 2017 installed on my PC. Here is where I found the WCF Test Client app (WcfTestClient.exe):</p>

<p><code>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE</code></p>

<p><em>Tags: <a href="https://devblog.dinobansigan.com/tag:WCF" class="hashtag"><span>#</span><span class="p-category">WCF</span></a> <a href="https://devblog.dinobansigan.com/tag:DotNet" class="hashtag"><span>#</span><span class="p-category">DotNet</span></a> <a href="https://devblog.dinobansigan.com/tag:VisualStudio" class="hashtag"><span>#</span><span class="p-category">VisualStudio</span></a></em></p>

<p><strong><a href="https://remark.as/p/devblog.dinobansigan.com/where-to-find-the-wcf-testclient-application">Discuss...</a></strong> or leave a comment below.</p>
]]></content:encoded>
      <guid>https://devblog.dinobansigan.com/where-to-find-the-wcf-testclient-application</guid>
      <pubDate>Sat, 22 Aug 2020 23:00:00 +0000</pubDate>
    </item>
    <item>
      <title>Build Error Reported But Error List Window Is Empty</title>
      <link>https://devblog.dinobansigan.com/build-error-reported-but-error-list-window-is-empty?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[Was running into a build error in Visual Studio 2017. The Output window says 1 project failed, but the Error List window was empty. The only way I managed to figure out what project was failing, was to copy the contents of the Output window, paste it into Notepad++ and search for the word “FAILED”.&#xA;&#xA;Anyway, I finally figured out that it was the SQL database project that was failing to build. And it turns out, it was getting an &#34;Out of Memory Exception&#34;. Not sure if this specific error causes the Error List window to come up empty. In any case, at least now I have an idea of what to look for whenever this happens again.&#xA;&#xA;Tags: #VisualStudio&#xA;&#xA;a href=&#34;https://remark.as/p/devblog.dinobansigan.com/build-error-reported-but-error-list-window-is-empty&#34;Discuss.../a or leave a comment below.]]&gt;</description>
      <content:encoded><![CDATA[<p>Was running into a build error in Visual Studio 2017. The Output window says 1 project failed, but the Error List window was empty. The only way I managed to figure out what project was failing, was to copy the contents of the Output window, paste it into Notepad++ and search for the word “FAILED”.</p>

<p>Anyway, I finally figured out that it was the SQL database project that was failing to build. And it turns out, it was getting an “Out of Memory Exception”. Not sure if this specific error causes the Error List window to come up empty. In any case, at least now I have an idea of what to look for whenever this happens again.</p>

<p><em>Tags: <a href="https://devblog.dinobansigan.com/tag:VisualStudio" class="hashtag"><span>#</span><span class="p-category">VisualStudio</span></a></em></p>

<p><strong><a href="https://remark.as/p/devblog.dinobansigan.com/build-error-reported-but-error-list-window-is-empty">Discuss...</a></strong> or leave a comment below.</p>
]]></content:encoded>
      <guid>https://devblog.dinobansigan.com/build-error-reported-but-error-list-window-is-empty</guid>
      <pubDate>Fri, 07 Aug 2020 23:00:00 +0000</pubDate>
    </item>
    <item>
      <title>Invalid Nullable Value - Enable for C# 7.3</title>
      <link>https://devblog.dinobansigan.com/invalid-nullable-value-enable-for-c-7-3?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[I was playing around with Visual Studio 2019 and the open source ASP.NET Core blog engine Miniblog.Core. I cloned it to my local, opened it in Visual Studio 2019 and tried to build the solution. I immediately ran into the error below:&#xA;&#xA;Error&#x9;CS8630&#x9;Invalid &#39;nullable&#39; value: &#39;Enable&#39; for C# 7.3. Please use language version &#39;8.0&#39; or greater.&#xA;&#xA;So, I looked up the error message and every Stack Overflow page I ended up on, says that I have to set the Language Version in Visual Studio. Okay, so how do I do that? I eventually found this answer, which gives you the steps to get to the Advanced Build Settings dialog box for the project.&#xA;&#xA;  - Right-click YourProject, click Properties&#xA;  - Click Build if it&#39;s not already selected&#xA;  - Change Configuration to All Configurations&#xA;  - Click Advanced...&#xA;  - Change the language version&#xA;&#xA;When the dialog box showed up however, it didn&#39;t give me an option to set the Language Version.&#xA;&#xA;Visual Studio 2019 - Advanced Build Settings&#xA;&#xA;Solution&#xA;&#xA;The solution I ended up with involved manually editing the project file and adding an entry for the Language Version. So, I opened up the Miniblog.Core.csproj file and added LangVersionpreview/LangVersion under the PropertyGroup settings. It looks like this:&#xA;&#xA;Setting the Language Version manually&#xA;&#xA;Tags: #DotNet #VisualStudio #MiniblogCore&#xA;&#xA;a href=&#34;https://remark.as/p/devblog.dinobansigan.com/invalid-nullable-value-enable-for-c-7-3&#34;Discuss.../a or leave a comment below.]]&gt;</description>
      <content:encoded><![CDATA[<p>I was playing around with Visual Studio 2019 and the open source ASP.NET Core blog engine <a href="https://github.com/madskristensen/Miniblog.Core">Miniblog.Core</a>. I cloned it to my local, opened it in Visual Studio 2019 and tried to build the solution. I immediately ran into the error below:</p>

<p><code>Error  CS8630  Invalid &#39;nullable&#39; value: &#39;Enable&#39; for C# 7.3. Please use language version &#39;8.0&#39; or greater.</code></p>

<p>So, I looked up the error message and every Stack Overflow page I ended up on, says that I have to set the Language Version in Visual Studio. Okay, so how do I do that? I eventually found <a href="https://stackoverflow.com/a/52527257/5041911">this answer</a>, which gives you the steps to get to the Advanced Build Settings dialog box for the project.</p>

<blockquote><ul><li>Right-click YourProject, click Properties</li>
<li>Click Build if it&#39;s not already selected</li>
<li>Change Configuration to All Configurations</li>
<li>Click Advanced...</li>
<li>Change the language version</li></ul>
</blockquote>

<p>When the dialog box showed up however, it didn&#39;t give me an option to set the Language Version.</p>

<p><img src="https://i.snap.as/QaOF9Ihr.jpg" alt="Visual Studio 2019 - Advanced Build Settings"/></p>

<h2 id="solution" id="solution">Solution</h2>

<p>The solution I ended up with involved manually editing the project file and adding an entry for the Language Version. So, I opened up the Miniblog.Core.csproj file and added <code>&lt;LangVersion&gt;preview&lt;/LangVersion&gt;</code> under the <code>&lt;PropertyGroup&gt;</code> settings. It looks like this:</p>

<p><img src="https://i.snap.as/64o2l2bF.jpg" alt="Setting the Language Version manually"/></p>

<p><em>Tags: <a href="https://devblog.dinobansigan.com/tag:DotNet" class="hashtag"><span>#</span><span class="p-category">DotNet</span></a> <a href="https://devblog.dinobansigan.com/tag:VisualStudio" class="hashtag"><span>#</span><span class="p-category">VisualStudio</span></a> <a href="https://devblog.dinobansigan.com/tag:MiniblogCore" class="hashtag"><span>#</span><span class="p-category">MiniblogCore</span></a></em></p>

<p><strong><a href="https://remark.as/p/devblog.dinobansigan.com/invalid-nullable-value-enable-for-c-7-3">Discuss...</a></strong> or leave a comment below.</p>
]]></content:encoded>
      <guid>https://devblog.dinobansigan.com/invalid-nullable-value-enable-for-c-7-3</guid>
      <pubDate>Wed, 22 Apr 2020 23:00:00 +0000</pubDate>
    </item>
    <item>
      <title>Keeping Output Window Open When Building Solution in Visual Studio 2017</title>
      <link>https://devblog.dinobansigan.com/keeping-output-window-open-when-building-solution-in-visual-studio-2017?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[Ever since upgrading to Visual Studio 2017, I was always annoyed that it no longer defaulted to opening the Output window whenever I start building the solution. If I remember correctly, opening the Output window or making it visible was the default behavior in Visual Studio 2013 and 2015. So with VS 2017 I&#39;ve always had to manually open the Output window during or after a build to see the output summary. Turns out the fix for this is a very simple setting in Visual Studio (duh). This saves me a good number of mouse clicks in a day :)&#xA;&#xA;Output Window Setting in Visual Studio&#xA;&#xA;Reference: How to keep output window always open in Visual Studio 2017&#xA;&#xA;VisualStudio&#xA;&#xA;a href=&#34;https://remark.as/p/devblog.dinobansigan.com/keeping-output-window-open-when-building-solution-in-visual-studio-2017&#34;Discuss.../a or leave a comment below.]]&gt;</description>
      <content:encoded><![CDATA[<p>Ever since upgrading to Visual Studio 2017, I was always annoyed that it no longer defaulted to opening the Output window whenever I start building the solution. If I remember correctly, opening the Output window or making it visible was the default behavior in Visual Studio 2013 and 2015. So with VS 2017 I&#39;ve always had to manually open the Output window during or after a build to see the output summary. Turns out the fix for this is a very simple setting in Visual Studio (duh). This saves me a good number of mouse clicks in a day :)</p>

<p><img src="https://i.snap.as/WGcObLaK.jpg" alt="Output Window Setting in Visual Studio"/></p>

<p>Reference: <a href="https://stackoverflow.com/a/44947876/5041911">How to keep output window always open in Visual Studio 2017</a></p>

<p><a href="https://devblog.dinobansigan.com/tag:VisualStudio" class="hashtag"><span>#</span><span class="p-category">VisualStudio</span></a></p>

<p><strong><a href="https://remark.as/p/devblog.dinobansigan.com/keeping-output-window-open-when-building-solution-in-visual-studio-2017">Discuss...</a></strong> or leave a comment below.</p>
]]></content:encoded>
      <guid>https://devblog.dinobansigan.com/keeping-output-window-open-when-building-solution-in-visual-studio-2017</guid>
      <pubDate>Wed, 16 Jan 2019 00:00:00 +0000</pubDate>
    </item>
    <item>
      <title>Breakpoint Failed to Bind - Visual Studio 2017</title>
      <link>https://devblog.dinobansigan.com/breakpoint-failed-to-bind-visual-studio-2017?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[Today I ran into an issue where I was trying to debug an application and I was getting a &#34;Breakpoint failed to bind&#34; error on Visual Studio 2017. I was trying to attach to the process when I got the error. I was already running in Administrator mode, so it wasn&#39;t a permissions issue.&#xA;&#xA;Solution&#xA;&#xA;Turns out I had the solution configuration set to &#34;Release&#34; right from the start. The fix then was to set the solution configuration to &#34;Debug&#34; and then rebuild the solution. After that, I was able to attach to the process with no errors whatsoever.&#xA;&#xA;Reference:&#xA;https://stackoverflow.com/questions/31732944/breakpoint-failed-to-bind-visual-studio-2015&#xA;&#xA;#VisualStudio #Debugging&#xA;&#xA;a href=&#34;https://remark.as/p/devblog.dinobansigan.com/breakpoint-failed-to-bind-visual-studio-2017&#34;Discuss.../a or leave a comment below.]]&gt;</description>
      <content:encoded><![CDATA[<p>Today I ran into an issue where I was trying to debug an application and I was getting a “Breakpoint failed to bind” error on Visual Studio 2017. I was trying to attach to the process when I got the error. I was already running in Administrator mode, so it wasn&#39;t a permissions issue.</p>

<h3 id="solution" id="solution">Solution</h3>

<p>Turns out I had the solution configuration set to “Release” right from the start. The fix then was to set the solution configuration to “Debug” and then rebuild the solution. After that, I was able to attach to the process with no errors whatsoever.</p>

<h3 id="reference" id="reference">Reference:</h3>

<p><a href="https://stackoverflow.com/questions/31732944/breakpoint-failed-to-bind-visual-studio-2015">https://stackoverflow.com/questions/31732944/breakpoint-failed-to-bind-visual-studio-2015</a></p>

<p><a href="https://devblog.dinobansigan.com/tag:VisualStudio" class="hashtag"><span>#</span><span class="p-category">VisualStudio</span></a> <a href="https://devblog.dinobansigan.com/tag:Debugging" class="hashtag"><span>#</span><span class="p-category">Debugging</span></a></p>

<p><strong><a href="https://remark.as/p/devblog.dinobansigan.com/breakpoint-failed-to-bind-visual-studio-2017">Discuss...</a></strong> or leave a comment below.</p>
]]></content:encoded>
      <guid>https://devblog.dinobansigan.com/breakpoint-failed-to-bind-visual-studio-2017</guid>
      <pubDate>Thu, 13 Dec 2018 00:00:00 +0000</pubDate>
    </item>
  </channel>
</rss>