The following support resources are available:
Known Issues
IMPORTANT ANNOUNCEMENT FOR VISTA USERS: We've received reports from some of our users about trouble with installing SharpStyle Neutron on Windows Vista. We are working on making our installer Vista-compatible to ensure smooth installation of future releases. In the meantime, please follow these steps to install on Windows Vista:
- Download and extract this ZIP file
- Run the ProjectAggregator2.msi package
- Run the SharpStyle.Neutron.msi package
- Go to Start -> Programs -> Microsoft Visual Studio 2005 -> Visual Studio Tools
- Right click on 'Visual Studio 2005 Command Prompt' menu item and select 'Run as administrator'
- In the command window that opens type 'devenv /setup'
- Once that command completes, SharpStyle Neutron is integrated into Visual Studio
Installation seems frozen
Installation is very straight forward. Depending on the speed of the computer, installation might seem to freeze at one point (screenshot below). At that time Visual Studio is being updated and installation will continue shortly.

Visual Studio crash during Installation
This was reported only once
- During installation you get to "Removing backup files" screen.
- After some time Visual Studio reports a crash and installation rolls back
- Try running the following command (update path if your Visual Studio is not installed in default location)
- "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\devenv.exe" /setup
- It asks Visual Studio to refresh and find all new toolbars, templates, add-ins and additional packages (more info here)
- If this fails, try to repair your Visual Studio
- Add/Remove Programs
- Select Visual Studio
- Click Change/Remove
- Setup wizard will launch
- Choose Repair
- Try to install Neutron again
Solution Explorer refreshes multiple times
When choosing to "Show All Files", "Include in project", "Exclude in project" on a large number of items, you might see Solution Explorer refresh multiple times.
Project doesn't save
If you have highlighted option unchecked, when you try to save your project, Visual Studio will produce "This operation could not be completed. No such interface supported." We are working with Microsoft to resolve this issue.
Workaround: make sure this checkbox is checked.

Release Notes:
BUILD: Neutron 1.0 build 0629:
- Removed Xheo protection. Will post reasoning on our blog later on
- Added: custom licensing mechanism.
- Fixed: wrong completion list when user presses CTRL+SPACE after dot.
- Fixed: all classes and sub packages of the package are now shown in ‘import’ scope completion.
- Fixed: completion should display only packages and classes in import declaration scope.
- Fixed: IntelliSense in the middle of word by CTRL+SPACE doesn't work right.
BUILD: Neutron 1.0 build 0531:
- Added: Registration/Activation system – we are still putting in place the e-commerce component. For now you have a 30 day trial period. Component we are using (www.xheo.com) is somewhat slow when drawing its dialog for the first time. Please bear with us while we work with the vendor to address this.
- Added: 'Source has not been parsed successfully' writing to VS status bar on parsing error.
- Added: additional information about IntelliSense operations in the Visual Studio status bar
- Fixed: comment/uncomment using toolbar buttons causes popup
- Fixed: Null reference exception for nonexistent identifier instead of returning null
- Fixed: Visible type uniqueness when standard class imported
- Fixed: Word Completion returns invalid completion set
- Fixed: Showing default non-existent constructor in navigation bar
- Fixed: Static members are not displayed
- Fixed: navigation bar cursor placement issue
- Fixed: navigation bar is not synced to code navigation
- Fixed: static functions do not appear in navigation bar
- Fixed: Go to Definition doesn't work
- Fixed: new functions do not show up in the navigation bar.
- Fixed: support of Go To Definition of super
BUILD: Neutron 0.9 build 0423:
- Fixed: Visual Studio would freeze when compiling a large project
- Fixed: Go to Definition for functions with parameters didn’t make correct selection
- Fixed: multiple Zip files with same name will cause issues
- Neutron supports Zip reference features that allows you to link an external library as a zip file and Neutron automatically unzips and references classes within. If you had multiple projects referencing zip file with the same name, AS classes would be unzipped into the same folder. This release resolves this issue
- Fixed: HTML template file validation in Project Properties->Run for ‘Run in default application … ’ option
- Compilation process now shows output line by line
- Parsing performance optimization — significant improvements when parsing large libraries to display IntelliSense
- Added checkbox to enable/disable IntelliSense
- Added default empty class to ActionScript Library template
- Added UI for changing the Zip reference cache path and clearing cached libraries (under Tools->Options->Projects’n'Solutions->ActionScript Project Settings->Reference Cache)
- Added browse button for “main class” in Project Properties
- Other minor bug fixes and changes