Search

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

Matching Posts

  • Re: Refresh dbml when database schema changes

    [quote user="RalphCEO"] I tried the Huagati tool. Aside from the $50 he is charging for the product, it is great for tables. But once your database is in production, how often do tables change? I would think that stored procedures change more often. The Huagati tool does not update stored procedures. Now, if that was included with the product, I would pay the $50. I just uninstalled it. I am glad that I tried it first. [/quote] FYI - Stored proc and UDF support is under way. The latest
  • Re: Updating LINQ DBML when db changes apply

    [quote user="pzn3xq"] I'm new to LINQ, and I'm certain this isn't the first time this question has been asked. When I create a DBML file and create code using that particular DBML file, how can I update the DBML file periodically to reflect changes to my database? For instance, I may create a new table, new fields within tables and change the null/isnull values for the columns. Is there a way for the DBML file to update rather than deleting the dbml file? Problem with deleting
  • Re: LINQ to SQL

    [quote user="ariela"] I created a LINQ to SQL DBML class and added some tables to it. Now on the diagram I created some new Associations between the tables and created some c# code to work with it. A few days later I added some new columns to the tables in the database, but the DBML file does not change in response. Do I have to recreate the DBML file and all of it's Associations again, after each change to the Database, or do I not understand it at all? [/quote] The L2S designer does
  • Re: BUG: VS crashes when opening masterpage or viewpage in designer, CTP5

    FYI - Microsoft has released a hotfix that fixes [at least some variations of] this problem: https://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=16827&wa=wsignin1.0 http://blogs.msdn.com/jnak/archive/2009/02/26/fix-available-asp-net-mvc-rc-crash-in-a-windows-azure-cloud-service-project.aspx
    Posted to ASP.NET MVC (Forum) by KristoferA on 2/27/2009
  • Re: VS2008 crashes !

    Microsoft's hotfix for this issue is available for download now. See http://tinyurl.com/kb963676
    Posted to Visual Studio 2008 (Forum) by KristoferA on 2/27/2009
  • Re: VS2008 crashes !

    [quote user="stmarti"] [quote user="chravikishore"]Repairing your Visual Studio installation may solve your problem.[/quote] It won't fix, do not spend time to do this. The fatal execution crash is fixed for me (and others) after I removed all 3rd party add-ins (the bug is not in the add-ins as KristoferA said!). Disable/uninstall add-ins and wait for the hotfix. [/quote] Repairing or reinstalling VS and .net 3.5 SP1 / SP1½ can fix it, although deleting all cached or a selection
    Posted to Visual Studio 2008 (Forum) by KristoferA on 2/27/2009
  • Re: VS2008 crashes !

    This is a known issue caused by a CLR bug. There are a bunch of known workarounds for it, and Microsoft has a hotfix/patch in progress ( KB963676 ). The hotfix can (probably) be requested through Microsoft Support / PSS so give them a call. Alternatively if you want to wait until it has been tested and made publicly available, take a look at http://tinyurl.com/VSdeath for more details and workarounds.
    Posted to Visual Studio 2008 (Forum) by KristoferA on 2/27/2009
  • Re: Reproducable Visual Studio Crash with current MVC RC Build

    I set up a system where I was able to reproduce this (or at least a very similar) problem, and did some troubleshooting. The outcome is an add-in that changes the load order of assemblies in Visual Studio. The add-in solved the MVC RC1 VS-crash-problem on my repro system and may or may not solve it on other systems; further testing by affected people is required to confirm this. It can be downloaded from http://www.huagati.com/ProjectLoader/download/HuagatiProjectLoader.zip It does not yet have an
    Posted to Visual Studio 2008 (Forum) by KristoferA on 2/23/2009
  • Re: BUG: VS crashes when opening masterpage or viewpage in designer, CTP5

    I set up a system where I was able to reproduce this (or at least a very similar) problem and did some troubleshooting. The outcome is an add-in that preloads assemblies a bit earlier than usual. The add-in solved the VS-crash-problem on my repro system and may or may not solve it on other systems; further testing by others affected by this bug is required to confirm this. It can be downloaded from http://www.huagati.com/ProjectLoader/download/HuagatiProjectLoader.zip It does not yet have an installer
    Posted to ASP.NET MVC (Forum) by KristoferA on 2/22/2009
  • Re: Reproducable Visual Studio Crash with current MVC RC Build

    Some related links: " ...due to a known issue in the CLR that affects more than just this scenario... " & " ...A patch (from the CLR team) is in the works... " -> http://blogs.msdn.com/jnak/archive/2009/02/15/potential-crash-in-vs-when-using-the-mvc-rc-on-windows-azure.aspx Stackoverflow question: http://stackoverflow.com/questions/500696/why-does-visual-studio-crash-opening-aspx-with-mvc-rc1 Summary of some known workarounds + basic debugging instructions: http://forum
    Posted to Visual Studio 2008 (Forum) by KristoferA on 2/22/2009
Page 1 of 10 (97 items) 1 2 3 4 5 Next > ... Last »