How to prevent referenced assemblies from being compiled into the application?

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default How to prevent referenced assemblies from being compiled into the application?

    My question may be a bit odd. Right now I can see that all referenced
    assemblies in my project are compiled into the application assembly so when
    I deploy the application, I don't see those assemblies anymore. Is there a
    way to compile the application so that the referenced assemblies are still
    necessary when the app is deployed to a different computer? I know this
    doesn't make sense most of the time but I'd like to know if there is a way
    to do this.

    Thanks a lot for any suggestions


    BH Guest

  2. Similar Questions and Discussions

    1. Assemblies and Application Blocks problem
      Hi everybody I do not have Visual Studio. I only use Notepad and WebMatrix. My problems are : 1. I have DotNet Framework installed and it is...
    2. how to prevent prevent .so-calling routine to crash from segfaults in .so
      Hi, Guys I am stuck with a problem and need some help. Platform : Linux(RedHat 7.3) Problem Area : Dynamic Shared Object Libraries, POSIX...
    3. referenced records
      When I do a select on a record, is there a way that I can tell if it is being referenced by another table, and if so, can I tell by what table?
    4. Application Roots for assemblies
      As long as the "facades" virtual directory is configured as an Application that's the way ASP.Net works. You can always remove the Application...
    5. HTML Compiled Help within ASPX Application
      I'm about to embark on building a compiled help (.chm) application for my aspx web application. I wanted to know if anyone who has done this would...
  3. #2

    Default Re: How to prevent referenced assemblies from being compiled into the application?

    I've never seen referenced assemblies compiled into another assembly.

    --
    John Saunders
    Internet Engineer
    [email]john.saunders@surfcontrol.com[/email]


    "BH" <bobatkpmg@yahoo.com> wrote in message
    news:Ow4F0OtWDHA.1872@TK2MSFTNGP12.phx.gbl...
    > My question may be a bit odd. Right now I can see that all referenced
    > assemblies in my project are compiled into the application assembly so
    when
    > I deploy the application, I don't see those assemblies anymore. Is there
    a
    > way to compile the application so that the referenced assemblies are still
    > necessary when the app is deployed to a different computer? I know this
    > doesn't make sense most of the time but I'd like to know if there is a way
    > to do this.
    >
    > Thanks a lot for any suggestions
    >
    >

    John Saunders Guest

  4. #3

    Default Re: How to prevent referenced assemblies from being compiled into the application?

    They aren't.

    --
    HTH,

    Kevin Spencer
    Microsoft MVP
    ..Net Developer
    [url]http://www.takempis.com[/url]
    Complex things are made up of
    lots of simple things.

    "John Saunders" <john.saunders@surfcontrol.com> wrote in message
    news:ugQHbUtWDHA.1644@TK2MSFTNGP10.phx.gbl...
    > I've never seen referenced assemblies compiled into another assembly.
    >
    > --
    > John Saunders
    > Internet Engineer
    > [email]john.saunders@surfcontrol.com[/email]
    >
    >
    > "BH" <bobatkpmg@yahoo.com> wrote in message
    > news:Ow4F0OtWDHA.1872@TK2MSFTNGP12.phx.gbl...
    > > My question may be a bit odd. Right now I can see that all referenced
    > > assemblies in my project are compiled into the application assembly so
    > when
    > > I deploy the application, I don't see those assemblies anymore. Is
    there
    > a
    > > way to compile the application so that the referenced assemblies are
    still
    > > necessary when the app is deployed to a different computer? I know this
    > > doesn't make sense most of the time but I'd like to know if there is a
    way
    > > to do this.
    > >
    > > Thanks a lot for any suggestions
    > >
    > >
    >
    >

    Kevin Spencer Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139