Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Deploying program
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
C# 2.0
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01212277
Message ID:
01218091
Views:
15
Linda,

>When I add the assemblies to the application folder in a new setup project, it shows each assembly twice. When I build the solution, it gives me the following error for the framework and interfaces assemblies:
>
>Warning 1 Two or more objects have the same target location ('[targetdir]\mere mortals framework interfaces 2005.dll') C:\deve\SetupTest\SetupTest.vdproj SetupTest

Are you adding assemblies to the Application Folder or to the Global Assembly Cache Folder? If you want them installed in the GAC on the target machine you should be following these instructions from the Dev Guide:

Installing MM .NET assemblies into the GAC on a Production Machine

  1. Add a deployment project to your solution

  2. Right-click the deployment project, and select View | File System from the shortcut menu.

  3. In the File System pane, right-click the File System on Target Machine node and select Add Special Folder | Global Assembly Cache Folder.

  4. Right-click the new Global Assembly Cache Folder and select the Add Assembly from the shortcut menu.

  5. Add the following assemblies from the Select Component dialog (if you are using any MM .NET third party controls, also select these assemblies):

    • Mere Mortals Framework 2005

    • Mere Mortals Framework Interfaces 2005

    • Mere Mortals Framework Windows Forms 2005


  6. Click OK to add these assemblies to the deployment project's GAC folder.

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
Reply
Map
View

Click here to load this message in the networking platform