flynn Posted September 2, 2005 Posted September 2, 2005 1) In VB6, while the code was stopped in the debugger, the form and controls were visible. In .Net, the non-title bar area of the form is completely white while debugging. Is this normal? If so, will .Net 2.0 fix this? 2) Does Intellisense not work in the command window? Quote
Diesel Posted September 3, 2005 Posted September 3, 2005 1. When you stop the processing of the application, the paint event does not fire. 2. Intellisense works fine for me in the command window. Quote
flynn Posted September 6, 2005 Author Posted September 6, 2005 2. Intellisense works fine for me in the command window. Intellisense only works for certain things for me in the command window. When I type "Debug." intellisense will display a list to choose from. But if I type in "Date.", "System." or any of my class names, Intellisense does not work. I couldn't find any settings that affect this. Is anyone using the 2.0 beta? Does it work any better? Quote
Wile Posted September 7, 2005 Posted September 7, 2005 Intellisense only works for certain things for me in the command window. When I type "Debug." intellisense will display a list to choose from. But if I type in "Date."' date=' "System." or any of my class names, Intellisense does not work. I couldn't find any settings that affect this.[/quote'] I've seen this only when I started the debugger by attaching it to an already running proces. In that case the intellisence doesnt really work for anything in the application. If I start the application from within the IDE (F5) the intellisence does work OK. Quote Nothing is as illusive as 'the last bug'.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.