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. Please Help Me Soon

Please Help Me Soon

Scheduled Pinned Locked Moved ASP.NET
csharpdebugginghelpworkspace
9 Posts 4 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.
  • M Offline
    M Offline
    Mkanchha
    wrote on last edited by
    #1

    Hi to all, I am using .NET2003, while run the Project it displaying this kind of Errors. A project with an Output Type of Class Library cannot be started directily. In order to debug this project, go to the Debugging tab under configuration Settings in Project Properties, and set the Start Action to start External Program or Start URL. Alternatively, You can add a non-library project to this solutions that uses a reference to this project and set it as the startup Project. I tried with above Paragraph but I am getting same Problems. Mohan Balal

    J E 2 Replies Last reply
    0
    • M Mkanchha

      Hi to all, I am using .NET2003, while run the Project it displaying this kind of Errors. A project with an Output Type of Class Library cannot be started directily. In order to debug this project, go to the Debugging tab under configuration Settings in Project Properties, and set the Start Action to start External Program or Start URL. Alternatively, You can add a non-library project to this solutions that uses a reference to this project and set it as the startup Project. I tried with above Paragraph but I am getting same Problems. Mohan Balal

      J Offline
      J Offline
      JustChiragPatel
      wrote on last edited by
      #2

      Hi, how are you..? you are trying to run a class library project which has no forms, so you will not be able to run it and you will get this type of error. you should create one simple form application and link your class library with it and then, try to run that form application ...you will be able to debug your class library project through this path.... Bye.

      Chirag Patel

      M 1 Reply Last reply
      0
      • J JustChiragPatel

        Hi, how are you..? you are trying to run a class library project which has no forms, so you will not be able to run it and you will get this type of error. you should create one simple form application and link your class library with it and then, try to run that form application ...you will be able to debug your class library project through this path.... Bye.

        Chirag Patel

        M Offline
        M Offline
        Mkanchha
        wrote on last edited by
        #3

        Thanks for your reply, but. In my solution there are 26 projects. I am not about to debug it. My start Project is Home.aspx. Mohan balal

        C 1 Reply Last reply
        0
        • M Mkanchha

          Thanks for your reply, but. In my solution there are 26 projects. I am not about to debug it. My start Project is Home.aspx. Mohan balal

          C Offline
          C Offline
          Chetan Ranpariya
          wrote on last edited by
          #4

          Hi Mohan, I think the start up project in your solution is your class library. You have set "Home.aspx" as the start up page but its project is not set as a start up project. Go to the solution explorer, right click on the project which contains "Home.aspx" and click on "Set As Start Up Project" from the pop up menu. I hope this will solve you issue.

          Thanks and Regards, Chetan Ranpariya

          M 1 Reply Last reply
          0
          • C Chetan Ranpariya

            Hi Mohan, I think the start up project in your solution is your class library. You have set "Home.aspx" as the start up page but its project is not set as a start up project. Go to the solution explorer, right click on the project which contains "Home.aspx" and click on "Set As Start Up Project" from the pop up menu. I hope this will solve you issue.

            Thanks and Regards, Chetan Ranpariya

            M Offline
            M Offline
            Mkanchha
            wrote on last edited by
            #5

            Thanks, I think It will solved my Problems Mohan balal

            M 1 Reply Last reply
            0
            • M Mkanchha

              Thanks, I think It will solved my Problems Mohan balal

              M Offline
              M Offline
              Mkanchha
              wrote on last edited by
              #6

              Yes, the Problem is solved. Will you tell me what is this means. The dependency 'CDO' could not be found. Mohan balal

              C 1 Reply Last reply
              0
              • M Mkanchha

                Yes, the Problem is solved. Will you tell me what is this means. The dependency 'CDO' could not be found. Mohan balal

                C Offline
                C Offline
                Chetan Ranpariya
                wrote on last edited by
                #7

                Hi, When do you get this message?

                Thanks and Regards, Chetan Ranpariya

                M 1 Reply Last reply
                0
                • C Chetan Ranpariya

                  Hi, When do you get this message?

                  Thanks and Regards, Chetan Ranpariya

                  M Offline
                  M Offline
                  Mkanchha
                  wrote on last edited by
                  #8

                  That Error will come while comple the Project. After complied it display this kind of Error in IE. Invalid Site Name: xxxx Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: Microsoft.CommerceServer.Runtime.CommerceException: Invalid Site Name: xxxx Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace: CommerceException: Invalid Site Name: xxxx ] Microsoft.CommerceServer.Interop.Configuration.SiteConfigReadOnlyFreeThreaded.Initialize(String bstrSiteName) +4114 Microsoft.CommerceServer.Runtime.Configuration.CommerceResourceCollection..ctor(String siteName) +217 Microsoft.CommerceServer.Runtime.CommerceApplicationModule.InitializeApplication() +193 Microsoft.CommerceServer.Runtime.CommerceApplicationModule.Init(HttpApplication appInstance) +76 System.Web.HttpApplication.InitModules() +100 System.Web.HttpApplication.InitInternal(HttpContext context, HttpApplicationState state, MethodInfo[] handlers) +1295 System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpContext context) +392 System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context) +256 System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +414 Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573 Mohan Balal

                  1 Reply Last reply
                  0
                  • M Mkanchha

                    Hi to all, I am using .NET2003, while run the Project it displaying this kind of Errors. A project with an Output Type of Class Library cannot be started directily. In order to debug this project, go to the Debugging tab under configuration Settings in Project Properties, and set the Start Action to start External Program or Start URL. Alternatively, You can add a non-library project to this solutions that uses a reference to this project and set it as the startup Project. I tried with above Paragraph but I am getting same Problems. Mohan Balal

                    E Offline
                    E Offline
                    ednrgc
                    wrote on last edited by
                    #9

                    I'm booked until later next week. If that works for you, let me know.

                    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