Results 1 to 4 of 4

Thread: VB.net critical compilation error

  1. #1

    Thread Starter
    Member
    Join Date
    May 2010
    Posts
    39

    VB.net critical compilation error

    Hello,

    I am trying to get my VB project to communicate with another office application. To do this I have installed the Primary Interop Assemblies from here as recommended by the Microsoft documentation. I have also ensured that I am including the required libraries with "Imports", and there are no blue-lined context errors in the code

    When trying to compile, I am now getting the following error to say that it cannot find a .dll

    I have tried:
    a) registering the .dll manually as recommended in the error message
    b) reinstalling Visual Basic 2010 Express
    c) double checking the references in the project to ensure that all paths are valid and it seems ok.

    Has anyone had this error? Any possible solutions?

    Thanks, I really appreciate your help with this one. It's driving me mad!

    best regards

    J
    Attached Images Attached Images  

  2. #2

    Thread Starter
    Member
    Join Date
    May 2010
    Posts
    39

    Re: VB.net critical compilation error

    I tried to see if this is just a problem with my compiler so I just built the project and ran the .exe

    When I try to run my program it attempts to connect to visio and says that it has a com error.

    Does this imply that the problem is with "Primary Interop Assemblies"?

    If anyone has a solution please let me know

    Really appreciate your help
    Attached Images Attached Images  

  3. #3
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: VB.net critical compilation error

    Don't know if any of these will hellp.... but it looks like others have had the issue too.

    http://social.msdn.microsoft.com/for...-0bd68af09343/
    http://connect.microsoft.com/VisualS...coloader80-dll

    I simply did a search for coloader80.dll ... I got a lot of links where the problem is reported... and a lot of links on "manually install coloader80.dll"... bleh...

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  4. #4
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,104

    Re: VB.net critical compilation error

    Frankly, I think this might be MS attempting to keep you from harming yourself by attempting to use Visio. That program is only half-good, at best.
    My usual boring signature: Nothing

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