I just started learning C# to develop a plugin for Revit in .net and I went through the HelloWorld tutorial.
I was looking foward to be able to learn from the Revit 2019.1 SDK samples found here:
https://www.autodesk.com/developer-network/platform-technologies/revit
How can I open the csproj samples files ?
I want to be able to open the csproj files of the Revit 2019.1 SDK samples to learn from the addins created. Can I do that?
When I try to open them I get an error message:
"The imported project "C:/Revit 2019.1SDK\Samples\Events\<name of sample I want to open>\CS\VSProps\SDKSamples.targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk. C:\Revit2019.1SDK\Samples|Events\<name of sample I want to open>\CS\<name of sample I want to open>.csproj"
(see attached png).
In fact, I can't find the SDKSamples.targets
Any help would be appreciated.
Solved! Go to Solution.
I just started learning C# to develop a plugin for Revit in .net and I went through the HelloWorld tutorial.
I was looking foward to be able to learn from the Revit 2019.1 SDK samples found here:
https://www.autodesk.com/developer-network/platform-technologies/revit
How can I open the csproj samples files ?
I want to be able to open the csproj files of the Revit 2019.1 SDK samples to learn from the addins created. Can I do that?
When I try to open them I get an error message:
"The imported project "C:/Revit 2019.1SDK\Samples\Events\<name of sample I want to open>\CS\VSProps\SDKSamples.targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk. C:\Revit2019.1SDK\Samples|Events\<name of sample I want to open>\CS\<name of sample I want to open>.csproj"
(see attached png).
In fact, I can't find the SDKSamples.targets
Any help would be appreciated.
Solved! Go to Solution.
Solved by naveen.kumar.t. Go to Solution.
Hi @rita.aguiar,
Copy the VSProps folder(D:\revit sdk\Samples) to Autoupdate folder(D:\revit sdk\Samples\Events\AutoUpdate\CS) and try to open the Autoupdate project file.
Hi @rita.aguiar,
Copy the VSProps folder(D:\revit sdk\Samples) to Autoupdate folder(D:\revit sdk\Samples\Events\AutoUpdate\CS) and try to open the Autoupdate project file.
Can't find what you're looking for? Ask the community or share your knowledge.