Ask a Question related to ASP Components, Design and Development.
-
Ray #1
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
-
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... -
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... -
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... -
[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... -
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... -
Jon Paal [MSMD] #2
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



Reply With Quote

