LOCATION: HomeFAQsCommon problems

Press Releases

November 10, 2008
G-sensor technology finds its place in business solutions

October 27, 2008
Resco releases Resco MobileForms Toolkit 2008 Volume 3

Popular component suite with new data input capabilities

More
Latest Versions

December 19, 2008
OutlookControls .NET v6.5.0.5

December 10, 2008
DetailView .NET v6.5.0.1

December 05, 2008
Zip .NET v6.5.0.2

December 04, 2008
AdvancedList .NET v6.5.0.1

More

Resco Developer Common FAQs

How can I access upgrades/bug fixes of the product I have purchsed?

Upgrades and bug fixes are available through the Customer Web Portal. It is accessible only for registered Resco customers and all downloads are available only during valid subscription.

My subscription has expired. How can I renew it?

Registered customers can renew their subscriptions through the Customer Web Portal

I have installed your product, but the controls did not appear in Visual Studio's 2005 toolbox. How can I add them there?

This depends on whether you are developing a desktop application or an application targeting .NET Compact Framework.
If you are developing a desktop application, then simply drag the Resco.%ControlName%.dll file and drop it onto the toolbox. Substitute the %ControlName% for the name of the particular product, e.g.: Resco.AdvancedList.dll.
If you are developing an application targeting .NET Compact Framework, drag the Resco.%ControlName%.CF2.dll file and drop it onto the toolbox. For the Visual Studio's designer to work properly, you have to make sure that, you have the Resco.%ControlName%.Design.dll properly registered in GAC (this only applies if you are developing for .NET Compact Framework).

How do I make sure that I have a Resco.%ControlName%.Design.dll file properly registered in GAC?

To view the contents of GAC, do the following:

  1. Go to the Windows' Control Panel.
  2. Double click 'Administrative Tools'.
  3. Double click 'Microsoft .NET Framework 2.0 Configuration'.
  4. Click 'Manage the Assembly Cache'.
  5. Click 'View List of Assemblies in the Assembly Cache'.
  6. Make sure the Resco.%ControlName%.Design.dll is listed.

For the designer to work correctly, you also have to make sure that the version of Resco.%ControlName%.Design.dll file listed in GAC is the same as the version of the .dll file you are referencing in your project. The GAC may contain the older versions of Resco.%ControlName%.Design.dll file.