I posted some parts of these two sample customizations recently, but to make things easier for those looking for the full Visual Studio Projects, you can download the code from GitHub. First of all, you will need Dave Brumbaugh's MostOfDavesClasses, but I did include the source in the projects just to keep it simple.
https://github.com/DaveBrumbaugh/MostOfDavesClasses-CSharp-Wrappers-For-ProjectWise
https://github.com/DanWilliamsAtBentleyDotCom/Sample-Login-CSharp-For-ProjectWise
https://github.com/DanWilliamsAtBentleyDotCom/Sample-Calling-CSharp-Code-From-Mrr-File
I created the two samples using Visual Studio 2015, ProjectWise Explorer CONNECT Edition 10.00.03.167, and ProjectWise SDK 10.00.03.140.
I plan on creating additional samples for FAQ and as time permits. Hopefully these samples help folks get past these two questions.
Was able to get everything to compile verified all the files in bin directory but menu just stays grayed out and I am out of things to try
Njarvis,
Context is "everything" when debugging. When/where exactly do you see this message? When you build the project, or when you try to run it?
Your Windows account may not have access to "open" that file. It is common to set up Visual Studio to "run as Administrator" to get by most OS restrictions. And I typically set all the folders and files under the ProjectWise folder to give my Windows account Full Access to avoid any restrictions accessing those files. Not something you want to do for "typical" users, but makes life easier for me as a developer.
If it isn't Windows security, then please post more context, and "pictures" really help!
The linker, for the unmanaged code. (you have a typo in the path above)
Don't forget to build unmanaged code for "Release" when you are ready to distribute your customization.
Screenshot would help.
If you are using my sample code and .mrr file, then perhaps you don't have a document selected?