Search found 13 matches

by jrogovsky
Fri 03 Jun 2022 14:48
Forum: dotConnect for PostgreSQL
Topic: Visual Studio 2022
Replies: 1
Views: 8796

Visual Studio 2022

Can we please have some info on when dotConnect for PostgreSQL will be updated to work with Visual Studio 2022?

Is there a beta we can try?

I'd like to be able to use VS2022 for dev work, even if I have to do final testing and deployment builds through VS2019.
by jrogovsky
Fri 05 May 2017 17:07
Forum: dotConnect for PostgreSQL
Topic: Error message after re-installing
Replies: 1
Views: 2567

Error message after re-installing

I previously had VS2015 Pro and VS2017 Community installed with dotConnect.

A few days ago I uninstalled VS2017 Community and installed VS2017 Pro. I then reinstalled dotConnect to make sure it was integrated with VS2017 Pro.

Now, every time I start VS2015, I get an error related to DevArt: link.

Any suggestions on how to remove the error message?
by jrogovsky
Wed 12 Apr 2017 12:21
Forum: dotConnect for PostgreSQL
Topic: Question about subscriptions and licensing
Replies: 7
Views: 1873

Re: Question about subscriptions and licensing

Shalex wrote:
jrogovsky wrote:it asks for the dotConnect license #
This is an optional field you can leave it blank.
I tried that. It did not work. It was a required field.
by jrogovsky
Tue 11 Apr 2017 12:31
Forum: dotConnect for PostgreSQL
Topic: Question about subscriptions and licensing
Replies: 7
Views: 1873

Re: Question about subscriptions and licensing

So, the intent is to let me buy a subscription, in advance, for the second year?

Please note, that your checkout process makes it impossible to choose this option; it asks for the dotConnect license #, which doesn't exist yet, because the initial checkout is not complete.

Further, I had to wait 48 hours to get my license #.

There is literally no way to take advantage of the 20% cross-sell discount for the subscription.
by jrogovsky
Tue 11 Apr 2017 12:26
Forum: dotConnect for PostgreSQL
Topic: Deployment problem
Replies: 4
Views: 2366

Re: Deployment problem

Ok, thank you for the clarification.
by jrogovsky
Mon 10 Apr 2017 20:23
Forum: dotConnect for PostgreSQL
Topic: Deployment problem
Replies: 4
Views: 2366

Re: Deployment problem

Actually, I'd like some clarification.

In an ASP.Net Web Forms project, since I'm now copying:

- Devart.Data.dll
- Devart.Data.PostgreSql.dll
- DevArt.Data.PostgreSql.Entity.EF6

to the bin directory of my web app, do I still need to run the dotConenct installer (with the Minimum option) on my web server?
by jrogovsky
Mon 10 Apr 2017 20:06
Forum: dotConnect for PostgreSQL
Topic: Deployment problem
Replies: 4
Views: 2366

Re: Deployment problem

Ok, I figured this out by adding explicit references to the relevant DevArt dlls to my project in Visual Studio.

Not sure why it worked on my Dev PC without those references.
by jrogovsky
Mon 10 Apr 2017 16:13
Forum: dotConnect for PostgreSQL
Topic: Deployment problem
Replies: 4
Views: 2366

Deployment problem

I recently purchased dotConnect for PostgreSQL.

I have an ASP.Net Web Forms (.Net 4.6.2) application using dotConnect (7.8.862.0) for PostgreSQL and Entity Framework (6.1.3).

