Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Publishing website with MM dll's
Message
From
31/07/2007 12:57:53
Timothy Bryan
Sharpline Consultants
Conroe, Texas, United States
 
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
ASP.NET
Miscellaneous
Thread ID:
01244592
Message ID:
01244909
Views:
22
Hi Kevin,

>
>It's odd you're getting this error. It basically means that the assemblies referenced by your web application and the version of the assemblies located by the .NET runtime are different. I recommend recompiling your web app, checking the version number of the assemblies it's referencing and making sure the assemblies you deploy match. Is it possible there are old versions of MM .NET assemblies on your target machine?
>

Turns out my base website where I was installing this under was still running on mm 2.2. (I have a website with a directory under it set as an application directory for the second website. It has it's own /bin directory) I am a little surprised I couldn't run another app under it with a different version, but I guess not. Once I updated the base app it took care of it, but I found this inside the UserAdmin.aspx file. Is this left over from something as I don't see it in any other web projects?
<%@ Register Assembly="Mere Mortals Framework Web Forms 2005, Version=2.2.0.0, Culture=neutral, PublicKeyToken=E35DC9DDAD261220"
	Namespace="OakLeaf.MM.Main.Web.UI.WebControls" TagPrefix="mm" %>
I changed it to reflect version 2.4 when I updated the working base app. The app I was having trouble with didn't have this in the same file at all.

Thanks
Tim
Timothy Bryan
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform