Search

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

Matching Posts

  • Re: Questions on Coldfusion

    Shazam, while you have some very valid points... "Have you ever noticed that CF programmers defend MM to the death about CF and its many deficiencies, yet .NET programmers are the *first* to criticize MS when something in .NET is deficient?" I really have to disagree with this. MACR employees like Sean Corfield and Ben Forta put themselves out there in the CF community and cop a lot of (mostly polite) flack from users. Just the other week there was hell to pay about the deficiencies of hard coded
  • Re: is this the best way? "new project from existing code"

    (thanx Marcie, that solve that particular problem) but it does highlight how much catching up I need to do with VS... because the "output types" are thinking it's something other than an ASP.NET project, it wants to set a debug exe (http://msdn2.microsoft.com/en-us/library/1y814bzs.aspx). all I want to do is set a URL for the ASPX site. I haven't found (yet but still looking) further docs on "Create new project from existing code" for ASPX projects so if anyone can suggest something relivant, I'd
  • Re: Questions on Coldfusion

    if you're finding that CF is running out of "elbow room" for you ("eg: explicitly opening/closing db connections), then feel free to create you own java connection classes and call them from CF. easy peasy. some additional CF benefits: - runs on non-MS platforms (many flavours of unix/linux and now on Mac-OSX) - easy to write custom tags with name spaces (esp for custom UI controls). - QueriesOfQueries are much easier to use then ADO.NET's data tables/date relations, although QofQ aren't perfect
  • is this the best way? "new project from existing code"

    hi all (background:) I've inherited an old app written in (an old version of) WebMatrix and need it get it going in VS2005. One of the other chaps used VS2003 to split the files to ASPX and code behind CS files. So...I checked out the source from CVS and created a "new project from existing code" which imported correctly. trouble is, when I Ctrl-F5 it, I'm getting such errors as "The type or namespace name 'UI' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)
Page 1 of 1 (4 items)