Advertisement
Guest User

Untitled

a guest
Oct 21st, 2014
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <compilation debug="true" targetFramework="2.0" />
  2.  
  3. The `targetFramework` attribute is new in .NET 4.0 and later, so to enable debugging on .NET 2.0 and earlier, then you cannot use the `targetFramework` attribute, like this:
  4.  
  5. <compilation debug="true" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement