Hi all,
If I write
select * from kvitto
in VS 2010 Ultimate, I get
SELECT kvittoID, kundID
FROM Kvitto
when I hit F5, which is not incorrect, but not what I want (for educational purposes). So how do I get the editor to stop interfering? I tried unchecking IntelliSense and restart VSm but that didn't change anything.
Thanks!
Petter