On 2014.10.15 2:02 PM, Jens Warkentin (JIRA) wrote:
> Firebird DDEX Provider Visual Studio 2013 SP3 - Connection dialog disappears 
> immediately
> ----------------------------------------------------------------------------------------
>
>                   Key: DNET-571
>                   URL: http://tracker.firebirdsql.org/browse/DNET-571
>               Project: .NET Data provider
>            Issue Type: Bug
>            Components: DDEX Provider
>      Affects Versions: 4.5.1.0
>           Environment: Windows 8.1 Pro x64, Visual Studio 2013 Professional 
> SP3
>              Reporter: Jens Warkentin
>              Assignee: Jiri Cincura
>              Priority: Blocker
>
>
> see Cross-Post: StackOverflow: 
> http://stackoverflow.com/questions/26377689/firebird-ddex-provider-visual-studio-2013-sp3-connection-dialog-disappears-imm
>
>
I'm geting the same behavior, dialog generate error message for Visual 
Studio and close.
Environment: Visual Studio 2014, update 4, Firebird 2.5 x86, DDEX 3.0.1, 
Windows 8.1 x64.
Same error I get from project setting when i try to add a connection 
string, when i try to add a data source or when i try to modify a dataset.
In Event Viewer i get this:
Application: devenv.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.NullReferenceException
Stack:
    at 
FirebirdSql.VisualStudio.DataTools.FbDataConnectionUIControl.SetProperty(System.Object,
 
System.EventArgs)
    at System.Windows.Forms.Control.OnTextChanged(System.EventArgs)
    at System.Windows.Forms.ComboBox.OnTextChanged(System.EventArgs)
    at 
System.Windows.Forms.ComboBox.WmReflectCommand(System.Windows.Forms.Message 
ByRef)
    at 
System.Windows.Forms.ComboBox.WndProc(System.Windows.Forms.Message ByRef)
    at 
System.Windows.Forms.Control+ControlNativeWindow.OnMessage(System.Windows.Forms.Message
 
ByRef)
    at 
System.Windows.Forms.Control+ControlNativeWindow.WndProc(System.Windows.Forms.Message
 
ByRef)
    at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr, 
Int32, IntPtr, IntPtr)
    at 
System.Windows.Forms.UnsafeNativeMethods.SendMessage(System.Runtime.InteropServices.HandleRef,
 
Int32, IntPtr, IntPtr)
    at System.Windows.Forms.Control.SendMessage(Int32, IntPtr, IntPtr)
    at System.Windows.Forms.Control.ReflectMessageInternal(IntPtr, 
System.Windows.Forms.Message ByRef)
    at 
System.Windows.Forms.Control.WmCommand(System.Windows.Forms.Message ByRef)
    at System.Windows.Forms.Control.WndProc(System.Windows.Forms.Message 
ByRef)
    at 
System.Windows.Forms.ScrollableControl.WndProc(System.Windows.Forms.Message 
ByRef)
    at 
System.Windows.Forms.ContainerControl.WndProc(System.Windows.Forms.Message 
ByRef)
    at 
System.Windows.Forms.UserControl.WndProc(System.Windows.Forms.Message ByRef)
    at 
System.Windows.Forms.Control+ControlNativeWindow.OnMessage(System.Windows.Forms.Message
 
ByRef)
    at 
System.Windows.Forms.Control+ControlNativeWindow.WndProc(System.Windows.Forms.Message
 
ByRef)
    at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr, 
Int32, IntPtr, IntPtr)
    at System.Windows.Forms.UnsafeNativeMethods.CallWindowProc(IntPtr, 
IntPtr, Int32, IntPtr, IntPtr)
    at 
System.Windows.Forms.NativeWindow.DefWndProc(System.Windows.Forms.Message ByRef)
    at 
System.Windows.Forms.Control.DefWndProc(System.Windows.Forms.Message ByRef)
    at 
System.Windows.Forms.Control.WmCommand(System.Windows.Forms.Message ByRef)
    at System.Windows.Forms.Control.WndProc(System.Windows.Forms.Message 
ByRef)
    at 
System.Windows.Forms.ComboBox.WndProc(System.Windows.Forms.Message ByRef)
    at 
System.Windows.Forms.Control+ControlNativeWindow.OnMessage(System.Windows.Forms.Message
 
ByRef)
    at 
System.Windows.Forms.Control+ControlNativeWindow.WndProc(System.Windows.Forms.Message
 
ByRef)
    at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr, 
Int32, IntPtr, IntPtr)
    at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG ByRef)
    at 
System.Windows.Forms.Application+ThreadContext.LocalModalMessageLoop(System.Windows.Forms.Form)
    at 
System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner(Int32, 
System.Windows.Forms.ApplicationContext)
    at 
System.Windows.Forms.Application+ThreadContext.RunMessageLoop(Int32, 
System.Windows.Forms.ApplicationContext)
    at System.Windows.Forms.Application.RunDialog(System.Windows.Forms.Form)
    at 
System.Windows.Forms.Form.ShowDialog(System.Windows.Forms.IWin32Window)
    at 
Microsoft.Data.ConnectionUI.DataConnectionDialog.Show(Microsoft.Data.ConnectionUI.DataConnectionDialog,
 
System.Windows.Forms.IWin32Window)
    at 
Microsoft.VisualStudio.Data.HostServices.Environment.ShowDialog(System.Windows.Forms.Form)
    at Microsoft.VisualStudio.Data.Package.DataConnectionDialog.ShowDialog()
    at 
Microsoft.VisualStudio.Editors.SettingsDesigner.ConnectionStringUITypeEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,
 
System.IServiceProvider, System.Object)
    at 
Microsoft.VisualStudio.Editors.SettingsDesigner.TypeEditorHostControl.ShowUITypeEditor()
    at 
Microsoft.VisualStudio.Editors.SettingsDesigner.TypeEditorHostControl.ShowEditorButton_Click(System.Object,
 
System.EventArgs)
    at System.Windows.Forms.Control.OnClick(System.EventArgs)
    at System.Windows.Forms.Button.OnClick(System.EventArgs)
    at 
System.Windows.Forms.Button.OnMouseUp(System.Windows.Forms.MouseEventArgs)
    at 
System.Windows.Forms.Control.WmMouseUp(System.Windows.Forms.Message 
ByRef, System.Windows.Forms.MouseButtons, Int32)
    at System.Windows.Forms.Control.WndProc(System.Windows.Forms.Message 
ByRef)
    at 
System.Windows.Forms.ButtonBase.WndProc(System.Windows.Forms.Message ByRef)
    at System.Windows.Forms.Button.WndProc(System.Windows.Forms.Message 
ByRef)
    at 
System.Windows.Forms.Control+ControlNativeWindow.OnMessage(System.Windows.Forms.Message
 
ByRef)
    at 
System.Windows.Forms.Control+ControlNativeWindow.WndProc(System.Windows.Forms.Message
 
ByRef)
    at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr, 
Int32, IntPtr, IntPtr)

Paul MERCEA
___________________________________________
E-mail: paul.mer...@almexa.ro
___________________________________________


------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to