Quantcast
Channel: NetOffice - MS Office in .NET
Viewing all articles
Browse latest Browse all 1741

New Post: How to Get Breakpoints Working?

$
0
0
VS 2015 use the .Net 4.5 Debugger as default. If you have another .Net Framework version in your project you have to create a "Winword.exe.config" file in the same directory as Winword.exe.

This is an Winword.exe.config example content for targeting .Net framework version 2.

<configuration>
<startup>
<supportedRuntime version="v2.0.50727"/>
</startup>
</configuration>

(This is not a NetOffice specific behavior)
*Sebastian

Viewing all articles
Browse latest Browse all 1741

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>