Search

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

Matching Posts

  • Re: can't add asp.net component in my website

    That is a symptom of the same problem that you cannot instantiate ASP.NET controls in the designer. The snippet is being treated by the designer as XML and not as a control. Is there any chance we could remotely connect to your machine and try to debug? If not, the only suggestion I have is to uninstall both VWD and the framework and then reinstall both (as opposed to doing the uninstall/reinstall one at a time). -- Bash
  • Re: can't add asp.net component in my website

    That is the correct version and size, so that is not the problem. One other question - do you have Visual Studio installed on the machine or just Visual Web Developer Express? If you have Visual Studio installed, can you successfully create a windows forms project and add a button control to the designer? -- Bash
  • Re: can't add asp.net component in my website

    First off, it is not a problem that you have .NET framework 1.1 and .NET framework 2.0 on your machine. Can you check if the following file exists on your machine and if so, can you send me its size and version number? The file is %Program Files%\Microsoft Visual Studio 8\Common7\IDE\Microsoft.VisualStudio.Web.dll. Hopefully we can get to the bottom of this soon. Thanks, -- Bash
  • Re: can't add asp.net component in my website

    I presume that the only thing that is broken in design view for you is ASP.NET control support. Did you update your .NET framework on the machine between when it worked and when it stopped working? I would suggest reinstalling .NET framework 2.0 on your machine. If that doesn't fix it, let me know and I'll be happy to investigate further. -- Bash
  • Re: Integrate tidy into vs2005?

    If you still want tidy rather than the built in formatting options (which as Sam points out are more powerful), I got confirmation that the approach outlined in the article below will still work for an explicit "format document" command hookup. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/html/tchVSAddinEnablingHTMLTidy.asp -- Bash
    Posted to Visual Studio 2005 (Forum) by bash_MS on 8/7/2006
  • Re: My Control does not exist in the current context

    Can you send me the page you are having trouble with over email? We'll take a look at this. As for the model being different between VS 2005 and VS 2003 for control declarations and code behind, this was done intentionally. We have the concept of partial classes in 2005 which eliminates the need for separate control declarations since the page and the code behind are compiled into the same class. Keeping the declarations in the markup and the code in sync was in fact a huge source of isues in VS
    Posted to Visual Studio 2005 (Forum) by bash_MS on 8/7/2006
  • Re: First time, debugging results in an error in ASP.NET 2.0

    Does this happen with any page or just with a specific page? If it is the latter, can you post the contents of the page so we can debug your issue? Also, when you hit refresh in the browser - does that always work? -- Bash
    Posted to Visual Studio 2005 (Forum) by bash_MS on 8/7/2006
  • Re: Program Freezes

    If this only happens on one of your PCs, it could be either of what you suspected - the firewall issue is more likely of the two. Is there a difference in the way the firewall is set up on your two machines? To rule out the install issue, can you confirm if the dlls in %program files%\common files\microsoft shared\web server extensions\60\bin are the same on both machines? If there are any differences, let me know and I'll follow up. -- Bash
  • Re: Integrate tidy into vs2005?

    There's a fairly detailed article on how to do this in VS 2003 via an add-in. This approach should work in VS 2005 as well I believe. I'll confirm that for you. -- Bash
    Posted to Visual Studio 2005 (Forum) by bash_MS on 8/5/2006
  • Re: Program Freezes

    If I input incorrect data for the FTP info in copy web site, I get an error almost immediately. Can you clarify if this is the scenario in which you are seeing the freeze? -- Bash
Page 1 of 28 (276 items) 1 2 3 4 5 Next > ... Last »