Search

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

Matching Posts

  • ASP.Net: Link between aspx and code

    Using VS 2008, I recently imported (Add Existing...) an aspx page (and its aspx.vb code-behind) from a Web App project to a Web Site project. Problem: now, when I double-click on a control on this page, the IDE doesn't open the aspx.vb code-behind. Instead, it does this: 1. Changes to Source view on the aspx file 2. Inserts <script></script> tags near the top of the page's html 3. Creates a stub inside the script tags for the code I'm about to write. Question: Why doesn't
    Posted to Getting Started (Forum) by geosync on 8/27/2009
  • Re: ASP.Net: Link between aspx and code

    Thanks Mendhak, All that you've said were my assumptions, too. The new files are like the existing (working) pages in the Web Site project. But they're still NOT the same, too. :) I will likely recreate the files, but thought I might inquire about this issue, which I've seen several times before. Rick
    Posted to Getting Started (Forum) by geosync on 8/27/2009
  • Extender controls not visible in Design view

    The existing Ajax controls and new Ajax controls added to a page are now invisible in Design view. This happened after these steps: 1. Upgraded from 2.0 & Visual Studio 2005 to 3.5 & Visual Studio 2008. 2. Then, installed the lastest 3.5 version of the Ajax Control Toolkit. 3. Removed existing Toolbar tab for Ajax Control Toolkit, and readded it pointing at the new DLL. I can see the HTML for the Ajax controls (e.g.ConfirmButtonExtenders) in Split and Source view, but not in Design view.
  • Re: Extender controls not visible in Design view

    Hi Harry, Yes, I removed existing ref to AjaxControlToolKit.dll and added it again, pointing at the new dll. No change. Thanks, Rick
  • Debugging a custom class library

    I'm not sure if this symptom is related to the VS 2008 upgrade or my build procedure... Previously, I was able to debug my website project including stepping into my class library. Now, I can't step into the library; the debugger just skips to the next code line in the website project. Anyone have advice about how I can step into my custom library? Thank you!
    Posted to Visual Studio 2008 (Forum) by geosync on 8/12/2009
  • Re: How to reference Web Service Reference from a Custom Class

    As a sideline, espresso, I could be wrong, but Microsoft will probably get rid of VB.Net once the millions of lines of existing VB code are converted to C#. I'm reminded of Mark Twain: "Everybody complains about the weather; but nobody ever does anything about it." HTH :-)
    Posted to XML Web Services (Forum) by geosync on 8/6/2009
  • Consider app.config remapping of assembly...

    In response to the build warnings (VS 2008) below, I created this app.config. But, I still get the warnings? Why? app.config: <?xml version="1.0" encoding="utf-8" ?> <configuration> <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="System.Xml" culture="" publicKeyToken="b77a5c561934e089"/> <bindingRedirect oldVersion="1.0.5000.0"
    Posted to Configuration and Deployment (Forum) by geosync on 8/6/2009
  • Re: Consider app.config remapping of assembly...

    Thank you, gunteman! Warnings go away for projects now. But, I still get warnings when I build a web site. Any idea why?
    Posted to Configuration and Deployment (Forum) by geosync on 8/6/2009
  • Re: Error while adding Web Reference

    I seemed to have resolved this issue by copying the profile section in web.config of my "parent app" and creating/pasting a profile section in the web.config of the "child" app. Once I successfully added a reference to the service, I removed the profile section from the "child" app, with no ill effects. (???)
    Posted to XML Web Services (Forum) by geosync on 8/2/2009
  • Re: Error with Add Service Reference

    I resolved this issue as follows: Open Internet Information Services (IIS) Manager, and click on the website, then under the "IIS" section double-click on Authentication, then click on the "Anonymous Authentication" item and select "Edit.." (right click or menu on right hand side). Change the "Anonymous user identity:" to being "Application pool identity". 1. Open Internet Information Services (IIS) Manager, 2. Click the website 3. Within Features
    Posted to Security (Forum) by geosync on 7/30/2009
Page 1 of 74 (740 items) 1 2 3 4 5 Next > ... Last »