473,383 Members | 1,925 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

C# Entry Point !!!!!

35
Hi,

I have the problem related to C#. When I Embed my project for debuging then the error shows that "Project Access does not have any entry point."
NOTE: Access is the name of my project.
Kinldy tell me how can I remove this problem?
Oct 23 '07 #1
1 1093
Plater
7,872 Expert 4TB
You need a Main() function.
OR in the project properties, where it says "startup object" select what you want to be the program start (normally it just lists the place where you main() function is)
Oct 23 '07 #2

Sign in to post your reply or Sign up for a free account.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.