Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Managed C++/CLI
  4. CLI and Visual Studio 2008: IntelliSense Does not work

CLI and Visual Studio 2008: IntelliSense Does not work

Scheduled Pinned Locked Moved Managed C++/CLI
csharpvisual-studiotutorialc++com
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    Joschwenk666
    wrote on last edited by
    #1

    Hallo, I try to use the .NET 2.0 Framework in Visual Studio 2008 to open an excel File, write some data/cell style info in it, and show it to the user. I use the Use Visual Studio 2008 C++/CLI to Automate Excel[^] Tutorial. So I have something like that: <pre>Excel::Application^ exApp = gcnew Excel::ApplicationClass();</pre> but I have one big problem: IntelliSense code completion does not work, he does not find any options for exApp-> and I want to open a worksheet and I don`t know which variables the exApp->Workbooks->Open Function needs, for example. Can someone tell me how I get the IntelliSense for the Managed Code to work? Thank you!

    J 1 Reply Last reply
    0
    • J Joschwenk666

      Hallo, I try to use the .NET 2.0 Framework in Visual Studio 2008 to open an excel File, write some data/cell style info in it, and show it to the user. I use the Use Visual Studio 2008 C++/CLI to Automate Excel[^] Tutorial. So I have something like that: <pre>Excel::Application^ exApp = gcnew Excel::ApplicationClass();</pre> but I have one big problem: IntelliSense code completion does not work, he does not find any options for exApp-> and I want to open a worksheet and I don`t know which variables the exApp->Workbooks->Open Function needs, for example. Can someone tell me how I get the IntelliSense for the Managed Code to work? Thank you!

      J Offline
      J Offline
      John Schroedl
      wrote on last edited by
      #2

      I'm not sure that Intellisense for C++/CLI code ever worked very well in VS2008. That's one of the reasons it's not supported at all in VS2010. See Rebuilding Intellisense in the vcblog for an explanation from Boris Jabes. I recommend Visual Assist X to get intellisense for C++/CLI files. John

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups