Search

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

Matching Posts

  • Re: setting a breakpoint in a cs file

    [quote user="DarrellNorton"] Yep, follow the instructions here: http://stackoverflow.com/questions/73063/how-do-i-add-debug-breakpoints-to-lines-displayed-in-a-find-results-window-in-v [/quote] I saw the link and executed the code as specified in the link. but the problem is how to execute the macro in the cs file i have the test case file open in the IDE then i find for the word "Assert.AreEqual" it is displaying results in the find results dialog box. but when i press the shorrt
    Posted to C# (Forum) by Ganesh@Nilgris on 11/21/2009
  • Re: setting a breakpoint in a cs file

    I didn't understand the following macros 1. I want to know custommacro we are creating is stored in which dll ? is it Microsoft.VisualBasic 2. I tired to assing the macro using the following link but could not achieve the result. http://www.helixoft.com/blog/archives/8 Any ideas..
    Posted to C# (Forum) by Ganesh@Nilgris on 11/21/2009
  • setting a breakpoint in a cs file

    This is my scenerio I need to load a test case file "student.cs" which contains 2000 test cases. I need to manually find the word "Assert.areEqual' and set a breakpoint I want to automate this process and need to set the breakpoint automatically in the line "Assert.AreEqual'; Any ideas..
    Posted to C# (Forum) by Ganesh@Nilgris on 11/19/2009
  • Re: automate breakpoints in cs file

    [quote user="DeadBurger"] Debugger.Break(); e [/quote] The problem at the click of a button i need to open a "cs" file which is 10000 lines and find for the word "Assert.areEqual" and set the break point. if i open the file i should see the breakpoint in the file. Any ideas..
    Posted to C# (Forum) by Ganesh@Nilgris on 11/18/2009
  • releasing table lock

    This is my scnerio table got locked in transaction scope. how to resolve this problem in sql server 2005
  • Re: Event handling - adding events with code-behind

    [quote user="whatispunk"] This is why I do all event wiring either in the markup or in the Page_Init method. Does that make sense? [/quote] i saw the post and it seems that custom build events should be always loaded and handled in the page_init so that controls and events are remebered to work properly.
    Posted to Web Forms (Forum) by Ganesh@Nilgris on 11/14/2009
  • Re: login failed

    [quote user="wmec"] even for express db, we can use sql server authentication. Are you using management studio express, aren't you? [/quote] management studio express does not suppot windows authentication as it is a free ware. pls update if it has changed now.
  • login failed

    I need to add sql dependency for northwinds database and the table is "customers' i have executed the following command in the command propmt aspnet_regsql -E -S LOGICA\SQLEXPRESS -d northwinds -ed -ed -t customers i get a message login failed for LOGICA\jaiganesh -> "logica" is my computer name and "jaiganesh" is the user name any idea to resolve the problem. i tried solutions in the google but could do it successfully
  • Re: login failed

    [quote user="wmec"] you can use Sql server authentication instead and use ' sa ' to login [/quote] i use sql express edition and it supports windows authentication and fails on sa user
  • sql server management studio

    i have installed vs 2005 on window xp sp2. vs 2005 is installed successfully with sqlexpress. now i create site and able to connect to sql express using data connections. i need the management studio and dounloaded the sql express 2005 from microsoft site but the problem is i cannot get the management studio in start - programs - microsoft sq server folder. i tried many options but cannot succedd
Page 1 of 226 (2255 items) 1 2 3 4 5 Next > ... Last ยป