Please Help Me Soon
-
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
-
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
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
-
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
-
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
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
-
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
-
Yes, the Problem is solved. Will you tell me what is this means. The dependency 'CDO' could not be found. Mohan balal
Hi, When do you get this message?
Thanks and Regards, Chetan Ranpariya
-
Hi, When do you get this message?
Thanks and Regards, Chetan Ranpariya
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
-
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