CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2005
    Posts
    1

    Help please! System.Runtime.InteropServices.ComException !!!

    I built a website using VS 2005 Beta 2 on my laptop running XP. The site references a required .dll. The site works fine on my laptop. When I deployed the website and (registered).dll to the server (Windows 2003 Server). I keep getting the following Server Error:

    Object variable or With block variable not set.

    System.Runtime.InteropServices.ComException: Object variable or With block variable not set

    I believe it is a permissions issue but I have tried changing some settings and still cannot figure out why the site will not work.

    I even installed VS WebExpress on the server, and added the dll as a reference. Intellisense works but at runtime the dll won't work.

    Please help!

    Thanks in advance.

  2. #2
    Join Date
    Feb 2001
    Location
    Stamford CT USA
    Posts
    2,167

    Re: Help please! System.Runtime.InteropServices.ComException !!!

    This might be a stupid question but have you installed FW 2.0 Beta 2 on your Windows 2003 webserver?
    Good Luck,
    -Cool Bizs

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