Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Method not found
Message
De
04/12/2003 08:53:10
Eugenio Casal
Futura Tecnologia Informação Consult Ltd
São Paulo, Brésil
 
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
00855474
Message ID:
00855807
Vues:
14
Kevin,

Things are finally working after the reinstall of "Mere Mortals Framework.dll" using Gacutil.exe.

Regards,

Eugênio

>Eugênio
>
>>I'm trying to use the NewRow method from mmBusinessObject class but I'm getting the following error:
>>Method not found: System.Data.DataRow OakLeaf.MM.Main.Business.mmBusinessObject.NewRow().
>
>This is an odd error since the code you've posted looks like you're calling the NewRow method correctly (there is an overload of NewRow that doesn't accept any parameters). I've seen similar errors when ASP.NET can't access an assembly properly. I recommend restarting your server and trying again (this forces .NET to get any updated versions of the MM .NET assemblies). If this doesn't work, you might want to try adding the Mere Mortals Framework assembly to your web.config file (in addition to the other two MM .NET assembly references). For example:
>
>
><compilation defaultLanguage="c#" debug="true" >
>	<assemblies>
>		<add assembly="Mere Mortals Framework Interfaces, Version=1.1.1118.20862, Culture=neutral, PublicKeyToken=2312fefb461dbb0e" />
>		<add assembly="Mere Mortals Framework Web Forms, Version=1.1.1158.18447, Culture=neutral, PublicKeyToken=a16649d902b008d4" />
>		<add assembly="Mere Mortals Framework, Version=1.1.1119.20257, Culture=neutral, PublicKeyToken=511bd18e16c7f771" />
>	</assemblies>
></compilation>
>
>
>Regards,
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform