Re: AxMicrosoft.Office.Interop.VisOcx.AxDrawingControl reference ????

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: genc ymeri (genc_ymeri_at_hotmail.com)
Date: 03/26/04

  • Next message: Al Edlund: "Re: Layout shapes placement in vba"
    Date: Fri, 26 Mar 2004 14:20:50 -0500
    
    

    >>> By any chance have you installed the Office Update which includes
    > Visio?

    Not really. I just switch C# compiling mode more Debug to -> Release one.
    It compiles fine under Release mode but now when I switch back into Debug
    mode it won't compile.....the only tool I have now for debugging is to pop
    up the messages.....:):):

    Thanks a lot though:)

    "Craig Eddy" <craig.eddy@cyberdude.com> wrote in message
    news:9dfa0830.0403260902.119dc5fe@posting.google.com...
    > "genc ymeri" <genc_ymeri@hotmail.com> wrote in message
    news:<eIty0CdEEHA.3372@TK2MSFTNGP10.phx.gbl>...
    > > Hi,
    > > I'm experiencing a weird problem with ActiveX Visio03 in a C# form.
    > > Suddenly, the program doesn't compile giving me this error.
    > >
    > > C:\frmMain.cs(27): The type or namespace name 'AxMicrosoft' could not be
    > > found (are you missing a using directive or an assembly reference?)
    > >
    > > How can I add this reference to my C# program ? what dll should I load ?
    >
    > By any chance have you installed the Office Update which includes
    > Visio? I installed this update and had to re-work all of my projects
    > to reference the proper interop and ActiveX control. This included
    > have to remove the drawing control from the form and adding it back.
    > What a PAIN.
    >
    > And my customer also has to run the Visio update or else the
    > application won't load on their machine.


  • Next message: Al Edlund: "Re: Layout shapes placement in vba"

    Relevant Pages

    • Re: Conditional compilation
      ... Herman Gomez wrote: ... Here is something I used to do in C/C++ to include/exclude automaticaly all debugging code at compiling time: ... That way I can include/exclude easily all debugging code in the final compiled code. ... The only solution I've found is having this kind of code in every debug code block: ...
      (php.general)
    • Re: Productivity in programming of C++ programmers
      ... >> debugger will hit the breakpoint. ... I think the reason is that I compiled my library parse.lib in debug mode ... In the past, I found that creating a release parse.lib file, then compiling ...
      (comp.lang.cpp)
    • Re: Visio exe add-on how-to?
      ... > 2) What's the correct way to debug an exe add-on from C#? ... Now you can write the path to the visio executable on that field. ... add-in and other on the "VisEventProc" of the "EventSink" class. ...
      (microsoft.public.visio.developer)
    • Re: Execution time debug vs. release
      ... Note that VS is doing more and more runtime checks in debug mode, ... You could check this out by compiling just one of your files in VS7 and VS8 with the ... speed with Task Manager showing 0% CPU time. ...
      (microsoft.public.vc.mfc)
    • Re: MFC program does not start
      ... Are you compiling a Debug version of the code? ... sort of error ASSERT() message. ... If it is not reaching the InitInstance() ... Debug mode you will have more of a chance of seeing something in the Output ...
      (microsoft.public.vc.mfc)