After adding the package (please see Getting Started section to add the package), if you do not see BlockAppsSDK
under the References -> From Packages
in the Solution Explorer
then the .dll must be manually added to the project.
Navigate to Project menu -> Edit References
Select the .Net Assembly
tab and click Browse...
In the project directory select packages
folder, then select the folder with the version of BlockAppsSDK
installed in the project. Click the bin
folder.
Once in bin
open the Alpha
folder and select BlockAppsSDK.dll
and click Open
.
This will add the .dll file to the project references. You may need to refresh the Solution Explorer to see the changes.
If you try to run you're project and get this error:
Could not load file or assembly 'System.Net.Http, Version=1.5.0.0
the following steps
will resolve the problem:
Expand References
and right click on System.Net.Http
. If Local Copy
is not
checked, select it to check it.
After adding the package (please see Getting Started section to add the package), if you do not see BlockAppsSDK
under the References
in the Solution Explorer
then, the .dll must be manually added to the project.
Right click References
and select Add Reference...
In Reference Manager select Browse
. A list of .dll files will be displayed. Check the box for
BlockAppsSDK.dll
. Click Okay
. You should now see BlockAppsSDK listed as a reference.
Once added you will now be able to reference the BlockAppsSDK namespaces in you project.