Search

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

Matching Posts

  • VS2005 Web Deployment Project Add-in Bugs

    Using the new deployment add-in, I have noticed that characters are deleted from my aspx pages when I do a build. A couple of examples are; ® « Ç è À This dosn't happen when I use the built-in publish option. Is this a known issue? Also, it deploys my source safe (.scc) files. I'd rather it didn't. I hope work continues on this project, it's very usefull !!!
    Posted to Visual Studio 2005 (Forum) by d88b on 1/20/2006
  • Re: Bug using Option Strict ON in ASP.net 2.0 app

    This is the answer I got from Microsoft... Sorry about the inconvenience. There unfortunately isn’t a GUI way to enable option strict, but you can enable it by copying and pasting this statement into your application’s web.config file (it should go immediately underneath the root <configuration> element: <system.codedom> <compilers> <compiler compilerOptions ="/optionexplicit+ /optionstrict+" language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.VisualBasic.VBCodeProvider
    Posted to Visual Studio 2005 (Forum) by d88b on 11/11/2005
  • Bug using Option Strict ON in ASP.net 2.0 app

    I set OPTION STRICT ON as a default in VS2005 and also added it to the WEB.config file. I noticed today in an ASP.net app I'm working on that the code wasn't throwing an error during implicit type conversions. Hmmm, that's strange...so after investigating every possiblility and multiple testing, I discovered that there's a bug in Visual Studio 2005. Work around: This sucks but..you need to set option explicit at the top of every code page. I notified the Microsoft regional director and after testing
    Posted to Visual Studio 2005 (Forum) by d88b on 11/8/2005
  • Re: How do I turn option strict to ON

    Hmm, check out the following image:
    Posted to Visual Studio 2005 (Forum) by d88b on 11/4/2005
  • Re: How do I turn option strict to ON

    Tools > Options > Projects and Solutions > VB Defaults
    Posted to Visual Studio 2005 (Forum) by d88b on 11/3/2005
  • FileUpload Control

    very cool BUT, the text for 'browse' is in English (which is ok with me) but I maintain a site in more than one language. Maybe I'm missing something simple, but how do you change the text of the browse button !?!
    Posted to Getting Started (Forum) by d88b on 11/3/2005
Page 1 of 1 (6 items)