Search

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

Matching Posts

  • Re: XslCompiledTransform together with Xml WebControl - how?

    I have no solution. What I did was to replace the xml control with a literal control, and perform the transformation in the code behind.
  • Re: XslCompiledTransform together with Xml WebControl - how?

    Have you guys come to any conclusion? Any information regarding how to use the Xml control and XslCompiledTransform? The IDE issues the following warning regarding XslTranform. Warning 67 'System.Xml.Xsl.XslTransform' is obsolete: 'This class has been deprecated. Please use System.Xml.Xsl.XslCompiledTransform instead. http://go.microsoft.com/fwlink/?linkid=14202' Going there (http://go.microsoft.com/fwlink/?linkid=14202), but no information about XslTransform though...
  • Re: debugger not reaching breakpoint

    Could it be that the result is cached in your browser? In that case, clear your browser cache and set cachability to none in the called page. (Response.Cache.SetCacheability(HttpCacheability.NoCache))
    Posted to Visual Studio 2005 (Forum) by borosen on 9/19/2006
  • Re: Vista Build 5536

    nosajis: I am running RC1 and I have the SAME error. Me too. The advice above (from Marko) about turning off UAC solved it for me. Didn't need to run in compatible mode. Thanks Marko.
  • Re: Atlas Installation error

    First; I have just done a reinstall / update of VS2005, and now it works! Some info about my environment Never any beta or trial versions of VS on this machine. Web developer express, c# express and sql express was on this machine, was uninstalled after VS2005 was installed. DevExpress refactoring for VB, which have been updated once. Installed and uninstalled the different versions of WAP and WDP, currently running the latest versions.
  • Re: Atlas Installation error

    I am facing the same problem. (April CTP) Both with ASPNetAtlas.vsi and AtlasControlExtender.vsi. So it does not seem to be a problem with the packages, but rather my installation; but since the error message does not tell me what string is of zero length, I don't know where to look. I am using Visual Studio Team Edition for Developers, version RTM.0500727-4200, no trial. I had previous version of Atlas and Web developer express installed, but have uninstalled these. Any help / pointers appretiated
  • How to alter default code commenting snippet?

    How can I change the template used to create code commenting in a source file? The one that is used when typing ''' (vb) or /// (c#) in front of a class, function, property etc. I would like to get rid of the <remarks> element. I did see that mentioned in a video somewhere, but now when I would like to utilize it, I can't find it. Any help appreciated.
    Posted to Visual Studio 2005 (Forum) by borosen on 3/26/2006
  • Re: 2005 missing naviate backward / forward on toolbar

    I just added them the other day. You may find them under category 'View'. Commands : Navigate backward and Navigate forward.
    Posted to Visual Studio 2005 (Forum) by borosen on 3/8/2006
  • Re: Switching to debugging under IIS

    david@windward.net wrote: Hi; For alternative 1 I have tried that, just tried again. But it tells me "the URL 'file:///C:/src/portal' is not valid." I have tried file:///C:/src/portal , file:///C:/src/portal/ , C:/src/portal, & C:/src/portal/ - same message on all. For alternative 2, it requires that the website be loaced in c:\Inetpub\wwwroot and I don't have it there and don't want it there. Any other alternatives? thanks - dave For alterative 1, it should be like http://localhost/portal. If
    Posted to Visual Studio 2005 (Forum) by borosen on 3/6/2006
  • Re: Switching to debugging under IIS

    david@windward.net wrote: Hi; I googled on this and found numerous conflicting instructions on how to do this. How do I set up my project so it runs under IIS and I am running and debugging from VS2005? My project is presently in a directory that is not under IIS and I am using the VS 2005 web server. I need to run under IIS to test ActiveDirectory & integrated authentication. thanks - dave First: Set up your IIS to use your folder as either a virtual directory, or set your folder as home directory
    Posted to Visual Studio 2005 (Forum) by borosen on 3/5/2006
Page 1 of 3 (30 items) 1 2 3 Next >