windrobin / winforms-geplugin-control-library

Automatically exported from code.google.com/p/winforms-geplugin-control-library
GNU General Public License v3.0
0 stars 1 forks source link

VS2008 cannot find reference to this .dll #58

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  Using Visual Studio 2008, Select Project > Add Reference
2.  Using the Browse tab, locate the FC.GEPluginCtrls.dll
3.  Click OK

What is the expected output? 
This .dll should be accepted as a reference.

What do you see instead?
There is a warning:  "The referenced componnent 'FC.GEPluginCtrls' could not be 
found"

What version of the product are you using? On what operating system?
2.0.0.0 on Windows 7 Ultimate (64 bit)

Please provide any additional information below.
Curious if there is a different version necessary for this to run on VS2008.  
One of the more recent changes claims "Updated project solution file to Visual 
Studio 2010".  I am able to reference this file using VS2010, but VS2008 will 
not recognize this.

Original issue reported on code.google.com by gul...@gmail.com on 17 Oct 2011 at 8:36

GoogleCodeExporter commented 9 years ago
Hi, 

The project uses v 4 of the .net framework and the solution is for visual 
studio 2010.
There is a version for vs2008 - but it has a number of limitations - namely 
being tied to a particular version of the plugin.

Anyhow, you can checkout the vs2008 version here.

http://code.google.com/p/winforms-geplugin-control-library/source/browse/#svn%2F
tags%2Fvs2008

F

Original comment by fraser.c...@gmail.com on 21 Oct 2011 at 2:46