cannot play visual studio 2008

Last post 11-07-2009 11:53 AM by dangerouschotu. 13 replies.

Sort Posts:

  • cannot play visual studio 2008

    11-05-2009, 3:25 AM
    • Member
      point Member
    • christmas_
    • Member since 11-05-2009, 8:22 AM
    • Posts 5

    so this is what happens...

    after typing down codes on visual studio 2008, i cannot play them

    what are the reasons for these ?

    i reinstall visual studio 2008, but the problem of cannot play still exist

    help 

  • Re: cannot play visual studio 2008

    11-05-2009, 4:16 AM
    • All-Star
      123,553 point All-Star
    • XIII
    • Member since 06-30-2002, 11:59 PM
    • Essen, Belgium
    • Posts 13,664
    • ASPInsiders
      Moderator
      TrustedFriends-MVPs

    Hi,

    and welcome to the ASP.NET forums.

    Did you build your project? If so, did you get errors? If not, can you provide a piece of code that doesn't work for you?

    Grz, Kris. 

  • Re: cannot play visual studio 2008

    11-05-2009, 4:28 AM
    • Member
      377 point Member
    • sanjeev87
    • Member since 09-22-2009, 12:39 PM
    • Bhubaneswar,Bangalore
    • Posts 72

    well what i would suggest is please check if your iis is working properly or not.


    Type services.msc(in START->RUN) window and check the  IIS Admin.

    see the status.it should be started.if it has stopped then restart or start the service.

    if not please send the code show that i can check and let you know.


    i think you know the process of compiling and executing in vs 2008.




    It feels good when someone really appreciate your efforts.please mark as answer if it has helped you.This can be helpful for those who face the same problem in future.
  • Re: cannot play visual studio 2008

    11-05-2009, 7:10 AM
    • Member
      point Member
    • christmas_
    • Member since 11-05-2009, 8:22 AM
    • Posts 5

     oh dear...i think i phrased my question wrongly...

    sorry guys. my problem has nothing to do with wrong codes.

    as we know, after typing codes, we press ctrl + F5 to view it in a browser, right ?

    my teacher told me there might be configuration error, because press ctrl + F5, nothing happens. also, on the top, there is a sign that look like this > ... and its name is 'start'. for me, that is not highlighted (which it should be)

    picture below

     

     

  • Re: cannot play visual studio 2008

    11-05-2009, 7:20 AM
    • Contributor
      2,136 point Contributor
    • oidldb
    • Member since 05-27-2009, 9:46 AM
    • Romania
    • Posts 400

    Hi,

    I can see in your screenshot that no project is open. There's nothing in the solution explorer. Open a project or create a new one than you will be able to compile and run it.

    Hope thie helps!

    Thank you and regards,
    Dani

    P.S. Please mark as answer if this helps.
  • Re: cannot play visual studio 2008

    11-05-2009, 7:26 AM
    • Member
      377 point Member
    • sanjeev87
    • Member since 09-22-2009, 12:39 PM
    • Bhubaneswar,Bangalore
    • Posts 72

    well is IIS(internet information services) installed in your system?


    go to control panel,add and remove program (in the left hand side you will find add/remove windows components)

    click on that.you will find a window.on that you will find IIS .see whether it is in checked condition or not.

    if it is not in checked condition install it from your operating system CD/DVD
    or download it and install.


    if this is not the case then i think please follow the steps to create a project and execute

    click file-project- console application or windows applications. in the program.cs write code and click.


    does the debug arrow sign appear..


    It feels good when someone really appreciate your efforts.please mark as answer if it has helped you.This can be helpful for those who face the same problem in future.
  • Re: cannot play visual studio 2008

    11-05-2009, 7:43 AM
    • Member
      point Member
    • christmas_
    • Member since 11-05-2009, 8:22 AM
    • Posts 5

    thanks for the replies...

    yes, i have to install IIS

  • Re: cannot play visual studio 2008

    11-05-2009, 7:50 AM
    • All-Star
      123,553 point All-Star
    • XIII
    • Member since 06-30-2002, 11:59 PM
    • Essen, Belgium
    • Posts 13,664
    • ASPInsiders
      Moderator
      TrustedFriends-MVPs

    Hi,

    perhaps you chose a different keyboard setting schema the first time after installation you opened Visual Studio. Open a project and press F5.

    Also if you want to change your keyboard bindings, or check them, take a look at this article: Setting or looking up keyboard shortcuts in Visual Studio.

    Grz, Kris. 

  • Re: cannot play visual studio 2008

    11-05-2009, 7:52 AM
    • All-Star
      123,553 point All-Star
    • XIII
    • Member since 06-30-2002, 11:59 PM
    • Essen, Belgium
    • Posts 13,664
    • ASPInsiders
      Moderator
      TrustedFriends-MVPs

    Hi,

    christmas_:
    yes, i have to install IIS
     

    Actually by default you don't need IIS. Visual Studio ships with its own webserver (Cassini). Open your project or website and take a look at the property pages to see if you are using that. It's the default setting so if you didn't play with those you should be covered.

    Grz, Kris.

  • Re: cannot play visual studio 2008

    11-05-2009, 7:55 AM
    • Member
      point Member
    • christmas_
    • Member since 11-05-2009, 8:22 AM
    • Posts 5

    but one problem...i open a project, press F5, nothing happens...

    i reinstalled it but it is useless. even my Visual Studio 2005 also have the same problem

  • Re: cannot play visual studio 2008

    11-05-2009, 7:58 AM
    • All-Star
      123,553 point All-Star
    • XIII
    • Member since 06-30-2002, 11:59 PM
    • Essen, Belgium
    • Posts 13,664
    • ASPInsiders
      Moderator
      TrustedFriends-MVPs

    Hi,

    christmas_:
    press F5, nothing happens...
     

    Perhaps a stupid thing but does your F5 key work? Test it in a browser and look if the page refreshes.

    Otherwise check the keyboard bindings by checking the link I provided in my former reply.

    Grz, Kris.

  • Re: cannot play visual studio 2008

    11-05-2009, 8:08 AM
    • Member
      point Member
    • christmas_
    • Member since 11-05-2009, 8:22 AM
    • Posts 5

    yes my F5 button works perfectly

    thank you kris. 

  • Re: cannot play visual studio 2008

    11-05-2009, 8:18 AM
    • All-Star
      123,553 point All-Star
    • XIII
    • Member since 06-30-2002, 11:59 PM
    • Essen, Belgium
    • Posts 13,664
    • ASPInsiders
      Moderator
      TrustedFriends-MVPs

    Hi,

    christmas_:
    thank you kris. 
     

    Can I conclude from that sentence that your problem is solved?

    Grz, Kris.

  • Re: cannot play visual studio 2008

    11-07-2009, 11:53 AM
    • Participant
      878 point Participant
    • dangerouschotu
    • Member since 10-11-2008, 8:10 AM
    • Jaipur
    • Posts 318

    when you are online tell me my personal id is patis.park@gmail.com and i am from India

    and i want to show the error in teamview

    Thanks & Regards,
    Please 'mark as answer' my post if they are helpful.
Page 1 of 1 (14 items)