473,383 Members | 2,005 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

Config error in appli when using an assembly

Cui
Hello,

I make an application in ASP.NET (using VB.NET and some web services). For
my needs, I use also the SQL DMO library (with the SQL DMO.interop assembly)
and the Microsoft Web UI controls (in order to have the tree view, multi bar
controls).

When I make the compilation and the execution, I obtain then the next error:

"

Accès refusé : 'Interop.SQLDMO'.

Erreur source:
Ligne 196 : <add assembly="System.EnterpriseServices, Version=1.0.5000.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Ligne 197 : <add assembly="System.Web.Mobile, Version=1.0.5000.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Ligne 198 : <add assembly="*"/>
Ligne 199 : </assemblies>
Ligne 200 : </compilation>
Fichier source :
c:\winnt\microsoft.net\framework\v1.1.4322\Config\ machine.config Ligne :
198

Suivi du chargement de l'assembly: Les informations suivantes peuvent
permettre de déterminer la raison pour laquelle l'assembly 'Interop.SQLDMO'
n'a pas pu être chargé.
=== Pre-bind state information ===
LOG: DisplayName = Interop.SQLDMO
(Partial)
LOG: Appbase = file:///T:/Programmation/Application_IIS/Requeteur
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===

LOG: Policy not being applied to reference at this time (private, custom,
partial, or location-based assembly bind).
LOG: Post-policy reference: Interop.SQLDMO
LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/requeteur/b14d0b9d/d3f1d682/Interop.SQLDMO.DLL.
LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/requeteur/b14d0b9d/d3f1d682/Interop.SQLDMO/Interop.SQLDMO.DLL.
LOG: Attempting download of new URL
file:///T:/Programmation/Application_IIS/Requeteur/bin/Interop.SQLDMO.DLL.
LOG: Policy not being applied to reference at this time (private, custom,
partial, or location-based assembly bind).
LOG: Post-policy reference: Interop.SQLDMO, Version=8.0.0.0,
Culture=neutral, PublicKeyToken=null

----------------------------------------------------------------------------
----

Informations sur la version : Version Microsoft .NET Framework
:1.1.4322.573; Version ASP.NET :1.1.4322.573

"

For people who doesn't read french, Access denied to Interop.SQLDMO.

Then, I want to know what is the problem, and how to correct it. Because,
when I have this problem, I must reboot my PC and I lost some times.(some
days, this error occurs 15 or 20 times...)

Thanks for your response.

Best regards.

Cui.
Nov 18 '05 #1
1 1906
maybe the problem of security for asp.net run as ASPNET account

"Cui" <cu**************************@free.fr> дÈëÏûÏ¢
news:eg*************@tk2msftngp13.phx.gbl...
Hello,

I make an application in ASP.NET (using VB.NET and some web services). For my needs, I use also the SQL DMO library (with the SQL DMO.interop assembly) and the Microsoft Web UI controls (in order to have the tree view, multi bar controls).

When I make the compilation and the execution, I obtain then the next error:
"

Accès refus?: 'Interop.SQLDMO'.

Erreur source:
Ligne 196 : <add assembly="System.EnterpriseServices, Version=1.0.5000.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Ligne 197 : <add assembly="System.Web.Mobile, Version=1.0.5000.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Ligne 198 : <add assembly="*"/>
Ligne 199 : </assemblies>
Ligne 200 : </compilation>
Fichier source :
c:\winnt\microsoft.net\framework\v1.1.4322\Config\ machine.config Ligne : 198

Suivi du chargement de l'assembly: Les informations suivantes peuvent
permettre de déterminer la raison pour laquelle l'assembly 'Interop.SQLDMO' n'a pas pu être charg?
=== Pre-bind state information ===
LOG: DisplayName = Interop.SQLDMO
(Partial)
LOG: Appbase = file:///T:/Programmation/Application_IIS/Requeteur
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===

LOG: Policy not being applied to reference at this time (private, custom,
partial, or location-based assembly bind).
LOG: Post-policy reference: Interop.SQLDMO
LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/requeteur/b14d0b9d/d3f1d682/Interop.SQLDMO.DLL.
LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/requeteur/b14d0b9d/d3f1d682/Interop.SQLDMO/Interop.SQLDMO.DLL.
LOG: Attempting download of new URL
file:///T:/Programmation/Application_IIS/Requeteur/bin/Interop.SQLDMO.DLL.
LOG: Policy not being applied to reference at this time (private, custom,
partial, or location-based assembly bind).
LOG: Post-policy reference: Interop.SQLDMO, Version=8.0.0.0,
Culture=neutral, PublicKeyToken=null

-------------------------------------------------------------------------- -- ----

Informations sur la version : Version Microsoft .NET Framework
:1.1.4322.573; Version ASP.NET :1.1.4322.573

"

For people who doesn't read french, Access denied to Interop.SQLDMO.

Then, I want to know what is the problem, and how to correct it. Because,
when I have this problem, I must reboot my PC and I lost some times.(some
days, this error occurs 15 or 20 times...)

Thanks for your response.

Best regards.

Cui.

Nov 18 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Peter Blum | last post by:
I have built an assembly (dll) from which I expect third parties to subclass. As a result, when my assembly has a version change, it will cause any third party assembly based on it to break unless...
1
by: Cui | last post by:
Hello, I make an application in ASP.NET (using VB.NET and some web services). For my needs, I use also the SQL DMO library (with the SQL DMO.interop assembly) and the Microsoft Web UI controls...
0
by: Roy Chastain | last post by:
I have a simple page or two and a simple global.asax file that loads some configuration from the web.config file. I developed this on a Windows XP box with framework version 1.1 installed. I run...
1
by: Ivan | last post by:
Hi, I have moved an entire solution from .netframework 1.0 to 1.1; also I have migrated the solution to VS2003. After this I have added a new project (Web) to previous solution; I'm referencing...
2
by: Anna | last post by:
I added a small Web.Config file to the root of my website so that I could view errors on a machine other than the server: <configuration> <system.web> <customErrors mode="Off" /> </system.web>...
1
by: Robert | last post by:
I have a server where the main web application (root) is now migrated to 2.0. It's web.config has a line where it adds the system.data.oracleclient in the configuration and assembiles section. ...
1
by: harinathch | last post by:
Hi, Iam working with myapplication.exe.config file in my vb.net windows application.Its working fine in my development environment. When i test this application in some other machine using exe and...
10
by: =?Utf-8?B?U3RlZmFuIEJhcmxvdw==?= | last post by:
This has been working perfectly for months. Since we switched from ASP.NET 1.1 to 2.0, we have constant and sporadic issues with updating our applications. Touching the web.config works about...
5
by: mmcd79 | last post by:
I built a VB.net application that makes use of a machine level DB connection string setting, and a user level starting location setting. The machine level setting and the default user based...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.