dotConnect for FreshBooks Frequently Asked Questions

Couldn't find the answer to your question? Take a look at our discussion forum.


Installation and deployment

I installed dotConnect for FreshBooks trial, then I have bought and installed the purchased version, but something went wrong.

Make sure you have uninstalled the trial version correctly. There should be no old (trial) assemblies present in your system. Uninstall dotConnect for FreshBooks and check your Global Assembly Cache and local folders for Devart.* assemblies. Remove all Devart.* files and reinstall dotConnect for FreshBooks.

How do I upgrade to a newer version of dotConnect for FreshBooks?

Close all running IDEs and help collections, then run the installation package of the newer version. You will be prompted to uninstall the previous version; agree and then proceed to installing the newer build.

How do I deploy my application?

To deploy an application written with dotConnect for FreshBooks, you need to:

  • deploy the Devart runtime assemblies used by your application;
  • include the technical license resource;
  • in case your application uses provider factories, you also need to expose dotConnect for FreshBooks to the system.

For the detailed description of each of these steps, please refer to the Deployment and Licensing topics in dotConnect for FreshBooks help.

How to install dotConnect for FreshBooks on a machine that does not have Visual Studio installed?

Select the "Minimal" type when prompted by the installer.

I have received a message that Devart.Data is incompatible...

Devart data providers use a common assembly (Devart.Data.dll), so it is necessary to install compatible providers versions. We release our ADO.NET data providers in a single pack, thus releases from the same date should be compatible. Also, Devart data providers should warn you before installation if an incompatible version of Devart.Data.dll was detected.

I have received the following message - "error 0175: The specified store provider cannot be found in the configuration, or is not valid..". What does it mean and what should I do?

You should put the Devart.Data, Devart.Data.FreshBooks, and Devart.Data.FreshBooks.Entity.EF4 (for applications using Entity Framework v4 or v5) or Devart.Data.FreshBooks.Entity.EF6 (for applications using Entity Framework v6) assemblies in the Bin folder of your application (or place these assemblies in the Global Assembly Cache). Make sure that your application is licensed correctly (take a look at the Licensing article for more information).

Information about provider registering is available in the Deployment article.



Subscriptions and Upgrades

I have a registered version of dotConnect for FreshBooks. Will I need to pay to upgrade to future versions?

All upgrades to future versions are free to users with an active dotConnect for FreshBooks Subscription.

What are the benefits of the dotConnect for FreshBooks Subscription Program?

The dotConnect for FreshBooks Subscription Program is an annual maintenance and support service for dotConnect for FreshBooks users.

Users with a valid dotConnect for FreshBooks Subscription get the following benefits:

  • Access to new versions of dotConnect for FreshBooks when they are released
  • Access to all dotConnect for FreshBooks updates and bug fixes
  • Product support through the dotConnect for FreshBooks Priority Support program
  • Notification of new product versions

Priority Support is an advanced product support program which offers you expedited individual assistance with dotConnect for FreshBooks-related questions from the dotConnect for FreshBooks developers themselves. Priority Support is carried out over email and has a two business day response policy.

Can I use my version of dotConnect for FreshBooks after my Subscription expires?

Yes, you can. dotConnect for FreshBooks version licenses are perpetual.



Technical Licensing

What is the licensing you use?

dotConnect for FreshBooks uses .NET component licensing. To build an operational application, dotConnect for FreshBooks requires a valid license. If no license is available, dotConnect for FreshBooks does not work.

How to embed the license into my application?

Usually you do not have to care about embedding the license in your application. When you install dotConnect for FreshBooks, the system is configured so that licensing is done transparently. The license is automatically added to the project when you place a FreshBooksConnection component onto a form.
In some cases, you have to manually add the license. For instructions on how to add the license manually, refer to the Licensing topic in the dotConnect for FreshBooks help.

On opening the connection, I get an exception saying "License not found...". What should I do?

This generally indicates that license information cannot be found, or you try to apply it in some way that does not suit the kind of application. For example:

  • The licenses.licx file, required for dotConnect for FreshBooks to function properly, cannot be found.
  • The licenses.licx file is not added as an embedded resource.
  • The App_Licenses.dll file is not found in ASP.NET applications.

To fix the problem, determine the type of your application and read the corresponding section of the "Licensing" topic.

On opening the connection, I get an exception saying "License not valid...". What should I do?

This means that license information is found but it is incorrect. It usually happens in the following cases:

  1. The project was earlier compiled with an old or trial version of dotConnect for FreshBooks.
  2. The licenses.config file used by a class library does not refer to the launched executable.
  3. The App_Licenses.dll file belongs to other application or needs to be recompiled.
  4. Something is wrong with the operating system or installation of dotConnect for FreshBooks.

