Ask a Question related to ASP Components, Design and Development.

  1. #1

    Default VsWebsite.Interop

    Have created a website on an IIS. Using Visual Studio 2005, I made an aspx
    webpage with a gridview using a SQL database connection. The page will open
    fine if it opens thru the ASP.Net Development Server on my local machine but
    when I try to open it using IE7 by itself I get an error as follows

    Line 13: <add assembly="VsWebSite.Interop, Version=8.0.0.0,
    Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />

    From what I can figure out, it is looking for a reference called
    VsWebsite.Interop. The IIS has .net Framework 2.0 and 3.0 installed.

    What is wrong and what do I do to fix it?
    Ray Guest

  2. Similar Questions and Discussions

    1. UnauthorizedAccessException when using COM interop
      Hi, I am currently working on a webservice that is calling functions from a VB6 COM component. the COM is working when called from a regular .NET...
    2. Accessing Outlook Interop
      Hi, I have a code that works well as a normal desktop application which sends a mail thru outlook. However I am trying it on ASP and is unable...
    3. Bug in Interop?
      Hi, we have a small web service that calls into some VB6 com components. There is only one call to these components and this is done on a new...
    4. [PHP-DEV] simplexml and dom interop
      ------=_NextPart_000_004E_01C39B05.50B6E0D0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable If...
    5. COM interop from ASP.NET
      I have an ecommerce system that hosts many sites on one server and I have the main assembly in the GAC. Within the assembly I reference Verisign's...
  3. #2

    Default Re: VsWebsite.Interop

    post your question here:

    microsoft.public.dotnet.framework.aspnet




    "Ray" <Ray@discussions.microsoft.com> wrote in message news:8E27D14B-3D57-4709-AEC8-C23CAE69733E@microsoft.com...
    > Have created a website on an IIS. Using Visual Studio 2005, I made an aspx
    > webpage with a gridview using a SQL database connection. The page will open
    > fine if it opens thru the ASP.Net Development Server on my local machine but
    > when I try to open it using IE7 by itself I get an error as follows
    >
    > Line 13: <add assembly="VsWebSite.Interop, Version=8.0.0.0,
    > Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
    >
    > From what I can figure out, it is looking for a reference called
    > VsWebsite.Interop. The IIS has .net Framework 2.0 and 3.0 installed.
    >
    > What is wrong and what do I do to fix it?

    Jon Paal [MSMD] Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139