Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Migrating from v2.3 > v3.5
Message
 
To
10/05/2008 11:54:03
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
C# 3.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01316229
Message ID:
01316345
Views:
13
Chris,

>My company has been running our web projects on v2.3 of the framework for the past 2 years I guess. A few months ago I purchased the v3.5 upgrade and have setup a virgin VMWare box with vs2008, MM v3.5 and Telerik controls. The websites open, upgrade and appear to be fine. I've been able to swap out my Telerik old versions with their newest 2008 AJAX versions however I've not been as lucky with my MM data class.
>
>Hopefully I haven't missed a section of documentation; what I did was review the 'Upgrading to v3.5 for vs2008' doc file. Here's what I get:
>
>Error 1 The type or namespace name 'OakLeaf' could not be found (are you missing a using directive or an assembly reference?) C:\Dev\vs2008Projects\SynergyWebData Business\WebGroup.cs 4 7 SynergyWebData Business
>
>Clearly, there must be a step or section that I have missed so any help would greatly be appreciated.

If you give me a little more info I can probably help you determine what’s going on. If you double-click the Error 1 listed below let me know which line of code it takes you to. My guess is that you are missing a reference to an MM .NET assembly (since we don’t ever change our namespaces). Make sure you have a reference to these assemblies in your web project:
<add assembly="OakLeaf.MM2008.Framework, Version=3.5.0.0, Culture=neutral, PublicKeyToken=511BD18E16C7F771"/>
<add assembly="OakLeaf.MM2008.Interfaces, Version=3.5.0.0, Culture=neutral, PublicKeyToken=2312FEFB461DBB0E"/>
<add assembly="OakLeaf.MM2008.WebForms, Version=3.5.0.0, Culture=neutral, PublicKeyToken=E35DC9DDAD261220"/>
Best Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform