Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Excellent, glad you got it working. BTW, just FYI, when you reference the class library as a project (meaning it's in the same solution), you won't have a problem. However, if you try to reference the class library as an assembly reference (by browsing to the .dll on disk when you add the reference), then you'll need to set the "Specific Version" option to "false" to make sure that your referencing project doesn't lose its reference each time you build the class library.
|