I have the following in my web.config:
<entityFramework>
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
<parameters>
<parameter value="mssqllocaldb"/>
</parameters>
</defaultConnectionFactory>
<providers>
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer"/>
<provider invariantName="Devart.Data.PostgreSql" type="Devart.Data.PostgreSql.Entity.PgSqlEntityProviderServices, Devart.Data.PostgreSql.Entity.EF6, Version=7.8.862.0, Culture=neutral, PublicKeyToken=09af7300eec23701"/>
</providers>
</entityFramework>
<system.data>
<DbProviderFactories>
<remove invariant="Devart.Data.PostgreSql" />
<add name="dotConnect for PostgreSQL" invariant="Devart.Data.PostgreSql" description="Devart dotConnect for PostgreSQL" type="Devart.Data.PostgreSql.PgSqlProviderFactory, Devart.Data.PostgreSql, Version=7.8.862.0, Culture=neutral, PublicKeyToken=09af7300eec23701" />
</DbProviderFactories>
</system.data>
I have a test web server that I am trying to run the web app on.

I have run the dotConnect installer on my test web server using the "minimum" option.

When I try to run the app on my test web server, I get the following error:
The Entity Framework provider type 'Devart.Data.PostgreSql.Entity.PgSqlEntityProviderServices, Devart.Data.PostgreSql.Entity.EF6, Version=7.8.862.0, Culture=neutral, PublicKeyToken=09af7300eec23701' registered in the application config file for the ADO.NET provider with invariant name 'Devart.Data.PostgreSql' could not be loaded. Make sure that the assembly-qualified name is used and that the assembly is available to the running application. See http://go.microsoft.com/fwlink/?LinkId=260882 for more information.
I believe that I have followed all the deployment instructions here: http://www.devart.com/dotconnect/postgr ... yment.html

What am I missing?

To be clear, the web app runs fine on my dev machine.

But I need to be able to deploy it.

What are the troubleshooting steps?
by jrogovsky
Mon 10 Apr 2017 14:53
Forum: dotConnect for PostgreSQL
Topic: Question about subscriptions and licensing
Replies: 7
Views: 1873

Re: Question about subscriptions and licensing

Ok, so the dotConnect license comes with a 1-year subscription. This makes sense and is consistent with other dev tools I've purchased.

So why does your checkout process offer to add a 1-year subscription to the purchase of dotConnect?
by jrogovsky
Sun 09 Apr 2017 00:06
Forum: dotConnect for PostgreSQL
Topic: Question about subscriptions and licensing
Replies: 7
Views: 1873

Question about subscriptions and licensing

I want to buy "dotConnect for PostgreSQL Professional single license".

Does the $199.95 price come with a subscription for the first year?

I'm confused because your order page is offering me to add a 1-year subscription to the purchase (for a 20% discount).

I do want a subscription so I checked the box to include it. But when I got further along in the checkout process, I was asked for my license # for dotConnect, which I don't have yet.

So now I cannot proceed with the checkout.

For now, I'm going to assume that the subscription is something I will need next year and will complete the purchase without it.

Please clarify.
by jrogovsky
Fri 07 Apr 2017 20:55
Forum: dbForge for PostgreSQL
Topic: Data Compare of Interval Columns
Replies: 7
Views: 10946

Re: Data Compare of Interval Columns

Thank you.

I've sent and email containing a script generated via pgAdmin and a screenshot showing different values in the Interval columns After a sync.
by jrogovsky
Fri 07 Apr 2017 14:51
Forum: dbForge for PostgreSQL
Topic: Data Compare of Interval Columns
Replies: 7
Views: 10946

Re: Data Compare of Interval Columns

I'd rather not post it to a public forum. Is there an email address I can send it to?
by jrogovsky
Fri 07 Apr 2017 00:20
Forum: dbForge for PostgreSQL
Topic: Data Compare of Interval Columns
Replies: 7
Views: 10946

Data Compare of Interval Columns

I'm currently evaluating your Data Compare for PostgreSQL product.

The version of PostgreSQL I'm using is 9.2.4 64-bit. I'm developing reports against an existing application so I do not have the option of updating PostgreSQL version.

In comparing two databases with the the same schema, I notice that Interval columns are not always syncing properly.

It looks like it could be a rounding or precision issue.

The source db will have a value like 00:00:05.286 and the destination will be like 00:00:05.285.

I proceed with syncing the data but the value in the destination db does not seem to update.

Any ideas?