Search

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

Matching Posts

  • Re: Necessity of moderation on every forum?

    Guys - all that is interesting, but you forgot the most important reason there is moderation: Sedgewick
    Posted to Feedback on this website (Forum) by Sedgewick on 7/27/2005
  • intellisense flaked out

    It seemed to be working great in my class libraries. But now in my winform project all of a sudden, I get now intellisense listbox when I hit the "." after an object - I get the listbox for all the class, language constructs, variables, etc that start with that character, When I hit the spacebar, lets say I'm creating a variable, when I hit the spacebar it inserts whatever text is selected in the listbox! and when I enter comments, it gives me that list box!! I closed the editor and reopened and
    Posted to Visual Studio 2005 (Forum) by Sedgewick on 7/24/2005
  • Re: renaming a control in a big solution hangs

    thanks Brock, I'll submit a bug- I just had to remove my web project from the solution, and no problems. I don't know why changing a button name in a winform app would affect a web app, that's a pretty serious bug
    Posted to Visual Studio 2005 (Forum) by Sedgewick on 7/24/2005
  • Re: Did ya miss me?

    welcome back man, now that they took our winform site away, well, maybe we can get a winform section over here :)
    Posted to Free For All (Forum) by Sedgewick on 7/24/2005
  • renaming a control in a big solution hangs

    I have about 10 projects - when I rename a textbox in a winform application (under source control btw), it says "preparing file [filename] for refactoring" and it goes through all the aspx and ascx files in a web project I have, and takes about an hour or two - but it hangs right at the end. Should I make sure to check my web project out of source control before I start this?
    Posted to Visual Studio 2005 (Forum) by Sedgewick on 7/24/2005
  • Re: index.aspx was not set as the home page !!!!!

    on network solutions I had to use a Metatag to do a redirect to my default page, they don't let you change the default page - all you have is ftp and sql access thats it
    Posted to Free For All (Forum) by Sedgewick on 6/6/2005
  • Re: Search Module for 2.1.2?

    Hi Doc, I don't have a DNN module right now, the engine just sits on top of a web application, the search boxes are just redirected to the Nata application. Right now I have a spider/crawler/feeder - and have about 20 configuration screens, its basically what google appliances is but for free The commercial version includes a rule engine if you want to do complex searching, like splitting an index across pcs, integrating searches, whatever.
    Posted to DotNetNuke (Forum) by Sedgewick on 6/4/2005
  • Re: No IntelliSense for XSLT file

    I downloaded the Beta II from MSDN, that one wasn't an express, should I try to load up team system? Would you see the xslt toolbar icons if you had the express edition? Thanks!
  • Re: No IntelliSense for XSLT file

    I'm getting the same thing, and I have the schema setup to microsoft xslt, tried everything. I can't debug either. Nothing on the blogs yet!
  • Re: Search is sooooo frustrating

    sorting by date should be trivial, all 3 search solutions (blogs/galleries/forums) return a CommunityServer.Components.SearchResultSet which is just a collection of Post objects (from the CommunityServer.Components.Post abstract class) - post date is included with all those. One difficult area would come about if you were to build an integrated search - you could sort by date after the result set is returned, but sorting the resultset in the stored procedure would be tricky - I believe that the forum
    Posted to Feedback on this website (Forum) by Sedgewick on 5/19/2005
Page 1 of 165 (1646 items) 1 2 3 4 5 Next > ... Last »