473,598 Members | 2,916 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

intellisense in visual C++ .Net 2005

I am using visual C++ .NET 2005 for programming in C++. despite the
fact that my project contains a VC++ intellisense database,
intellisense does not work. What could go wrong. IN the same
framework, if I program in C# intellisense works just fine.
Thanks

Aug 5 '07 #1
5 3467
>I am using visual C++ .NET 2005 for programming in C++. despite the
>fact that my project contains a VC++ intellisense database,
intellisense does not work. What could go wrong. IN the same
framework, if I program in C# intellisense works just fine.
Try closing the solution and deleting the .NCB file, then re-open the
solution (which will rebuild the .ncb file). That sometimes resolves
the situation.

Dave
Aug 5 '07 #2
On Aug 5, 11:08 am, David Lowndes <Dav...@example .invalidwrote:
I am using visual C++ .NET 2005 for programming in C++. despite the
fact that my project contains a VC++ intellisense database,
intellisense does not work. What could go wrong. IN the same
framework, if I program in C# intellisense works just fine.

Try closing the solution and deleting the .NCB file, then re-open the
solution (which will rebuild the .ncb file). That sometimes resolves
the situation.

Dave
Thanks, Dave, but it does not work.
Any other idea?
thanks
Dan

Aug 7 '07 #3
>Thanks, Dave, but it does not work.
>Any other idea?
Dan,

Does the VC++ Intellisense work for you in a clean project (created
with the Wizard)?

Assuming it does (it should), check that your current project has all
the relevant source and header files added to the solution.

Does Intellisense not work in any of your source modules, or just some
(and maybe in some places)? If it's the latter, there may be some
lines of code that the Intellisense can't make sense of.

Dave
Aug 7 '07 #4
On Aug 7, 8:57 am, David Lowndes <Dav...@example .invalidwrote:
Thanks, Dave, but it does not work.
Any other idea?

Dan,

Does the VC++ Intellisense work for you in a clean project (created
with the Wizard)?

Assuming it does (it should), check that your current project has all
the relevant source and header files added to the solution.

Does Intellisense not work in any of your source modules, or just some
(and maybe in some places)? If it's the latter, there may be some
lines of code that the Intellisense can't make sense of.

Dave
No, it does not work for a clean project either.
As I said, it works for C# but not for C++.
Can you try and see if it works in C++ for you?
Is it possible that it is not supposed top work for C++?
Then, what is the ncb file for?

Thanks

Dan

Aug 7 '07 #5
"dk60" <da*********@gm ail.comwrote in message
news:11******** **************@ 22g2000hsm.goog legroups.com...
On Aug 7, 8:57 am, David Lowndes <Dav...@example .invalidwrote:
>Thanks, Dave, but it does not work.
Any other idea?

Dan,

Does the VC++ Intellisense work for you in a clean project (created
with the Wizard)?

Assuming it does (it should), check that your current project has all
the relevant source and header files added to the solution.

Does Intellisense not work in any of your source modules, or just some
(and maybe in some places)? If it's the latter, there may be some
lines of code that the Intellisense can't make sense of.

Dave

No, it does not work for a clean project either.
As I said, it works for C# but not for C++.
Can you try and see if it works in C++ for you?
Is it possible that it is not supposed top work for C++?
Then, what is the ncb file for?

Thanks

Dan
IntelliSense does NOT work in C++ and C++/CLI, and when it works, it works
very slowly.

If you program like me, IntelliSense is not a help for develop. I think and
build in my mind a block of code, then I write it at a typist speed, then
IntelliSense cannot react when I press -and Ctrl-J because it is parsing
files. If you type objet, then waits some seconds, and then type ->(or just
..), *sometimes* it works. Sometimes IntelliSense is not capable to
understand some complex and hierarchical classes and sometimes it simply
does not work and, of course, it does not works at same speed as C#.
--
Visita mi blog principal: http://rfog.blogsome.com
Y este sobre programación: http://geeks.ms/blogs/rfog
Libros, ciencia ficción y programación
=============== =============== ==========
En la vida real, el que no se rinde es todo un valiente.
-- Paul Mc Cartney.

Aug 7 '07 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
1465
by: Max | last post by:
I was using intellisense for several registered com objects on my box when one day out of the blue they stop working.. i still get intellisense on some com and microsoft standard objects but others just quit working. I have tried unregistering and reregistering the objects but no dice.
3
1526
by: AJ | last post by:
I am using Microsoft Visual C++ .NET in Visual Studio 2003. Why there is no intellisense in MC++? Any workarounds?
26
1851
by: S. Justin Gengo | last post by:
I installed the release of Visual Studio.NET 2005 Professional a few days ago. I've been using the Beta for a few weeks and one immediate problem is that I don't seem to have full intellisense in the web.config file. I get intellisense, but it's only displaying three very basic choices: <!-- <!www.aboutfortunate.com "Out of chaos comes order." Nietzsche
2
1177
by: Natan Vivo | last post by:
Can anyone tell me what exactly what makes intellisense works for custom controls in aspx pages in VS 2005? I just installed Atlas in my office computer, created a new atlas project and it doesn't show any code completion dialog when I type "<atlas:". At home I have exactly the same version of VS 2005, and it works perfectly. I even had to format and reinstall everything here, but it still doesn't work.
2
1370
by: cnathaide | last post by:
Hi, I am new to Visual C++ (I have been using C# for the last 4 years) and would like to make the transition to C++. On my first project, I cannot get intellisense to work (either in a *.h file or a *.cpp file). I have tried troubleshooting using the methods recommended i.e. closing the project, removing the *.ncb file, and reopening the project. It does not seem to work.
0
1900
by: bsodano | last post by:
Wondering if anyone knew how to have the ability to have syntax highlighting and Intellisense dropdowns for classic ASP 3.0 pages from within Visual Studio 2005. The catch is, we are not allowed to install IIS locally on our development workstations where I am contracting - therefore, asp.dll and related components are not installed to be referenced. Is there any way to install these components successfully or at least register them without...
2
1501
by: Chuck | last post by:
I am new to programming and Visual Studio so please bare with me. I am using visual studio 2005 intellisense for VB.net...for example when I am doing Console.WriteLine() and it is autocompleting WriteLine i have to hit enter to select it from the list to autocomplete for me..the problem is it goes to the next line without allowing me to put anything in the WriteLine() method..is there a way to modify the intellisense options? Right now when I...
3
4009
by: =?Utf-8?B?SmltIFJvZGdlcnM=?= | last post by:
It's perhaps not the end of the World, but I find it annoying that I lose IntelliSense when I reference Subs and Functions I have moved to an #Included file. Does anyone know of a reasonable way to restore the IntelliSense feature in this case? Thanks for your thoughts... Jim Rodgers
3
340
by: Travis | last post by:
Hi, I was a user of Visual C# for a while and have gotten used to the Intellisense for that program. I went to try Visual Basic, and the intellisense is so much different. I'll try to make an example: Say I want to write: MessageBox.Show("Hi there") In C#, once I type just a single "M," everything (objects, classes, everything) that begins with M will appear in the intellisense list. Once you get to "Mes" MessageBox will be selected...
0
7981
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
7894
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8392
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8046
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
6711
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5437
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
3894
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
3938
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1500
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.