WARNING: Unable to find dependency 'mscorlib'

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Nak

    WARNING: Unable to find dependency 'mscorlib'

    Hi there,

    I'm getting some strange warnings appearing while I'm compiling a couple
    of setup projects I have in a solution. I'm being informed of the following
    warnings,

    WARNING: Unable to find dependency 'mscorlib' (Signature='B77 A5C561934E089'
    Version='1.0.50 00.0') of assembly 'System.dll'
    WARNING: Unable to find dependency 'mscorlib' (Signature='B77 A5C561934E089'
    Version='1.0.50 00.0') of assembly 'System.Xml.dll '

    It's also appearing for a couple of other dependencies included in the
    project that are "non-Microsoft", but the above ones confuse me. Any ideas
    as to what is happening? or should I just ignore these as all *seems* to be
    fine. Cheers in advance.

    Nick.


  • Nak

    #2
    Re: WARNING: Unable to find dependency 'mscorlib'

    Hi there again,

    I've also just noticed that System.Xml.dll is now being redistributed
    with my setup programs, what would be the reason for the IDE to to do this?
    "Copy local" is still set to false so I'm slightly confused with this one
    :-\ It's not in the projects Bin folder, but it *is* being redistributed
    with the setup, I presume this is half the reason why I am experiencing
    these errors, or the errors are the reason why the file is being
    distributed. I would rather have the 1.27mb OUT of my setup!!!! It more
    that doubles the size of the download. Any ideas? Cheers again.

    Nick.

    "Nak" <a@a.com> wrote in message
    news:%237b1ZeBu EHA.2680@TK2MSF TNGP15.phx.gbl. ..[color=blue]
    > Hi there,
    >
    > I'm getting some strange warnings appearing while I'm compiling a
    > couple of setup projects I have in a solution. I'm being informed of the
    > following warnings,
    >
    > WARNING: Unable to find dependency 'mscorlib'
    > (Signature='B77 A5C561934E089' Version='1.0.50 00.0') of assembly
    > 'System.dll'
    > WARNING: Unable to find dependency 'mscorlib'
    > (Signature='B77 A5C561934E089' Version='1.0.50 00.0') of assembly
    > 'System.Xml.dll '
    >
    > It's also appearing for a couple of other dependencies included in the
    > project that are "non-Microsoft", but the above ones confuse me. Any
    > ideas as to what is happening? or should I just ignore these as all
    > *seems* to be fine. Cheers in advance.
    >
    > Nick.
    >[/color]


    Comment

    • Nak

      #3
      Re: WARNING: Unable to find dependency 'mscorlib'

      Hi there,

      I have found a resolve for the other 2 non Microsoft assembiles by
      compiling them to version 1.0 of the Framework. Which is pretty strange
      because I had found in the past that 1.1 assemblies did not work with 1.0
      assemblies, has Microsoft changed this in one of the service packs?

      Anyway, that also removed the other 2 warnings! Stange but sorted now
      none the less!

      Nick.

      "Nak" <a@a.com> wrote in message
      news:O7ABW2BuEH A.1400@TK2MSFTN GP11.phx.gbl...[color=blue]
      > Hi there again,
      >
      > I've also just noticed that System.Xml.dll is now being redistributed
      > with my setup programs, what would be the reason for the IDE to to do
      > this? "Copy local" is still set to false so I'm slightly confused with
      > this one :-\ It's not in the projects Bin folder, but it *is* being
      > redistributed with the setup, I presume this is half the reason why I am
      > experiencing these errors, or the errors are the reason why the file is
      > being distributed. I would rather have the 1.27mb OUT of my setup!!!! It
      > more that doubles the size of the download. Any ideas? Cheers again.
      >
      > Nick.
      >
      > "Nak" <a@a.com> wrote in message
      > news:%237b1ZeBu EHA.2680@TK2MSF TNGP15.phx.gbl. ..[color=green]
      >> Hi there,
      >>
      >> I'm getting some strange warnings appearing while I'm compiling a
      >> couple of setup projects I have in a solution. I'm being informed of the
      >> following warnings,
      >>
      >> WARNING: Unable to find dependency 'mscorlib'
      >> (Signature='B77 A5C561934E089' Version='1.0.50 00.0') of assembly
      >> 'System.dll'
      >> WARNING: Unable to find dependency 'mscorlib'
      >> (Signature='B77 A5C561934E089' Version='1.0.50 00.0') of assembly
      >> 'System.Xml.dll '
      >>
      >> It's also appearing for a couple of other dependencies included in the
      >> project that are "non-Microsoft", but the above ones confuse me. Any
      >> ideas as to what is happening? or should I just ignore these as all
      >> *seems* to be fine. Cheers in advance.
      >>
      >> Nick.
      >>[/color]
      >
      >[/color]


      Comment

      • Peter Huang

        #4
        Re: WARNING: Unable to find dependency 'mscorlib'

        Hi Nick,

        Yes, the behavior is somewhat strange, it seems that there is something
        messy in your framework configuration. I think you may try to reinstalled
        the .net framework 1.1.

        Best regards,

        Peter Huang
        Microsoft Online Partner Support

        Get Secure! - www.microsoft.com/security
        This posting is provided "AS IS" with no warranties, and confers no rights.

        Comment

        • Nak

          #5
          Re: WARNING: Unable to find dependency 'mscorlib'

          Hi Peter,

          Is this possible even though I have already installed 1.1 Service Pack
          1? As I am aware I thought my framework installation was okay, I installed
          1.0 then 1.1 then service packed both, unless of course I should do 1.0
          service pack that, then 1.1 and service pack that, which seems even more
          weird as it would mean that the service packs are conflicting in some way.
          Hmmm!

          Nick.

          ""Peter Huang"" <v-phuang@online.m icrosoft.com> wrote in message
          news:P7Pul8kuEH A.3152@cpmsftng xa10.phx.gbl...[color=blue]
          > Hi Nick,
          >
          > Yes, the behavior is somewhat strange, it seems that there is something
          > messy in your framework configuration. I think you may try to reinstalled
          > the .net framework 1.1.
          >
          > Best regards,
          >
          > Peter Huang
          > Microsoft Online Partner Support
          >
          > Get Secure! - www.microsoft.com/security
          > This posting is provided "AS IS" with no warranties, and confers no
          > rights.
          >[/color]


          Comment

          • Peter Huang

            #6
            Re: WARNING: Unable to find dependency 'mscorlib'

            Hi

            Commonly the newer version should be installed later, so it seems that the
            order is OK.
            But from the error it seems that the mscorlib's version is not correct, I
            am not sure if there is anything change after you installed .net 1.1,so I
            suggest you reinstall the .net framework1.1 and sp1 to see if that works.


            Best regards,

            Peter Huang
            Microsoft Online Partner Support

            Get Secure! - www.microsoft.com/security
            This posting is provided "AS IS" with no warranties, and confers no rights.

            Comment

            • Nak

              #7
              Re: WARNING: Unable to find dependency 'mscorlib'

              Hi Peter,

              Cheers for the advice, I shall try as you suggest.

              Nick.

              ""Peter Huang"" <v-phuang@online.m icrosoft.com> wrote in message
              news:QBMBx9yuEH A.2544@cpmsftng xa10.phx.gbl...[color=blue]
              > Hi
              >
              > Commonly the newer version should be installed later, so it seems that the
              > order is OK.
              > But from the error it seems that the mscorlib's version is not correct, I
              > am not sure if there is anything change after you installed .net 1.1,so I
              > suggest you reinstall the .net framework1.1 and sp1 to see if that works.
              >
              >
              > Best regards,
              >
              > Peter Huang
              > Microsoft Online Partner Support
              >
              > Get Secure! - www.microsoft.com/security
              > This posting is provided "AS IS" with no warranties, and confers no
              > rights.
              >[/color]


              Comment

              • Nak

                #8
                Re: WARNING: Unable to find dependency 'mscorlib'

                Hi Peter,

                Cheers for the advice, I shall try as you suggest.

                Nick.

                ""Peter Huang"" <v-phuang@online.m icrosoft.com> wrote in message
                news:QBMBx9yuEH A.2544@cpmsftng xa10.phx.gbl...[color=blue]
                > Hi
                >
                > Commonly the newer version should be installed later, so it seems that the
                > order is OK.
                > But from the error it seems that the mscorlib's version is not correct, I
                > am not sure if there is anything change after you installed .net 1.1,so I
                > suggest you reinstall the .net framework1.1 and sp1 to see if that works.
                >
                >
                > Best regards,
                >
                > Peter Huang
                > Microsoft Online Partner Support
                >
                > Get Secure! - www.microsoft.com/security
                > This posting is provided "AS IS" with no warranties, and confers no
                > rights.
                >[/color]


                Comment

                • Peter Huang

                  #9
                  Re: WARNING: Unable to find dependency 'mscorlib'

                  Hi,

                  How is the things going?
                  If you still have any concern on this issue, please feel free to post here.

                  Best regards,

                  Peter Huang
                  Microsoft Online Partner Support

                  Get Secure! - www.microsoft.com/security
                  This posting is provided "AS IS" with no warranties, and confers no rights.

                  Comment

                  • Nak

                    #10
                    Re: WARNING: Unable to find dependency 'mscorlib'

                    All sorted now! Cheers.

                    Nick.

                    ""Peter Huang"" <v-phuang@online.m icrosoft.com> wrote in message
                    news:Ydm7E4KvEH A.3152@cpmsftng xa10.phx.gbl...[color=blue]
                    > Hi,
                    >
                    > How is the things going?
                    > If you still have any concern on this issue, please feel free to post
                    > here.
                    >
                    > Best regards,
                    >
                    > Peter Huang
                    > Microsoft Online Partner Support
                    >
                    > Get Secure! - www.microsoft.com/security
                    > This posting is provided "AS IS" with no warranties, and confers no
                    > rights.
                    >[/color]


                    Comment

                    Working...