Re: [Firebird-net-provider] Problem with setup in VS 2015

2017-03-08 Thread Daniel Rail
Hi, At March 8, 2017, 3:09 PM, Jiří Činčura wrote: >> Also, what is the timeline to support VS 2017? I tried by simply >> changing the registry keys from 14_Config to 15_Config, but that >> simply created a 15_Config registry key that only contained the >> registry keys for

Re: [Firebird-net-provider] Problem with setup in VS 2015

2017-03-08 Thread Jiří Činčura
> Also, what is the timeline to support VS 2017? I tried by simply > changing the registry keys from 14_Config to 15_Config, but that > simply created a 15_Config registry key that only contained the > registry keys for Firebird, and nothing else. It looks like that they > have

Re: [Firebird-net-provider] Problem with setup in VS 2015

2017-03-08 Thread Jiří Činčura
Known mistake. Your machine config entry and GAC does not match. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ On Wed, Mar 8, 2017, at 18:28, Paul Dryden wrote: > Hi, > > I was able to get Firebird to show up in the provider list by copying an > setting to my app.config file. I found

Re: [Firebird-net-provider] Problem with setup in VS 2015

2017-03-08 Thread Daniel Rail
Hi, At March 8, 2017, 2:16 AM, Jiří Činčura wrote: > Check whether the registry entries are there (for VS2015). That was the problem. I did double-click on the .reg file and Windows told me that the entries were added, but they were not. I just used the Import function inside RegEdit, and

Re: [Firebird-net-provider] Problem with setup in VS 2015

2017-03-07 Thread Jiří Činčura
Check whether the registry entries are there (for VS2015). -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ On Tue, Mar 7, 2017, at 22:12, Daniel Rail wrote: > Hi all, > > I was able to connect in VS2015 and create some classes to represent a > few tables(from an existing database) by