Search

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

Matching Posts

  • Re: Trying to Use VS 2008 Training Kit

    Reinstalling was no luck, I used photo.mdf from this folder and it worked: Labs\BuildingWebApp\Ex02-CreatingImageSummaryPage\begin\WebSite\App_Data Thanks Jeremy!
    Posted to Visual Studio 2008 (Forum) by gurpiar_singh on 6/20/2008
  • Re: Trying to Use VS 2008 Training Kit

    That folder "VS2008TrainingKit\Demos\01 - VSWEBDEV\Demo\OrcasWeb\App_Data", does have photos.mdf file, but it's missing Photos.ldf file, so it doesn't work either. Try browsing to OrcasWeb/JavascriptSample.aspx, it fails to load data. Thanks
    Posted to Visual Studio 2008 (Forum) by gurpiar_singh on 12/11/2007
  • Trying to Use VS 2008 Training Kit

    In the process of creating a demostration for various fetures of new studio to the team here, I found VS 2008 training kit from here: http://www.microsoft.com/downloads/details.aspx?FamilyID=8BDAA836-0BBA-4393-94DB-6C3C4A0C98A1&displaylang=en But when I tried to Run First Demo, the web.config has entries to attach Database (photos.mdf), and it throws error saying it can " One or more files do not match the primary file of the database." Any body worked with the training kit so far?
    Posted to Visual Studio 2008 (Forum) by gurpiar_singh on 12/7/2007
  • Re: Best way to setup Master and Child projects?

    You may be wondering how we lost "edit and continue", that is because we had to use External IIS for the set up that we have (for virtual directories), there's no inbuilt way to configure virtual directories if internal internal IIS is used for running the projects for debugging. Thanks
    Posted to Architecture (Forum) by gurpiar_singh on 7/5/2007
  • Re: Best way to setup Master and Child projects?

    The way we accomplished sharing is, we factored out all shared components in the form of user controls and put them in the master project Now, as far as the compilation goes, child projects have reference to the master project. And for tun time run time, we have a virtual directory pointing to shared components for each child. I know with this approach we do loose "Edit and Continue", but the way you proposed your design, I guess, will preserve Edit and Continue. Thanks
    Posted to Architecture (Forum) by gurpiar_singh on 7/5/2007
  • Re: Atlas RTM Date?

    Hi, you can find the ATLAS roadmap here, it's not too far to get released. http://weblogs.asp.net/scottgu/archive/2006/09/11/_2200_Atlas_2200_-1.0-Naming-and-Roadmap.aspx Thanks - Gurpiar.
  • Re: Building pages in Wep Application Project

    Brad, two quick questions... Any approximate date when the next release is planned for? Are there any major enhancements to the Conversion wizard for Web site projects(WSP) coming up any time soon? Thanks
  • Re: Building pages in Wep Application Project

    Hi Brad, How does the future looks like for internal server (SP1), will it be enahanced to support virtual directories and work across projects? If E&C becomes possible using external IIS, then I can live without any enhancements in internal server. So questions is, how do I find out about what sort of enhancements have been planned for SP1, I am badly looking for those as we have critical decisions to be made for our projects. Thanks
  • Re: Web Application Project for VS2005

    Is there a way to create virtual directories under inbuilt web server for WAP? I know it's hard, but any type of dirty workaround will work so that somehow my developers can use E&C in root and sub-projects scenario. Are there any plans to have this feature in future? This article by scott gave me some hope, but I need more control http://webproject.scottgu.com/CSharp/UserControls/UserControls.aspx If somebody can point me the internals of WAP working that will be great too. Tons of thanks!
  • Re: After conversion, how do I fix Html Errors in WAP the easy way?

    It's the first kind, I changed the settings, the errors no more show up, but we want to fix all those errors so that the site are in comliance with the standards, what's the easy way to fix them in bulk? They only show up when we open up a page, and we have lot of pages in our sites that's why going to every page and fixing them will be hearvy time consuming process. I tried adding web deployment project, it shows errors but it's not too pleasant experience here as double clicking an error doesn
Page 1 of 3 (27 items) 1 2 3 Next >