Hi all, i need serious help
In my solution i have 37 projects, mostly windows projects, in VB and C#, web services etc.
1) on solution properties -> Configuration Properties
Everything is set to debug, and build option is ticked.
2) i have my login project VB set to start up - which debugs, and hits all break points.
3) my other VB projects also hit break points.
4) projects are reference using project reference.
5) All projects have been cleaned, and build individually with no errors.
6) My Debug -> options -> General:
Enable just my code - true
Enable .net frame source stepping - false
Break al processes when one process breaks - true
Enable javascript debugging for asp.net - true
7) on project settings -> Enable native code debugging - true
But my C# project does not hit any break points, and this is where im i have to debug right now, cause i cant progress in my work otherwise.
The symbols are a solid red, stated loaded.
I cant figure out what else is wrong. Please help
4) projects are reference using project reference.
5) All projects have been cleaned, and build individually with no errors.
6) My Debug -> options -> General:
Enable just my code - true
Enable .net frame source stepping - false
Break al processes when one process breaks - true
Enable javascript debugging for asp.net - true
7) on project settings -> Enable native code debugging - true
But my C# project does not hit any break points, and this is where im i have to debug right now, cause i cant progress in my work otherwise.
The symbols are a solid red, stated loaded.
I cant figure out what else is wrong. Please help
Laxmidhar SahooPosted Oct 5, 2018, 3:13 AM
Laxmidhar SahooPosted Oct 5, 2018, 3:10 AM
raven danielPosted Oct 5, 2018, 3:01 AM
Thanks for the help, i have found my solution.
I set "use native debugging" to false on both vb start up login project and my C# project.
Then i set to true "Use managed Compatibility Mode" which can be found under
Menu -> Debug -> Option -> Debugging/ General.
This allowed me to debug both VB and C#. Hope it helps someone out there.
P.S not sure how to set my reply as the answer
Amit GuptaPosted Oct 4, 2018, 9:29 AM
raven danielPosted Oct 4, 2018, 8:06 AM
I did a search, i also went through most project and configuration files in notepad to look for anything that states "native"
raven danielPosted Oct 4, 2018, 8:00 AM
so in my VB login project i reference -> add reference -> project tab -> select project
"A project with an Output Type of Class Library cannot be started directly. In order to debug this project, add an executable project to this solution and set it as the start up project"
Laxmidhar SahooPosted Oct 4, 2018, 7:00 AM
Amit GuptaPosted Oct 4, 2018, 6:53 AM
raven danielPosted Oct 4, 2018, 6:35 AM
my C# project native code debugging i am also trying in true.
as the native code debugging is set to true but no break points are being hit in my C# project.
Laxmidhar SahooPosted Oct 4, 2018, 5:14 AM