Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Assembly not found
Message
 
À
16/11/2004 11:08:22
Ben Alicea
B.A. Software & Consulting, Inc
Oldsmar, Floride, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Versions des environnements
Environment:
ASP.NET
OS:
Windows 2000
Network:
Windows 2000 Server
Database:
MS SQL Server
Divers
Thread ID:
00961742
Message ID:
00961796
Vues:
8
My guess would be that the MM.NET assemblies are installed in the GAC on your development machine (you can check with the "copy local" attribute of your project or just check the gac). If you have not installed MM.NET through the installer in the production machine then the MM.NET assemblies will not be installed in the gac and the ASP.NET app will not find them.

The easiest way to get up and running would be to copy the MM.NET assemblies to the \bin directory of your web server. Or you could install MM.NET on the production machine.

>Hi,
>
>I deployed my web application to a server using the VS.NET "Project | Copy Project" menu option. I selected "Copy: Only files needed to run this application".
>
>When I run the web app, I get the following error:
>
>Parser Error Message: File or assembly name Mere Mortals Framework Web Forms, or one of its dependencies, was not found.
>
>Source Error:
>
>
>Line 20: 			<assemblies>
>Line 21: 				<add assembly="Mere Mortals Framework Interfaces, Version=1.1.1118.20862, Culture=neutral, PublicKeyToken=2312fefb461dbb0e" />
>Line 22: 				<add assembly="Mere Mortals Framework Web Forms, Version=1.1.1158.18447, Culture=neutral, PublicKeyToken=a16649d902b008d4" />
>Line 23: 			</assemblies>
>Line 24: 		</compilation>
>
>
>Source File: C:\Inetpub\wwwroot\AM\web.config    Line: 22
>
>
>Help will be greatly appreciated.
>
>Thanks
>
>Ben Alicea
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform