Results 1 to 4 of 4

Thread: VWD bug, error creating control

  1. #1
    Junior Member
    Join Date
    Jan 12
    Posts
    23

    Smile VWD bug, error creating control

    Hello,

    I've been following a book and now when I'm trying to modify the master page I get the error creating control + the messages about having to put the attributes in quotation marks. These are in quotation marks already as you can see in the attached screenshot. Also pages that previously worked fine now also show the error creating control.

    Did some files get corrupted or something. Or is this a bug in VWD. Hope someone can help me solve this!

    Thanks for your time,
    Attached Images Attached Images   

  2. #2
    King of sapila
    Join Date
    Oct 06
    Location
    Greece
    Posts
    3,508

    Re: VWD bug, error creating control

    No they are not in quotation marks.
    I don't know how you did that.The quotation marks are these: " " and you have something like these: `` and i cannot find the reverse side of this: `` but anyhow.
    Slow as hell.

  3. #3
    PowerPoster techgnome's Avatar
    Join Date
    May 02
    Posts
    21,636

    Re: VWD bug, error creating control

    Yeah, some how you managed to get fancy quotes into your code there ... if you compare the quote marks in line 13 you'll see they differ from the ones in line 12. You should be able to do a find/replace (Ctrl+H) to replace them with the correct style of quotes.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.-I also subscribe to all threads I participate, so there's no need to pm when there's an update.*
    *Proof positive that searching the forums does work: View Thread *
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *
    * Use Offensive Programming, not Defensive Programming. * On Error Resume Next is error ignoring, not error handling(tm).
    "There is a major problem with your code, and VB wants to tell you what it is.. but you have decided to put your fingers in your ears and shout 'I'm not listening!'" - si_the_geek on using OERN

  4. #4
    Junior Member
    Join Date
    Jan 12
    Posts
    23

    Re: VWD bug, error creating control

    Ah I should've noticed that. Must be from copy pasting from a pdf that caused it. Any idea about the cannot create control error, that's still not fixed by adjusting the quotes.

    Thanks,

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •