Giter Site home page Giter Site logo

autoversion's People

Watchers

 avatar

autoversion's Issues

as2 bug with build swf

when I build a swf . It create a "Version.as" file.
It format is right. But as2 don't have "int" type. lol

=======================================
class Version {
    static public var Major:int = 1;
    static public var Minor:int = 0;
    static public var Build:int = 0;
    static public var Revision:int = 0;
    private function Version() {
    }
}
=======================================

Original issue reported on code.google.com by zszen.john on 9 Jul 2010 at 4:24

Autoversion has bug with create Interface

It worked well. But If I create a new Interface Class for my project. The 
AutoVersion will changed the "version.as" 's class path and class name same as 
Interface.
I can only modify it with manual.

Original issue reported on code.google.com by zszen.john on 28 Sep 2010 at 9:05

Exception on compile

What steps will reproduce the problem?
1. Install FD4
2. Install 
http://code.google.com/p/autoversion/downloads/detail?name=AutoVersion%201.3.112
38.2303.fdz&can=2&q=
3. Run FD and compile the as3 project

[code]
Object reference not set to an instance of an object.

   at AutoVersion.BuildVersionIncrementor.OnBuilding(BuildAction action)
   at AutoVersion.PluginMain.HandleEvent(Object sender, NotifyEvent e, HandlingPriority priority)
   at PluginCore.Managers.EventManager.DispatchEvent(Object sender, NotifyEvent e)[/code]

[code]
Object reference not set to an instance of an object.

   at AutoVersion.BuildVersionIncrementor.OnBuildFailed()
   at AutoVersion.PluginMain.HandleEvent(Object sender, NotifyEvent e, HandlingPriority priority)
   at PluginCore.Managers.EventManager.DispatchEvent(Object sender, NotifyEvent e)[/code]

And one more
[code]See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'DropDownHolder'.
   at System.Windows.Forms.Control.CreateHandle()
   at System.Windows.Forms.Form.CreateHandle()
   at System.Windows.Forms.Control.get_Handle()
   at System.Windows.Forms.ToolTip.get_CreateParams()
   at System.Windows.Forms.ToolTip.CreateHandle()
   at System.Windows.Forms.ToolTip.get_Handle()
   at System.Windows.Forms.ToolTip.SetToolInfo(Control ctl, String caption)
   at System.Windows.Forms.ToolTip.Hide(IWin32Window win)
   at System.Windows.Forms.DataGridView.DataGridViewToolTip.Activate(Boolean activate)
   at System.Windows.Forms.DataGridView.ActivateToolTip(Boolean activate, String toolTipText, Int32 columnIndex, Int32 rowIndex)
   at System.Windows.Forms.DataGridViewCell.OnCellDataAreaMouseLeaveInternal()
   at System.Windows.Forms.DataGridViewCell.OnMouseLeaveInternal(Int32 rowIndex)
   at System.Windows.Forms.DataGridView.OnCellMouseLeave(DataGridViewCellEventArgs e)
   at System.Windows.Forms.DataGridView.UpdateMouseEnteredCell(HitTestInfo hti, MouseEventArgs e)
   at System.Windows.Forms.DataGridView.OnMouseMove(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseMove(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.DataGridView.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5444 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
FlashDevelop
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.0.0
    CodeBase: file:///C:/Program%20Files/FlashDevelop/FlashDevelop.exe
----------------------------------------
PluginCore
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/FlashDevelop/PluginCore.DLL
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
AirProperties
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/FlashDevelop/Plugins/AirProperties.DLL
----------------------------------------
AS2Context
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/FlashDevelop/Plugins/AS2Context.DLL
----------------------------------------
ASCompletion
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/FlashDevelop/Plugins/ASCompletion.DLL
----------------------------------------
AS3Context
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/FlashDevelop/Plugins/AS3Context.DLL
----------------------------------------
Aga
    Assembly Version: 1.7.0.0
    Win32 Version: 1.7.0.0
    CodeBase: file:///C:/Program%20Files/FlashDevelop/Aga.DLL
----------------------------------------
XMLCompletion
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/FlashDevelop/Plugins/XMLCompletion.DLL
----------------------------------------
ASClassWizard
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/FlashDevelop/Plugins/ASClassWizard.DLL
----------------------------------------
BookmarkPanel
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/FlashDevelop/Plugins/BookmarkPanel.DLL
----------------------------------------
BridgeSettings
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/FlashDevelop/Plugins/BridgeSettings.DLL
----------------------------------------
CodeAnalyzer
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/FlashDevelop/Plugins/CodeAnalyzer.DLL
----------------------------------------
CodeFormatter
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/FlashDevelop/Plugins/CodeFormatter.DLL
----------------------------------------
Antlr3
    Assembly Version: 3.1.3.42154
    Win32 Version: 3.1.3.42154
    CodeBase: file:///C:/Program%20Files/FlashDevelop/Antlr3.DLL
----------------------------------------
CodeRefactor
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/FlashDevelop/Plugins/CodeRefactor.DLL
----------------------------------------
DataEncoder
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/FlashDevelop/Plugins/DataEncoder.DLL
----------------------------------------
fdb.j4n
    Assembly Version: 0.0.0.0
    Win32 Version: 0.0.0.0
    CodeBase: file:///C:/Program%20Files/FlashDevelop/Plugins/fdb.j4n.DLL
----------------------------------------
jni4net.n-0.8.2.0
    Assembly Version: 0.8.2.0
    Win32 Version: 0.8.2.0
    CodeBase: file:///C:/Program%20Files/FlashDevelop/Plugins/jni4net.n-0.8.2.0.DLL
----------------------------------------
FileExplorer
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/FlashDevelop/Plugins/FileExplorer.DLL
----------------------------------------
FlashConnect
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/FlashDevelop/Plugins/FlashConnect.DLL
----------------------------------------
System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
FlashDebugger
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/FlashDevelop/Plugins/FlashDebugger.DLL
----------------------------------------
FlashLogViewer
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/FlashDevelop/Plugins/FlashLogViewer.DLL
----------------------------------------
FlashViewer
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/FlashDevelop/Plugins/FlashViewer.DLL
----------------------------------------
ProjectManager
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/FlashDevelop/Plugins/ProjectManager.DLL
----------------------------------------
HaXeContext
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/FlashDevelop/Plugins/HaXeContext.DLL
----------------------------------------
jni4net.n.w32.v20-0.8.2.0
    Assembly Version: 0.8.2.0
    Win32 Version: 0.8.2.0
    CodeBase: file:///C:/Program%20Files/FlashDevelop/Plugins/jni4net.n.w32.v20-0.8.2.0.DLL
----------------------------------------
LayoutManager
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/FlashDevelop/Plugins/LayoutManager.DLL
----------------------------------------
MacroManager
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/FlashDevelop/Plugins/MacroManager.DLL
----------------------------------------
OutputPanel
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/FlashDevelop/Plugins/OutputPanel.DLL
----------------------------------------
PHPContext
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/FlashDevelop/Plugins/PHPContext.DLL
----------------------------------------
SwfOp
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/FlashDevelop/SwfOp.DLL
----------------------------------------
System.Runtime.Remoting
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
QuickNavigatePlugin
    Assembly Version: 1.0.0.18890
    Win32 Version: 1.0.0.18890
    CodeBase: file:///C:/Program%20Files/FlashDevelop/Plugins/QuickNavigatePlugin.DLL
----------------------------------------
ResultsPanel
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/FlashDevelop/Plugins/ResultsPanel.DLL
----------------------------------------
SourceControl
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/FlashDevelop/Plugins/SourceControl.DLL
----------------------------------------
StartPage
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/FlashDevelop/Plugins/StartPage.DLL
----------------------------------------
System.Web
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll
----------------------------------------
TaskListPanel
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/FlashDevelop/Plugins/TaskListPanel.DLL
----------------------------------------
AutoVersion
    Assembly Version: 1.3.0.0
    Win32 Version: 1.3.11228.1957
    CodeBase: file:///C:/Users/62316e/AppData/Local/FlashDevelop/Plugins/AutoVersion.dll
----------------------------------------
System.Design
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Design/2.0.0.0__b03f5f7f11d50a3a/System.Design.dll
----------------------------------------
r60puyv-
    Assembly Version: 1.0.0.0
    Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
Accessibility
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
_afuychv
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing.Design
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing.Design/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.Design.dll
----------------------------------------
net.sf.jni4net.jni.dynammic
    Assembly Version: 0.0.0.0
    Win32 Version: 0.8.2.0
    CodeBase: file:///C:/Program%20Files/FlashDevelop/Plugins/jni4net.n-0.8.2.0.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.


[/code]

Original issue reported on code.google.com by [email protected] on 27 Aug 2011 at 10:44

crash when enable plugin at global setting { AutoVersion 1.1.10139.20.fdz }

output:

有关调用实时(JIT)调试而不是此对话框的详细信息,
请参见此消息的结尾。

************** 异常文本 **************
System.TypeInitializationException: “AutoVersion.GlobalIncrementSettings”的
类型初始值设定项引发异常。 ---> System.NullReferenceException: 
未将对象引用
设置到对象的实例。
   在 AutoVersion.VersioningStyle.FromGlobalVariable(String value)
   在 AutoVersion.GlobalIncrementSettings.Load()
   在 AutoVersion.GlobalIncrementSettings..ctor()
   在 AutoVersion.GlobalIncrementSettings..cctor()
   --- 内部异常堆栈跟踪的结尾 ---
   在 AutoVersion.GlobalIncrementSettings.GetInstance()
   在 AutoVersion.PluginMain.get_Settings()
   在
FlashDevelop.Dialogs.SettingDialog.ItemListViewSelectedIndexChanged(Object
sender, EventArgs e)
   在 System.Windows.Forms.ListView.OnSelectedIndexChanged(EventArgs e)
   在 System.Windows.Forms.ListView.WmReflectNotify(Message& m)
   在 System.Windows.Forms.ListView.WndProc(Message& m)
   在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg,
IntPtr wparam, IntPtr lparam)


************** 已加载的程序集 **************
mscorlib
    程序集版本: 2.0.0.0
    Win32 版本: 2.0.50727.4927 (NetFXspW7.050727-4900)
    基本代码:
file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
FlashDevelop
    程序集版本: 3.0.0.0
    Win32 版本: 3.0.0.0
    基本代码: file:///E:/tools_win7/flashdevelopDebug/FlashDevelop.exe
----------------------------------------
PluginCore
    程序集版本: 2.0.0.0
    Win32 版本: 2.0.0.0
    基本代码: file:///E:/tools_win7/flashdevelopDebug/PluginCore.DLL
----------------------------------------
System.Windows.Forms
    程序集版本: 2.0.0.0
    Win32 版本: 2.0.50727.4927 (NetFXspW7.050727-4900)
    基本代码:
file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e
089/System.Windows.Forms.dll
----------------------------------------
System
    程序集版本: 2.0.0.0
    Win32 版本: 2.0.50727.4927 (NetFXspW7.050727-4900)
    基本代码:
file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    程序集版本: 2.0.0.0
    Win32 版本: 2.0.50727.4927 (NetFXspW7.050727-4900)
    基本代码:
file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/Sy
stem.Drawing.dll
----------------------------------------
System.Xml
    程序集版本: 2.0.0.0
    Win32 版本: 2.0.50727.4927 (NetFXspW7.050727-4900)
    基本代码:
file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System
.Xml.dll
----------------------------------------
System.Windows.Forms.resources
    程序集版本: 2.0.0.0
    Win32 版本: 2.0.50727.4927 (NetFXspW7.050727-4900)
    基本代码:
file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_zh-C
HS_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
Aga.Controls
    程序集版本: 1.6.1.0
    Win32 版本: 1.6.1.0
    基本代码: file:///E:/tools_win7/flashdevelopDebug/Plugins/Aga.Controls.DLL
----------------------------------------
System.Design
    程序集版本: 2.0.0.0
    Win32 版本: 2.0.50727.4927 (NetFXspW7.050727-4900)
    基本代码:
file:///C:/Windows/assembly/GAC_MSIL/System.Design/2.0.0.0__b03f5f7f11d50a3a/Sys
tem.Design.dll
----------------------------------------
AirProperties
    程序集版本: 1.1.0.0
    Win32 版本: 1.1.0.0
    基本代码: file:///E:/tools_win7/flashdevelopDebug/Plugins/AirProperties.DLL
----------------------------------------
AS2Context
    程序集版本: 1.0.0.0
    Win32 版本: 1.0.0.0
    基本代码: file:///E:/tools_win7/flashdevelopDebug/Plugins/AS2Context.DLL
----------------------------------------
ASCompletion
    程序集版本: 2.0.0.0
    Win32 版本: 2.0.0.0
    基本代码: file:///E:/tools_win7/flashdevelopDebug/Plugins/ASCompletion.DLL
----------------------------------------
AS3Context
    程序集版本: 1.0.0.0
    Win32 版本: 1.0.0.0
    基本代码: file:///E:/tools_win7/flashdevelopDebug/Plugins/AS3Context.DLL
----------------------------------------
Aga
    程序集版本: 1.7.0.0
    Win32 版本: 1.7.0.0
    基本代码: file:///E:/tools_win7/flashdevelopDebug/Aga.DLL
----------------------------------------
XMLCompletion
    程序集版本: 2.0.0.0
    Win32 版本: 2.0.0.0
    基本代码: file:///E:/tools_win7/flashdevelopDebug/Plugins/XMLCompletion.DLL
----------------------------------------
ASClassWizard
    程序集版本: 1.1.0.0
    Win32 版本: 1.1.0.0
    基本代码: file:///E:/tools_win7/flashdevelopDebug/Plugins/ASClassWizard.DLL
----------------------------------------
ProjectManager
    程序集版本: 2.0.0.0
    Win32 版本: 2.0.0.0
    基本代码:
file:///E:/tools_win7/flashdevelopDebug/Plugins/ProjectManager.DLL
----------------------------------------
AutoVersion
    程序集版本: 1.0.0.0
    Win32 版本: 1.1.10139.20
    基本代码: file:///E:/tools_win7/flashdevelopDebug/Plugins/AutoVersion.DLL
----------------------------------------
BookmarkPanel
    程序集版本: 1.0.0.0
    Win32 版本: 1.0.0.0
    基本代码: file:///E:/tools_win7/flashdevelopDebug/Plugins/BookmarkPanel.DLL
----------------------------------------
CodeRefactor
    程序集版本: 1.0.0.0
    Win32 版本: 1.0.0.0
    基本代码: file:///E:/tools_win7/flashdevelopDebug/Plugins/CodeRefactor.DLL
----------------------------------------
DataEncoder
    程序集版本: 1.0.0.0
    Win32 版本: 1.0.0.0
    基本代码: file:///E:/tools_win7/flashdevelopDebug/Plugins/DataEncoder.DLL
----------------------------------------
Duplicate
    程序集版本: 1.0.0.12629
    Win32 版本: 0.3
    基本代码: file:///E:/tools_win7/flashdevelopDebug/Plugins/Duplicate.DLL
----------------------------------------
ExportProject
    程序集版本: 1.0.0.18289
    Win32 版本: 1.0.0.18289
    基本代码: file:///E:/tools_win7/flashdevelopDebug/Plugins/ExportProject.DLL
----------------------------------------
ExportSWC
    程序集版本: 1.0.0.41052
    Win32 版本: 1.0.0.41052
    基本代码: file:///E:/tools_win7/flashdevelopDebug/Plugins/ExportSWC.DLL
----------------------------------------
FileExplorer
    程序集版本: 2.0.0.0
    Win32 版本: 2.0.0.0
    基本代码: file:///E:/tools_win7/flashdevelopDebug/Plugins/FileExplorer.DLL
----------------------------------------
FlashConnect
    程序集版本: 2.0.0.0
    Win32 版本: 2.0.0.0
    基本代码: file:///E:/tools_win7/flashdevelopDebug/Plugins/FlashConnect.DLL
----------------------------------------
System.Configuration
    程序集版本: 2.0.0.0
    Win32 版本: 2.0.50727.4927 (NetFXspW7.050727-4900)
    基本代码:
file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50
a3a/System.Configuration.dll
----------------------------------------
flashdbg
    程序集版本: 3.3.0.4
    Win32 版本: 3.3.0.4
    基本代码: file:///E:/tools_win7/flashdevelopDebug/Plugins/flashdbg.DLL
----------------------------------------
swfutils
    程序集版本: 3.3.0.4
    Win32 版本: 3.3.0.4
    基本代码: file:///E:/tools_win7/flashdevelopDebug/Plugins/swfutils.DLL
----------------------------------------
FlashLogViewer
    程序集版本: 1.0.0.0
    Win32 版本: 1.0.0.0
    基本代码:
file:///E:/tools_win7/flashdevelopDebug/Plugins/FlashLogViewer.DLL
----------------------------------------
FlashViewer
    程序集版本: 1.0.0.0
    Win32 版本: 1.0.0.0
    基本代码: file:///E:/tools_win7/flashdevelopDebug/Plugins/FlashViewer.DLL
----------------------------------------
FlexDbg
    程序集版本: 0.9.9.0
    Win32 版本: 0.9.8.0
    基本代码: file:///E:/tools_win7/flashdevelopDebug/Plugins/FlexDbg.DLL
----------------------------------------
HaXeContext
    程序集版本: 1.0.0.0
    Win32 版本: 1.0.0.0
    基本代码: file:///E:/tools_win7/flashdevelopDebug/Plugins/HaXeContext.DLL
----------------------------------------
HighlightSelection
    程序集版本: 1.0.0.21672
    Win32 版本: 1.0.0.21672
    基本代码:
file:///E:/tools_win7/flashdevelopDebug/Plugins/HighlightSelection.DLL
----------------------------------------
LayoutManager
    程序集版本: 1.0.0.0
    Win32 版本: 1.0.0.0
    基本代码: file:///E:/tools_win7/flashdevelopDebug/Plugins/LayoutManager.DLL
----------------------------------------
MacroManager
    程序集版本: 1.0.0.0
    Win32 版本: 1.0.0.0
    基本代码: file:///E:/tools_win7/flashdevelopDebug/Plugins/MacroManager.DLL
----------------------------------------
MultiGenerator
    程序集版本: 1.0.1.26601
    Win32 版本: 1.0.1.26601
    基本代码:
file:///E:/tools_win7/flashdevelopDebug/Plugins/MultiGenerator.DLL
----------------------------------------
OpenTheDoc
    程序集版本: 2.2.0.4860
    Win32 版本: 2.2.0.4860
    基本代码: file:///E:/tools_win7/flashdevelopDebug/Plugins/OpenTheDoc.DLL
----------------------------------------
OutputPanel
    程序集版本: 2.0.0.0
    Win32 版本: 2.0.0.0
    基本代码: file:///E:/tools_win7/flashdevelopDebug/Plugins/OutputPanel.DLL
----------------------------------------
PHPContext
    程序集版本: 1.0.0.0
    Win32 版本: 1.0.0.0
    基本代码: file:///E:/tools_win7/flashdevelopDebug/Plugins/PHPContext.DLL
----------------------------------------
System.Runtime.Remoting
    程序集版本: 2.0.0.0
    Win32 版本: 2.0.50727.4927 (NetFXspW7.050727-4900)
    基本代码:
file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c5619
34e089/System.Runtime.Remoting.dll
----------------------------------------
QuickNavigate
    程序集版本: 1.0.0.32322
    Win32 版本: 1.0.0.32322
    基本代码: file:///E:/tools_win7/flashdevelopDebug/Plugins/QuickNavigate.DLL
----------------------------------------
ReopenClosedTab
    程序集版本: 1.0.0.0
    Win32 版本: 1.0.0.0
    基本代码:
file:///E:/tools_win7/flashdevelopDebug/Plugins/ReopenClosedTab.DLL
----------------------------------------
ResultsPanel
    程序集版本: 2.0.0.0
    Win32 版本: 2.0.0.0
    基本代码: file:///E:/tools_win7/flashdevelopDebug/Plugins/ResultsPanel.DLL
----------------------------------------
SharpSvn
    程序集版本: 1.6006.1373.40218
    Win32 版本: 1.6006.1373.40218
    基本代码: file:///E:/tools_win7/flashdevelopDebug/Plugins/SharpSvn.DLL
----------------------------------------
StartPage
    程序集版本: 1.0.0.0
    Win32 版本: 1.0.0.0
    基本代码: file:///E:/tools_win7/flashdevelopDebug/Plugins/StartPage.DLL
----------------------------------------
TaskListPanel
    程序集版本: 1.0.0.0
    Win32 版本: 1.0.0.0
    基本代码: file:///E:/tools_win7/flashdevelopDebug/Plugins/TaskListPanel.DLL
----------------------------------------
Trace
    程序集版本: 0.0.1.27586
    Win32 版本: 0.0.1.27586
    基本代码: file:///E:/tools_win7/flashdevelopDebug/Plugins/Trace.DLL
----------------------------------------
Version
    程序集版本: 1.0.137.0
    Win32 版本: 1.0.137.0
    基本代码: file:///E:/tools_win7/flashdevelopDebug/Plugins/Version.DLL
----------------------------------------
x4yfxbr8
    程序集版本: 2.0.0.0
    Win32 版本: 2.0.50727.4927 (NetFXspW7.050727-4900)
    基本代码:
file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
vreig2os
    程序集版本: 2.0.0.0
    Win32 版本: 2.0.50727.4927 (NetFXspW7.050727-4900)
    基本代码:
file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
fp_13mdc
    程序集版本: 1.0.0.41052
    Win32 版本: 2.0.50727.4927 (NetFXspW7.050727-4900)
    基本代码:
file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.resources
    程序集版本: 2.0.0.0
    Win32 版本: 2.0.50727.4927 (NetFXspW7.050727-4900)
    基本代码:
file:///C:/Windows/assembly/GAC_MSIL/System.resources/2.0.0.0_zh-CHS_b77a5c56193
4e089/System.resources.dll
----------------------------------------
System.Drawing.Design
    程序集版本: 2.0.0.0
    Win32 版本: 2.0.50727.4927 (NetFXspW7.050727-4900)
    基本代码:
file:///C:/Windows/assembly/GAC_MSIL/System.Drawing.Design/2.0.0.0__b03f5f7f11d5
0a3a/System.Drawing.Design.dll
----------------------------------------
System.Xml.Linq
    程序集版本: 3.5.0.0
    Win32 版本: 3.5.30729.4926 built by: NetFXw7
    基本代码:
file:///C:/Windows/assembly/GAC_MSIL/System.Xml.Linq/3.5.0.0__b77a5c561934e089/S
ystem.Xml.Linq.dll
----------------------------------------
System.Core
    程序集版本: 3.5.0.0
    Win32 版本: 3.5.30729.4926 built by: NetFXw7
    基本代码:
file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/Syste
m.Core.dll
----------------------------------------
mscorlib.resources
    程序集版本: 2.0.0.0
    Win32 版本: 2.0.50727.4927 (NetFXspW7.050727-4900)
    基本代码:
file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------

************** JIT 调试 **************
要启用实时(JIT)调试,
该应用程序或计算机的 .config 文件(machine.config)的 
system.windows.forms 节
中必须设置
jitDebugging 值。
编译应用程序时还必须启用
调试。

例如: 

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

启用 JIT 调试后,任何无法处理的异常
都将被发送到在此计算机上注册的 JIT 调试器,
而不是由此对话框处理。



Original issue reported on code.google.com by zszen.john on 19 May 2010 at 10:18

the ver.1.2.11047.1757 have some problem.

my autoversion plugin is at bottom of all plugins.
and it is avoid. If I click to select it.
it alert a board:
"Setting
  Unhandled exception has occurred in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately.

The type initializer for 'AutoVersion.GlobalIncrementSettings' threw an 
exception."

I use fd 3.3.4 rtm

Original issue reported on code.google.com by zszen.john on 18 Feb 2011 at 7:56

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.