CodeProject ShoppingCart Probs
-
Hi there, I downloaded the source of http://www.codeproject.com/netcf/Shopping.asp If I want debug this app, a error message appears: A project with an Output Type Class Library cannot start directly. I don't understand the solution written below. The main code runs in the frmMain.cs... I set Output Type of "Shopping.Engine" to Windows Application, but I know that's not the right way. Can anybody help me plz to debug this app successfully ? Thx for help !
-
Hi there, I downloaded the source of http://www.codeproject.com/netcf/Shopping.asp If I want debug this app, a error message appears: A project with an Output Type Class Library cannot start directly. I don't understand the solution written below. The main code runs in the frmMain.cs... I set Output Type of "Shopping.Engine" to Windows Application, but I know that's not the right way. Can anybody help me plz to debug this app successfully ? Thx for help !
You should really ask these questions on the forum for the specific article. That is what they are there for. Class Libraries are not something you can start, they only contain part of the functionality and are designed to be fitted in with something else. Looking at the source code zip for the project there is a Shopping.GUI project that appears to contain the starting point for the application. You should use that.
Do you want to know more? Not getting the response you want from a question asked in an online forum: How to Ask Questions the Smart Way!