Break point not hit in custom installer action using Framework 4.0 -
i spent hours trying debug custom installer dll built using .net framework 4.0, no matter tried break point not hit. had similar project in 3.5 , there not problems hitting breakpoints using debugger.break(). after giving on this, decided switch 3.5. hit breakpoints again! reason using 4.0 , trying hit debugger not work.
don't know why has been downvoted? it's bad idea write custom actions in .net languages since dependency needed run code might missing target machine.
having said that, suppose breakpoint problem result if have no debugging symbols installed .net 4.0. have never faced this, , not sure there not other causes, try install .net 4.0 sdk instead of .net 4.0 runtime only.
i not sure setup should install, around @ http://msdn.microsoft.com/en-us/netframework/default.aspx .
Comments
Post a Comment