If you encounter one of these problems, do the following (the numbers of actions correspond to the numbers of the problems in the above list):

  1. Delete all files from the bin and obj folders and rebuild the project.
  2. Specify the executable in the licenses.config file.
  3. Rebuild App_Licenses.dll for the current application.
  4. Perform the following steps:
    1. uninstall dotConnect for FreshBooks;
    2. remove all Devart.* and policy.*.Devart.* files from the GAC;
    3. clear the Program Files\Devart\dotConnect and Program Files\Common Files\Devart\dotConnect folders;
    4. re-install dotConnect for FreshBooks.

Deployed application worked fine some time, but at some moment it started to say "Sorry, your trial period has expired". But I do not use trial version any more.

Probably, you compiled the application with the Trial edition of dotConnect for FreshBooks, and deployed it with assemblies from a non-trial version. In this case, time limit is actual as well. To eliminate the problem, just recompile the project.

How to license ASP.NET applications?

To support server-side compilation you ought to have the special assembly App_Licenses.dll in the Bin directory of your site. To create this assembly, execute the Build Runtime Licenses command in the licenses.licx file context menu in the Solution Explorer view. The required assembly will be created automatically.

Note that this is not necessary for precompiled ASP.NET applications (if nothing is compiled on the server by user request). Precompiled applications are licensed as usual applications.

I am having problems with the licensing in my project... What am I to do?

If any problems with licensing occurred in your project, you should use the License Information dialog box to resolve them. To open it, on the Tools menu point to FreshBooks and then click License Information.

Do end-users need a license?

No, end-users of your application do not require any license.



Connection pooling

I call FreshBooksConnection.Open(), then Close(). The physical connection is still visible by the server. Isn't it a bug?

No, it is not. This is the Connection Pooling feature. The actual connection is not closed in order to be used later by your application. This boosts performance greatly.

I get the following exception: "Timeout expired. The timeout period elapsed..." What to do?

The full text of the exception is "Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached." It clearly states that you have run out of connections available. To solve the problem, increase the Max Pool Size connection string parameter value. The default value is 100. Another way to get extra connections is to clear one or all of the pools. Or you can turn connection pooling off using the Pooling connection string parameter.

How to prevent possible pooling problems?

You can clear the pool explicitly. Generally, the pool is cleared automatically when connections are idle or closed by the server. To force the operation, call the ClearPool or ClearAllPools methods. Another solution is to disable the pool completely (set Pooling=false in the connection string). If this does not help, the problem is not caused by pooling.



Documentation problems

How to open documentation on dotConnect for FreshBooks?

There are several ways to open dotConnect for FreshBooks documentation:

  • Use the appropriate shortcut in the Start menu, for instance, Start -> Programs -> Devart dotConnect for FreshBooks -> Documentation .
  • Open it from the Visual Studio: on the Tools menu point to FreshBooks and then click dotConnect for FreshBooks Help.
  • Place the cursor on some class from Devart.Data.FreshBooks and press F1.

There is also the same documentation in the chm format. You can download it from our web-site at the following address: www.devart.com/dotconnect/freshbooks/dcfreshbooks.chm. Downloaded CHM files are blocked on Windows operating systems by default. If the downloaded file shows an empty

I can't see the documentation in Visual Studio Help Collection.

Correctly installed documentation appears as a separate node in the combined collection of Visual Studio. If you can't find the dotConnect for FreshBooks node there, it is because topics filtering is enabled. To reveal the node, set the filter to "Devart Documentation", or "(unfiltered)", or "Visual C#", etc.
Another possible reason is that you installed some IDE after the installation of dotConnect for FreshBooks. In this case, use aforementioned methods to access documentation.

All topics in the CHM file are blank.

This can happen due to some patches from Microsoft installed on your system. Please read this page to find possible solutions to the problem. In most cases, it is enough to right-click the CHM file, select Properties, click the "Unblock" button and click "Apply" to show the contents.



ORM solutions

Is Entity Framework supported?

dotConnect for FreshBooks supports the latest versions of ADO.NET Entity Framework.

Are there any demo projects to play with?

dotConnect for FreshBooks comes with Demo Center application, which demonstrates main dotConnect for FreshBooks features. Among other features, this application demonstrates LINQ to Entities query execution.



Miscellaneous

Are there any restrictions for Visual Studio Express editions?

Yes, there are some. First, the provider add-in (and hence menu item) is not available. Second, components are not registered in toolbox automatically (though you can do it manually). Finally, advanced Visual Studio integration (DDEX) is not available, except Microsoft Web Developer Express 2010.

No components can be found in the toolbox.

This can happen if the installation encountered some problems. You can add the components to the toolbox manually. This procedure is described in the Installation article in the documentation.

dotConnect for FreshBooks says it uses a different version of assemblies.

Delete all policy files used by dotConnect for FreshBooks from the GAC.

Can I use dotConnect for FreshBooks assemblies in the x64 process?

dotConnect for FreshBooks assemblies are built with the /platform:anycpu option. So, you can use the provider's assemblies on any platform (x86 or x64). For more information, refer to https://msdn.microsoft.com/en-us/library/zekwfyz4.aspx