Results 1 to 3 of 3

Thread: [RESOLVED] [2005] Creating a new project

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Sep 2006
    Location
    Surabaya, Indonesia
    Posts
    163

    Resolved [RESOLVED] [2005] Creating a new project

    When I created a new VB project with Windows Application, I can do documenting with <summary>,<param>,etc.

    But why I can't documenting when I choose Empty Project ? Does it have to add a reference or something ?

    When I started a project, I'd prefer an Empty Project because it doesn't generate anything (forms, unused reference, etc). So, how can I add documentation feature within an Empty Project ?

    Regards

    Michael

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: [2005] Creating a new project

    Check the "Generate XML documentation file" option on the Compile tab of the project properties.

    The thing to do would have been to create a Windows Application project and a Blank project and see what the differences were in the properties. You'd have been able to narrow it down pretty quickly as most options would be obviously not applicable.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Sep 2006
    Location
    Surabaya, Indonesia
    Posts
    163

    Re: [2005] Creating a new project

    Ah, so that's the problem.

    Yes, I have seen all difference between 2 project, but since I tought it nothing to do with compile options, I just pass the compile options, and keep look at reference (since it based on XML).

    Thanks for your help

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width