I want to convert my *.sln solution to a software

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Prakhar

    I want to convert my *.sln solution to a software

    Hi friends, I just finished a project in WPF, where I created a
    database of students and do several management operations like
    creating mark sheets, ranking etc.

    Now i want to convert this solution into an executable file, so that
    the code gets invisible and all that appears is just the interface of
    my project.

    Please tell me what to do now, as just when i double click the *sln
    fine, the C# just opens up and starts editing my final project.
  • Patrice

    #2
    Re: I want to convert my *.sln solution to a software

    This is the "Build" menu. Make sure to use the "Release" configuration.

    Try :
    http://msdn.microsoft.com/en-us/library/d8k88a0k.aspx for details.

    Sorry but it's a bit amazing you can code but don't know about that ?!

    --
    Patrice

    "Prakhar" <hiprakhar@gmai l.coma écrit dans le message de groupe de
    discussion :
    e358b626-6bb2-4845-89a7-58b43ee75479...l egroups.com...
    Hi friends, I just finished a project in WPF, where I created a
    database of students and do several management operations like
    creating mark sheets, ranking etc.
    >
    Now i want to convert this solution into an executable file, so that
    the code gets invisible and all that appears is just the interface of
    my project.
    >
    Please tell me what to do now, as just when i double click the *sln
    fine, the C# just opens up and starts editing my final project.

    Comment

    • Mark Rae [MVP]

      #3
      Re: I want to convert my *.sln solution to a software

      "Prakhar" <hiprakhar@gmai l.comwrote in message
      news:e358b626-6bb2-4845-89a7-58b43ee75479@a2 6g2000prf.googl egroups.com...
      Hi friends, I just finished a project in WPF, where I created a
      database of students and do several management operations like
      creating mark sheets, ranking etc.
      >
      Now i want to convert this solution into an executable file, so that
      the code gets invisible and all that appears is just the interface of
      my project.
      >
      Please tell me what to do now, as just when i double click the *sln
      fine, the C# just opens up and starts editing my final project.
      Since you've posted in an ASP.NET newsgroup, I can only assume that you are
      talking about an ASP.NET project which you're trying to turn into a
      standalone application.

      You also talk about WPF - are you using the WebXaml framework for this?

      How are you expecting this standalone web application to be delivered? Are
      you expecting your users to run it in a browser...?


      --
      Mark Rae
      ASP.NET MVP


      Comment

      Working...