Hi
I have a project, but wanted to incorporate the project into another project. At the time appears error when complile file whose contents are two main application. What should I do?
Hi
I have a project, but wanted to incorporate the project into another project. At the time appears error when complile file whose contents are two main application. What should I do?
Post the actual error message so we can tell what is going wrong. I suspect that you have two methods declare as public static void Main()
. You can only have one static "Main" in an application. That is the entry point.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.