I tried to start my winforms application without the debugger and attach Visual studio debugger to the process afterwards. At this point my application process shows up as “T-SQL and 4.0 x86”. Searching on google I see that T-SQL is regarding Microsoft SQL Server. I use a third party dll and linq sequences but i dont use any SQL server. I also use the GeckoFX Browser in my application.
When i navigate in Debugger Attach Process there is a message SPAM with content : 0x000006BA: RPC server is unavailable
- How come my app is tagged as a T-SQL app?
- How can i find if a third party dll uses T-SQL ?
- What does “0x000006BA: RPC server is unavailable” means?
- How can I get the debugger to correctly attach to my process?
I checked in the Windows Services and RPC server is started.
1 Answer