Results 1 to 2 of 2

Thread: Release a .dll with a WinForm

  1. #1
    Login to Give a bone
    0

    Default Release a .dll with a WinForm

    Hello, I've created a .dll with a WinForm and Multiple classes in VS 2012. I released it,however , when I used the .dll in another computer with Netload command nothing happened. But, with its release folder it worked. How can I release the .dll so I used only it? Thank you, Mohsen

  2. #2
    I could stop if I wanted to
    Join Date
    2007-08
    Posts
    201
    Login to Give a bone
    0

    Default Re: Release a .dll with a WinForm

    Hi,

    Basically, when you compile a .NET solution, one DLL is created for each project contained in the solution.
    So, if you define all your classes in the same project, they will be embeded in the same DLL.
    If your project references some 'home made' DLLs these ones have to be in the same folder as the compiled DLL.

Similar Threads

  1. 2014: WPF user control instead of a Winform
    By drewj in forum Revit - API
    Replies: 2
    Last Post: 2013-11-14, 08:04 PM
  2. Next Release
    By dzatto in forum AutoCAD General
    Replies: 14
    Last Post: 2008-01-28, 12:38 PM
  3. What release was the first with SSM?
    By Maverick91 in forum AutoCAD Sheet Set Manager
    Replies: 2
    Last Post: 2008-01-17, 01:13 PM
  4. Release Dates & Release Codenames
    By Buffeldrek in forum Inventor - General
    Replies: 2
    Last Post: 2006-09-22, 02:19 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •