From: <tr...@do...> - 2012-12-18 00:18:10
|
<p>A new comment has been added to the following issue.</p> <table border="0"> <tr> <td width="90px" valign="top"><b>Title:</b></td> <td>Reference to an older version of VDS.Common</td> </tr> <tr> <td><b>Project:</b></td> <td>Core Library (dotNetRDF.dll)</td> </tr> <tr> <td><b>Created By:</b></td> <td>Rob Vesse</td> </tr> <tr> <td><b>Date:</b></td> <td>2012-12-18 12:17 AM</td> </tr> <tr> <td><b>Comment:</b></td> </tr> <tr> <td colspan="2"><p> Your test code as written will always fail regardless of other issues because you used the overload of Assembly.Load() that expects an assembly qualified name not the DLL path, try using Assembly.LoadFile() instead and that should work fine regardless of the VDS.Common version</p> <p> </p> <p> One possible workaround for the problem in your environment is to use the allowedVersions property in your package.config. To do this edit your packages.config and add the following attribute to the entry for VDS.Common:</p> <p> </p> <p> allowedVersions="[1.1.0]"</p> <p> </p> <p> Then open the NuGet Package Manager console and enter the following:</p> <p> </p> <p> Update-Package VDS.Common -Reinstall</p> <p> </p> <p> This should downgrade your VDS.Common back to 1.1.0. If this doesn't resolve is it possible for you to attach a minimal example using T4 templates that reproduces the problem as it manifests in your environment in order that we can investigate further.</p></td> </tr> </table> <p> More information on this issue can be found at <a href="http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=298" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=298</a></p> <p style="text-align:center;font-size:8pt;padding:5px;"> If you no longer wish to receive notifications, please visit <a href="http://www.dotnetrdf.org/tracker/Account/UserProfile.aspx" target="_blank">your profile</a> and change your notifications options. </p> |