Search

You searched for the word(s): userid:750050

Matching Posts

  • Re: SQL Server Management Studio Express does not open my database

    Mark, Great minds think alike, well anyway I did try that. This is what I'm seeing in the DB in my project's bin folder. The first row is seeded, but I don't know what the other row means? I may be wrong about my program writing to the DB? 0 11/21/07 NULL 17:30 21:00 2:30 Int32 String String String String String NULL NULL NULL NULL NULL NULL
    Posted to Visual Studio 2005 (Forum) by biobot on 12/23/2007
    Filed under: SQL Server Express, Visual Studio 2005 Express
  • SQL Server Management Studio Express does not open my database

    Hi, I created a database in Visual Studio 2005 Express and the program I created seems to be writing to it OK (no errors at debug). But when I try to open the database with SQL SMS Express, I get the following error message: "There is no editor available for 'C:\pathname\filename.mdf'. Make sure the application for the file type (.mdf) is installed." In VS2005 Express, my database and table are visible, and the connection checks out, but the data doesn't appear. I am aware that
    Posted to Visual Studio 2005 (Forum) by biobot on 12/23/2007
    Filed under: SQL Server Express, Visual Studio 2005 Express
  • unable to open a SQL Express DB created in Visual Basic Express

    When I start Management Studio I get the following message and a suggestion to change a setting: (I can choose to continue and the system databases appear, but the DB I created does not.) "Unhandled exception has occurred in a component in your application. Cannot create a stable subkey under a volitile parent key." ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by biobot on 12/14/2007
    Filed under: sql server express 2005, SqlExceptions, Database
  • Re: Control problems

    Thomas, Thanks for responding. Regarding your three questions: I think the usercontrol is correct because it conforms to the instructions given in the walkthrough, but I really have no way of knowing. Placing the usercontrol in a new page does result in the same errors. I have two seperate user controls, unlike in every respect, and each is declared on a different page. (I don't really know what 'declaring' means though). It seems to me that my problem has to do with the compilation error
    Posted to Web Forms (Forum) by biobot on 10/17/2007
    Filed under: visual web developer express, controls, .Net 2.0
  • Control problems

    Hello, My solution involves a reuseable control (ListPicker) and a host page (HostUserControl) for it. When I open the solution in my browser, I get the following errors: "Element 'ListPicker' is not a known element. This can occur if there is a compilation error in the Web site." (in file HostUserControl) "Name 'ListPicker1' is not declared. (in file ListPicker) In HostUserControl the related code looks like this: <% @ Register Src ="ListPicker.ascx" TagName
    Posted to Web Forms (Forum) by biobot on 10/12/2007
    Filed under: visual web developer express, ASP .net 2.0 user control
  • Re: problem with Walkthrough: Creating Reusable Elements with ASP.NET User Controls

    codeasp, Thanks for responding. I renamed the checkbox AlwDupes because AllowDuplicates seems to be a reserved name, and my errors disappeared. I do not have the line of code you suggest anywhere in mine, but with the modification it appears to work. :-) Now I need to figure out why I'm not able to add items to my source list (supposedly handled by a textbox and a button control). biobot
    Posted to Web Forms (Forum) by biobot on 10/9/2007
    Filed under: Thanks
  • problem with Walkthrough: Creating Reusable Elements with ASP.NET User Controls

    The Walkthrough is at: ms-help://MS.VSExpressCC.v80/MS.NETFramework.v20.en/dv_vwdcon/html/41eb21f7-d944-46ae-8658-4e2d50fd4c73.htm I've followed the instructions exactly and double checked but in the HostUserControl.aspx file, I'm getting the error: "Element 'ListPicker' is not a known element. This can occur if there is a compilation error in the Web site. My code looks like this: <% @ Page Language ="VB" %> <% @ Register Src ="ListPicker.ascx" TagName
    Posted to Web Forms (Forum) by biobot on 10/8/2007
    Filed under: usercontrol, vwd express, ASP.NET 2.0 bug, control, .Net 2.0, ASP .net 2.0 user control
  • Re: database deployment problems

    Hi, Thank you for responding, and please excuse my slow response - other committments. I have elected to cancel my Go-Daddy account for the time being, and to confine my efforts to a local machine. At this point, I'm wondering whether Go-Daddy is really any different than other shared hosting providers? I notice there are thousands of reported issues, but that may be due to its widespread use. If I go back to them, I will check out the tutorials you've recommended. Regards
    Posted to Hosting Open Forum (Forum) by biobot on 10/8/2007
    Filed under: Web hosting, Godaddy
  • database deployment problems

    Hello, Here are my methods used to deploy a database on Go Daddy Windows shared hosting service: 1) using aspnet_regsql.exe -A all -sqlexportonly example.sql -d databaseownername With that I go to my host and enter the text into a Query Analyzer, but I get an error message stating that "string or binary data will be truncated" (I have tried a shorter name string) If I try to ignore this, the app fails. 2) using SqlPubWiz and again uploading the text to the Query Analyzer. With that, I get
    Posted to Hosting Open Forum (Forum) by biobot on 8/17/2007
    Filed under: VWD Express 2005 App Publishing
  • Re: ASP NET ISSUE

    Jason, Sorry that didn't work. Have you checked your application settings under IIS? If you right-click on My Computer and choose Manage, then open Services and Applications and Internet Information Service. Open Web Sites, then Default Web Site. The name of your application should show up there with an icon showing an open box. If it just shows a folder icon, you need to define your application. Do that with a right-click and choose Properties. Under the Directory tab in Application Settings
    Posted to Configuration and Deployment (Forum) by biobot on 8/17/2007
    Filed under: publish website "visual studio" iis, visual web developer, .net 2.0, IIS
Page 1 of 3 (22 items) 1 2 3 Next >