1. XSSFilter could not parse (X)HTML:
    
    
    
    <p>Hi</p>
    
    
    <p>I am have just started developing addons for world of warcraft. I have your book, and i really like it!</p>
    
    
    <p>A thing i really like in world of warcraft programming, is the way to build addons in Addon Studio. But when i create a basic project, and build it i get this error.</p>
    
    
    <p><span style="font-size: xx-small;">
    <p>------ Build started: Project: WowAddon1, Configuration: Default Any CPU ------</p>
    
    
    <p>Deploying addon...</p>
    
    
    <p>Creating target folder structure...</p>
    
    
    <p>Generating TOC file...</p>
    
    
    <p>Copying files...</p>
    
    
    <p>Addon deployed.</p>
    
    
    <p>Error: Object reference not set to an instance of an object.</p>
    
    
    <p>========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ==========</p>
    
    
    <p>It will be great, to get it work!</p>
    
    <p></span></p></p>
    
  2. XSSFilter could not parse (X)HTML:
    
    
    
    <p>Hi</p>
    
    
    <p>I am have just started developing addons for world of warcraft. I have your book, and i really like it!</p>
    
    
    <p>A thing i really like in world of warcraft programming, is the way to build addons in Addon Studio. But when i create a basic project, and build it i get this error.</p>
    
    
    <p><span style="font-size: xx-small;">
    <p>------ Build started: Project: WowAddon1, Configuration: Default Any CPU ------</p>
    
    
    <p>Deploying addon...</p>
    
    
    <p>Creating target folder structure...</p>
    
    
    <p>Generating TOC file...</p>
    
    
    <p>Copying files...</p>
    
    
    <p>Addon deployed.</p>
    
    
    <p>Error: Object reference not set to an instance of an object.</p>
    
    
    <p>========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ==========</p>
    
    
    <p>It will be great, to get it work!</p>
    
    <p></span></p></p>
    
  3. We aren't the developers of Addon Studio and therefore can't be of much help.  You should direct any questions or feedback to the team here: http://www.codeplex.com/WarcraftAddOnStudio.

     

  4. I know that you aren't the developers of Addon Studio.

    I have seen at the pages about this error on there homepage, but i couldn't find anyhing useful :(

    But is there other enviroments you recommend for developing Addons?

  5. Most of us do not use any environment for writing addons other than a text editor.  Specifically if you have a problem with their software, you should post an issue on their issue tracker (http://www.codeplex.com/WarcraftAddOnStudio/WorkItem/List.aspx) so they can look at it and hopefully respond to you.

    Anything you want to do with an addon can be done just by editing text files.

  6. I have tried there issue tracker, and this error is there. But they don't write anything about a solution.

    About not to use an enviroment. I am a progammer, and i wonder if it is possible to make an addin for visual studio that makes the most fundemental work (boring) for us. For example if you use visual studio as xml editor, and then refer to the FrameXML schema it gonna make IntelliSense to the xml dokument.

    Many other task like an lua IntelliSense that is much better then the one in AddonStudio, and projekt management for addons would be great.

    But... who got the time to make things like that ??? My time manager is not easy to make deals with :D

    Do you know if anybody gonna develop more on the AddonStudio? It has it's bugs, and it need updates!

  7. Found this page http://www.wowwiki.com/Lua_editors

    The first program is pretty cool, but it has some bad sides...