CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 9 of 9

Threaded View

  1. #1
    Join Date
    Apr 2009
    Posts
    21

    CoInitialize has not been called

    Hi all,
    I got problem with my project

    First-chance exception at 0x75669617 in BasicReport.exe: 0x800401F0: CoInitialize has not been called.
    Warning: constructing COleException, scode = CO_E_NOTINITIALIZED ($800401F0).
    First-chance exception at 0x75669617 in BasicReport.exe: Microsoft C++ exception: COleException at memory location 0x034bed94..
    Unhandled exception at 0x75669617 in BasicReport.exe: Microsoft C++ exception: COleException at memory location 0x034bed94..

    Can any1 explain to me what the problem is ? and how can i fix it

    Thanks
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured