Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. PUBLISHED ASPX PAGE BUT KEEP GETTING LOADING FILES/ASSEMBLIES ERRORS. HELP PLEASE!

PUBLISHED ASPX PAGE BUT KEEP GETTING LOADING FILES/ASSEMBLIES ERRORS. HELP PLEASE!

Scheduled Pinned Locked Moved ASP.NET
helpcsharpasp-netlinqxml
6 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Phivos Stylianides
    wrote on last edited by
    #1

    Hi, as i mention on the title of the post i get those errors coming from the web.congig file of the web site. I tried removing the references and then adding them again but still the same problem. Those are: add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" Any ideas? Thanks a lot!

    C 1 Reply Last reply
    0
    • P Phivos Stylianides

      Hi, as i mention on the title of the post i get those errors coming from the web.congig file of the web site. I tried removing the references and then adding them again but still the same problem. Those are: add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" Any ideas? Thanks a lot!

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      What's the error ?

      Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

      P 1 Reply Last reply
      0
      • C Christian Graus

        What's the error ?

        Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

        P Offline
        P Offline
        Phivos Stylianides
        wrote on last edited by
        #3

        The assemblies/files i mentioned are all declared one after another in my code. At first i get the following error: Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: Could not load file or assembly 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified. As i get this error for this specific assembly mentioned above, i tried removing the assembly and add its reference again. When that happens it is generated again in my code at the end. So when i try to publish the page again i get a similar error about next assemblies in the code.

        S 1 Reply Last reply
        0
        • P Phivos Stylianides

          The assemblies/files i mentioned are all declared one after another in my code. At first i get the following error: Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: Could not load file or assembly 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified. As i get this error for this specific assembly mentioned above, i tried removing the assembly and add its reference again. When that happens it is generated again in my code at the end. So when i try to publish the page again i get a similar error about next assemblies in the code.

          S Offline
          S Offline
          Sandeep Akhare
          wrote on last edited by
          #4

          I faced same Problem in my last project. It happened because all the dll which project was refering got modified. You need to take latest DLL for your project. Let me know exact reason for this behavior

          Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "

          P 1 Reply Last reply
          0
          • S Sandeep Akhare

            I faced same Problem in my last project. It happened because all the dll which project was refering got modified. You need to take latest DLL for your project. Let me know exact reason for this behavior

            Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "

            P Offline
            P Offline
            Phivos Stylianides
            wrote on last edited by
            #5

            I already have the latest dlls i think because i also tried updating .NET framework 3.5 again. And after that i re-added those references in my code but still the same errors... Any ideas how to solve this?

            S 1 Reply Last reply
            0
            • P Phivos Stylianides

              I already have the latest dlls i think because i also tried updating .NET framework 3.5 again. And after that i re-added those references in my code but still the same errors... Any ideas how to solve this?

              S Offline
              S Offline
              Sandeep Akhare
              wrote on last edited by
              #6

              No dude i don't have any answer for this question now Just remove all dlls and try one more time Are you providing any version to this dll in web.config

              Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups