Results 1 to 3 of 3

Thread: Error on Netload (DLL on network)

  1. #1
    100 Club
    Join Date
    2008-04
    Location
    St-Ferdinand, Québec
    Posts
    141
    Login to Give a bone
    0

    Default Error on Netload (DLL on network)

    Hi !

    If I "netload" a DLL on network, I got the error on the attached printscreen, but if I "netload" the same DLL but locally, that works great !

    Is someone could help me ?

    Thanks in advance !
    Attached Images Attached Images

  2. #2
    100 Club
    Join Date
    2008-04
    Location
    St-Ferdinand, Québec
    Posts
    141
    Login to Give a bone
    0

    Default Re: Error on Netload (DLL on network)

    Im looking for how to auto load DLL at startup and I found my answer

    Only add Imports System.Security.Permissions.SecurityPermission

  3. #3
    Administrator Ed Jobe's Avatar
    Join Date
    2000-11
    Location
    Turlock, CA
    Posts
    6,420
    Login to Give a bone
    0

    Default Re: Error on Netload (DLL on network)

    NETLOAD is only for loading .Net assemblies that are your custom add-ins, not dll's used by other programs or sdk dll's. You will also want to add a reference to it at the project level. A term related to this is "dependency". Files referenced by your project make your project dependent upon them If there's a problem loading a dependency, your project will fail to load.
    C:> ED WORKING....


    LinkedIn

Similar Threads

  1. Netload Example
    By peter in forum Bridging the Gap: LISP -> .NET -> LISP
    Replies: 5
    Last Post: 2014-01-14, 09:26 PM
  2. NETLOAD in AutoCAD 2012
    By LogoKevn in forum AutoCAD General
    Replies: 1
    Last Post: 2011-08-15, 06:54 PM
  3. Netload command not recognized
    By michael.hooker in forum Dot Net API
    Replies: 0
    Last Post: 2008-12-04, 09:29 PM
  4. Network Lic. Error
    By Martin Figlarz in forum Revit Architecture - General
    Replies: 5
    Last Post: 2007-07-10, 02:57 PM
  5. VB.Net Netload DLL and Windows forms (EXE)
    By KevinBarnett in forum Dot Net API
    Replies: 2
    Last Post: 2005-12-15, 08:17 PM

Posting Permissions

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