User Profile

Collapse

Profile Sidebar

Collapse
PaulBrains
PaulBrains
Last Activity: Oct 25 '08, 06:31 PM
Joined: Sep 30 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • PaulBrains
    replied to how do I run asp.net my local computer
    in .NET
    how do I run asp.net my local computer

    I used the personal website kit template in visual studio 2005. I press Ctrl + F5 as stated in the welcome page to run the site, this is the error I got:

    Failed to generate a user instance of SQL Server due to a failure in starting the process for the user instance. The connection will be closed.

    It normally run the site before before until a certain time, it stops....
    See more | Go to post

    Leave a comment:


  • PaulBrains
    started a topic how do I run asp.net my local computer
    in .NET

    how do I run asp.net my local computer

    I used the personal website kit template in visual studio 2005. I press Ctrl + F5 as stated in the welcome page to run the site, this is the error I got:

    Failed to generate a user instance of SQL Server due to a failure in starting the process for the user instance. The connection will be closed.

    It normally go before until a certain time, it stops. Please help me out. I have restore my system several times. I have uninstalled...
    See more | Go to post

  • How do I get control over the text of a listbox items in VB.Net

    I was trying to sum up all the items of a listbox in Visual Studio 2005. I tried to loop (from 0 to ListBox.Items.C ount - 1) as follows


    For j as Integer = 0 to ListBox.Items.C ount - 1
    sum = sum + val(ListBox.Ite ms.Item(j))
    Next

    My problem is: the sum variable keeps returning 0, and the
    ListBox.Items.I tem(j) does not have a text property or value property. So, please how do...
    See more | Go to post
No activity results to display
Show More
Working...