<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Reg:Error MSB8008: Specified platform toolset (v140) is not installed in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/reg-error-msb8008-specified-platform-toolset-v140-is-not/m-p/6709365#M9219</link>
    <description>&lt;P&gt;Dear Friend,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create Pipeline C# .net Sample Is working fine now.&lt;BR /&gt;&lt;BR /&gt;In C++ I am trying to select a Pipe From current drawing and read properties from it.&lt;BR /&gt;But there is Error shows like below while i trying to use AcPpDb3dPipe Class.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Error:&lt;BR /&gt;LNK2019: unresolved external symbol "public: static class AcRxClass * __cdecl AcPpDb3dPipe::desc(void)"&lt;BR /&gt;see the code given below&lt;BR /&gt;&lt;BR /&gt;AcDbObjectPointer&amp;lt;AcDbEntity&amp;gt;pEntity(idEnt, AcDb::kForRead);&lt;BR /&gt;if (pEntity.openStatus() != Acad::eOk)&lt;BR /&gt;{&lt;BR /&gt;return;&lt;BR /&gt;}&lt;BR /&gt;if (!pEntity-&amp;gt;isKindOf(AcPpDb3dPipe::desc()))&lt;BR /&gt;{&lt;BR /&gt;return;&lt;BR /&gt;}&lt;BR /&gt;AcPpDb3dPipe* pPipe = AcPpDb3dPipe::cast(pEntity);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note that: I Included #include"AcPpDb3dPipe.h" File.&lt;/P&gt;&lt;P&gt;Please give your suggestion to solve this,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ThanKyou Friend,&lt;BR /&gt;Nathan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 25 Nov 2016 12:25:34 GMT</pubDate>
    <dc:creator>nathan307</dc:creator>
    <dc:date>2016-11-25T12:25:34Z</dc:date>
    <item>
      <title>Reg:Error MSB8008: Specified platform toolset (v140) is not installed or invalid</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/reg-error-msb8008-specified-platform-toolset-v140-is-not/m-p/6704469#M9201</link>
      <description>&lt;P&gt;Dear Friends,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I try to compile sample VC++ projects in the AutoCAD Plant 3D SDK(For 2017).&lt;BR /&gt;And I got an error MSB8008: Specified platform toolset (v140) is not installed or invalid.&lt;BR /&gt;I got this error for all (C++) samples of AutoCAD Plant 3D SDK(For 2017).&lt;BR /&gt;I am using Visual studio 2015.and Autocad P&amp;amp;ID 2017.&lt;/P&gt;&lt;P&gt;I try to change platform toolset to&amp;nbsp;Visual Studio 2012 (v110) From .But the problem is not solved.&lt;/P&gt;&lt;P&gt;My current Platform toolset is&amp;nbsp;Visual Studio 2015 (v140).Because im working with&amp;nbsp;&lt;SPAN&gt;AutoCAD P&amp;amp;ID 2017.&lt;/SPAN&gt;&lt;BR /&gt;How to solve this problem.please give your suggestion.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note that:&lt;BR /&gt;I downloaded AutoCAD Plant 3D SDK(For 2017) From the below Link&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.autodesk.in/adsk/servlet/index?siteID=123112&amp;amp;id=15460551" target="_blank"&gt;http://www.autodesk.in/adsk/servlet/index?siteID=123112&amp;amp;id=15460551&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you Friends,&lt;BR /&gt;Nathan.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2016 07:14:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/reg-error-msb8008-specified-platform-toolset-v140-is-not/m-p/6704469#M9201</guid>
      <dc:creator>nathan307</dc:creator>
      <dc:date>2016-11-23T07:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: Reg:Error MSB8008: Specified platform toolset (v140) is not installed or inv</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/reg-error-msb8008-specified-platform-toolset-v140-is-not/m-p/6704576#M9202</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;nathan307 wrote: (...) And I got an error MSB8008: Specified platform toolset (v140) is not installed or invalid. (...)&lt;BR /&gt;
&lt;P&gt;I am using Visual studio 2015.and Autocad P&amp;amp;ID 2017.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Strange. Toolset v140 uses the VS 2015 compiler and tools. So it should work if you have VS 2015 installed.&lt;/P&gt;
&lt;P&gt;Could it be a 64-bit issue? Do you have both 32-Bit and 64-Bit compilers and tools installed for VS 2015?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However: Changing the toolset is definitely _not_ a solution. You _must_ set it to v140 to target AutoCAD 2017.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Which version number does you VS2015 show? "VS2015 RTM" is the "officially supported" version. Although there are no problems reported yet with any update:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt; RTM          14.0.23107.0 D14REL
 Update 1     14.0.24720.00
 Update 2     14.0.25123.00
 Update 3     14.0.25431.01&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2016 08:39:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/reg-error-msb8008-specified-platform-toolset-v140-is-not/m-p/6704576#M9202</guid>
      <dc:creator>tbrammer</dc:creator>
      <dc:date>2016-11-23T08:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Reg:Error MSB8008: Specified platform toolset (v140) is not installed</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/reg-error-msb8008-specified-platform-toolset-v140-is-not/m-p/6704800#M9203</link>
      <description>&lt;P&gt;Dear Friend,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you for your Quick reply.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The Problem Occurs in both 32bit and 64 bit compilation.&lt;BR /&gt;32-Bit and 64-Bit compilers and tools are installed for VS 2015 in my machine.&lt;BR /&gt;I am using the update 3 version of VS 2015.&lt;BR /&gt;This problem occurs for all c++ Sample Projects.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please note that:&lt;BR /&gt;There is an another Common Error occurs in All c#.net Samples of Autocad P&amp;amp;ID 2017.&lt;BR /&gt;All the Projects Are compiled without any compilation errors. and there is no problem in NETLOAD.&lt;BR /&gt;But It shows an error while running commands as shown below(see the Attached Image Also).&lt;BR /&gt;&lt;BR /&gt;Unhandled exception has occurred in a component in your application. If you click Continue, the application will ignore this error and attempt to continue.Could not load file or assembly 'PnP3dObjectsMgd, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null'....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I try to set copyLocal=false for the Reference Dlls,But the problem is not solve.&lt;/P&gt;&lt;P&gt;please give your suggestion to solve these problems.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you Friends,&lt;/P&gt;&lt;P&gt;Nathan.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2016 10:37:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/reg-error-msb8008-specified-platform-toolset-v140-is-not/m-p/6704800#M9203</guid>
      <dc:creator>nathan307</dc:creator>
      <dc:date>2016-11-23T10:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Reg:Error MSB8008: Specified platform toolset (v140) is not installed</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/reg-error-msb8008-specified-platform-toolset-v140-is-not/m-p/6704826#M9204</link>
      <description>&lt;P&gt;Sounds like a general problem with the VS installation.&lt;/P&gt;
&lt;P&gt;Does VS work well with other (C++) projects? I.e. with simple new project created from scratch.&lt;/P&gt;
&lt;P&gt;I have no really well-grounded advice at this point. I would try to repair or re-install VS2015.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2016 10:53:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/reg-error-msb8008-specified-platform-toolset-v140-is-not/m-p/6704826#M9204</guid>
      <dc:creator>tbrammer</dc:creator>
      <dc:date>2016-11-23T10:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Reg:Error MSB8008: Specified platform toolset (v140) is not installed</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/reg-error-msb8008-specified-platform-toolset-v140-is-not/m-p/6704958#M9205</link>
      <description>&lt;P&gt;Dear Friend,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;The simple project and Other projects are working fine in VS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;The problem occurs only in the Samples of Autocad P&amp;amp;ID 2017 SDK .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thankyou Friend,&lt;/P&gt;&lt;P&gt;&amp;nbsp;Nathan&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2016 12:10:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/reg-error-msb8008-specified-platform-toolset-v140-is-not/m-p/6704958#M9205</guid>
      <dc:creator>nathan307</dc:creator>
      <dc:date>2016-11-23T12:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: Reg:Error MSB8008: Specified platform toolset (v140) is not installed</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/reg-error-msb8008-specified-platform-toolset-v140-is-not/m-p/6705584#M9206</link>
      <description>&lt;P&gt;And you are really working with VS2015? I get exactly the same error, when I&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;save a solution with VS2015 and toolset v140&lt;/LI&gt;
&lt;LI&gt;open it with &lt;U&gt;&lt;STRONG&gt;VS2012&lt;/STRONG&gt;&lt;/U&gt; or older and try to compile it&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;This happened to me just today when I opened a solution (.sln) by double-click in the windows explorer.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2016 16:08:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/reg-error-msb8008-specified-platform-toolset-v140-is-not/m-p/6705584#M9206</guid>
      <dc:creator>tbrammer</dc:creator>
      <dc:date>2016-11-23T16:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: Reg:Error MSB8008: Specified platform toolset (v140) is not installed</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/reg-error-msb8008-specified-platform-toolset-v140-is-not/m-p/6705779#M9207</link>
      <description>&lt;P&gt;I can confirm the occurrence of this error with a sample P&amp;amp;ID\PnPScanValves &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; &lt;/P&gt;
&lt;P&gt;It is look like a problem with PnPScanValves.vcxproj which was not updated since 2013 year.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2016 17:17:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/reg-error-msb8008-specified-platform-toolset-v140-is-not/m-p/6705779#M9207</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2016-11-23T17:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: Reg:Error MSB8008: Specified platform toolset (v140) is not installed</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/reg-error-msb8008-specified-platform-toolset-v140-is-not/m-p/6706149#M9208</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/2823979"&gt;@nathan307&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;...There is an another Common Error occurs in All c#.net Samples of Autocad P&amp;amp;ID 2017.&lt;BR /&gt;All the Projects Are compiled without any compilation errors. and there is no problem in NETLOAD.&lt;BR /&gt;But It shows an error while running commands as shown below(see the Attached Image Also).&lt;BR /&gt;&lt;BR /&gt;Unhandled exception has occurred in a component in your application. If you click Continue, the application will ignore this error and attempt to continue.Could not load file or assembly 'PnP3dObjectsMgd, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null'.... &lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Try this solution:&amp;nbsp;&lt;A href="http://adndevblog.typepad.com/autocad/2014/01/pnp3dobjectsmgd-not-found-exception.html" target="_blank"&gt;PnP3dObjectsMgd not found exception&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2016 19:17:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/reg-error-msb8008-specified-platform-toolset-v140-is-not/m-p/6706149#M9208</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2016-11-23T19:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Reg:Error MSB8008: Specified platform toolset (v140) is not installed</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/reg-error-msb8008-specified-platform-toolset-v140-is-not/m-p/6706613#M9209</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/2823979"&gt;@nathan307﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;There is only one C++ sample in Plant 3D SDK: PnPScanValves&lt;/P&gt;
&lt;P&gt;I've recreated its project file in order it compile/link without errors.&lt;/P&gt;
&lt;P&gt;See attachment.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2016 21:59:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/reg-error-msb8008-specified-platform-toolset-v140-is-not/m-p/6706613#M9209</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2016-11-23T21:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Reg:Error MSB8008: Specified platform toolset (v140) is not installed</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/reg-error-msb8008-specified-platform-toolset-v140-is-not/m-p/6707156#M9210</link>
      <description>&lt;P&gt;&lt;BR /&gt;Dear Friend,&lt;/P&gt;&lt;P&gt;Thank you for your suggestion.&lt;BR /&gt;I tried your suggestion,but not working.the same error occurs again.&lt;BR /&gt;I am using the CreatePipeLine Sample of Autocad P&amp;amp;ID 2017 SDK.&lt;BR /&gt;See the attached project.&lt;BR /&gt;Initialize() is not called at the time of NETLOAD.&lt;BR /&gt;(ie...) System.Windows.Forms.MessageBox.Show("StartUp up..."); is never shown.&lt;BR /&gt;Also I cant able to Attach to Process in Autocad P&amp;amp;ID 2017 C# Project.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I try with a simple sample Project.&lt;BR /&gt;Initialize is working fine in the my sample project,but attach to process is not working.&lt;BR /&gt;The error Could not load file or assembly 'PnP3dObjectsMgd also occured in my Sample project when i am trying to use the methods of&amp;nbsp;&lt;SPAN&gt;PnP3dObjects dll.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;My Sample code is shown below&lt;BR /&gt;[CommandMethod("Test")]&lt;BR /&gt;public static void Test()&lt;BR /&gt;{&lt;BR /&gt;System.Windows.Forms.MessageBox.Show("Command Started...");//This Message is not Shown&lt;BR /&gt;PartSizePropertiesCollection pspColl = new Autodesk.ProcessPower.PnP3dObjects.PartSizePropertiesCollection();//Error occurs because of this line&lt;BR /&gt;System.Windows.Forms.MessageBox.Show("Command Ended...");&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You Friend,&lt;/P&gt;&lt;P&gt;Nathan.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2016 06:14:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/reg-error-msb8008-specified-platform-toolset-v140-is-not/m-p/6707156#M9210</guid>
      <dc:creator>nathan307</dc:creator>
      <dc:date>2016-11-24T06:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Reg:Error MSB8008: Specified platform toolset (v140) is not installed</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/reg-error-msb8008-specified-platform-toolset-v140-is-not/m-p/6707205#M9211</link>
      <description>&lt;P&gt;What about replace line of code:&lt;/P&gt;
&lt;PRE&gt;[assembly: Autodesk.AutoCAD.Runtime.ExtensionApplication(null)]&lt;/PRE&gt;
&lt;P&gt;with&lt;/P&gt;
&lt;PRE&gt;[assembly: Autodesk.AutoCAD.Runtime.ExtensionApplication(typeof(CreatePipeline.Program))]&lt;/PRE&gt;
&lt;P&gt;???&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And what about this C++ sample: &lt;A href="https://forums.autodesk.com/autodesk/attachments/autodesk/34/34647/1/PnPScanValves.zip" target="_blank"&gt;https://forums.autodesk.com/autodesk/attachments/autodesk/34/34647/1/PnPScanValves.zip&lt;/A&gt; ???&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2016 06:58:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/reg-error-msb8008-specified-platform-toolset-v140-is-not/m-p/6707205#M9211</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2016-11-24T06:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Reg:Error MSB8008: Specified platform toolset (v140) is not installed</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/reg-error-msb8008-specified-platform-toolset-v140-is-not/m-p/6707410#M9212</link>
      <description>&lt;P&gt;Dear Friend,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you For your Quick reply,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I replaced&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;SPAN&gt;[assembly: Autodesk.AutoCAD.Runtime.ExtensionApplication(Null)]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;with&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; [assembly: Autodesk.AutoCAD.Runtime.ExtensionApplication(typeof(CreatePipeline.Program))]&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;The initialize is working fine now.&lt;/P&gt;&lt;P&gt;But The problem is not solved,Could not load file or assembly PnP3dObjectsMgd is Occurs at the time of Running CREATEPIPELINE Command.&lt;/P&gt;&lt;P&gt;I cant able to attach to process, so i cant find where the exception throws.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And I tried your C++ sample PnpScanValves project.&lt;/P&gt;&lt;P&gt;It shows an error message at the time of loading into VS as shown below.&lt;/P&gt;&lt;P&gt;One or more projects in the solution were not loaded correctly.&lt;BR /&gt;Please see the Output Window for details.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Output window shows like :&lt;/P&gt;&lt;P&gt;D:\PnPScanValves\PnPScanValves.vcxproj(38,5): The imported project "D:\inc\rxsdk_Debugcfg.props" was not found. Confirm that the path in the &amp;lt;Import&amp;gt; declaration is correct, and that the file exists on disk.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I solved C++ sample problem by creating a new project and add the files into created project.Then it works fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I cant solve the Problem with the C# Samples,please give your suggestion to solve this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You Friend,&lt;/P&gt;&lt;P&gt;Nathan.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2016 08:58:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/reg-error-msb8008-specified-platform-toolset-v140-is-not/m-p/6707410#M9212</guid>
      <dc:creator>nathan307</dc:creator>
      <dc:date>2016-11-24T08:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: Reg:Error MSB8008: Specified platform toolset (v140) is not installed</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/reg-error-msb8008-specified-platform-toolset-v140-is-not/m-p/6707424#M9213</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/2823979"&gt;@nathan307&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I cant solve the Problem with the C# Samples,please give your suggestion to solve this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank You Friend,&lt;/P&gt;
&lt;P&gt;Nathan.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;Last attempt. In Initialize method add line:&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;
&lt;PRE&gt;Assembly.LoadFrom(assemblyPath)&lt;/PRE&gt;
where assemblyPath is a string with &lt;U&gt;full path&lt;/U&gt; to PnP3dObjectsMgd.dll&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Thu, 24 Nov 2016 09:10:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/reg-error-msb8008-specified-platform-toolset-v140-is-not/m-p/6707424#M9213</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2016-11-24T09:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: Reg:Error MSB8008: Specified platform toolset (v140) is not installed</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/reg-error-msb8008-specified-platform-toolset-v140-is-not/m-p/6707431#M9214</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/2823979"&gt;@nathan307&lt;/a&gt; wrote:&lt;BR /&gt;...And I tried your C++ sample PnpScanValves project.
&lt;P&gt;It shows an error message at the time of loading into VS as shown below.&lt;/P&gt;
&lt;P&gt;One or more projects in the solution were not loaded correctly.&lt;BR /&gt;Please see the Output Window for details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Output window shows like :&lt;/P&gt;
&lt;P&gt;D:\PnPScanValves\PnPScanValves.vcxproj(38,5): The imported project "D:\inc\rxsdk_Debugcfg.props" was not found. Confirm that the path in the &amp;lt;Import&amp;gt; declaration is correct, and that the file exists on disk. &lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Because my sample has to be extracted exactly to the same place as Plant 3D SDK sample PnPScanValves, e.g. replace it.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2016 09:14:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/reg-error-msb8008-specified-platform-toolset-v140-is-not/m-p/6707431#M9214</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2016-11-24T09:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Reg:Error MSB8008: Specified platform toolset (v140) is not installed</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/reg-error-msb8008-specified-platform-toolset-v140-is-not/m-p/6707754#M9215</link>
      <description>&lt;P&gt;&lt;BR /&gt;Dear Friend,&lt;BR /&gt;I tried Assembly.LoadFrom(assemblyPath);,but the dll is not loaded.&lt;BR /&gt;The code is shown below,&lt;/P&gt;&lt;P&gt;System.Windows.Forms.MessageBox.Show("StartUp up...");&lt;BR /&gt;string assemblyPath = "D:\\ObjectARX PID 2017\\inc-x64\\PnP3dObjectsMgd.dll";&lt;BR /&gt;System.Windows.Forms.MessageBox.Show(assemblyPath);&lt;BR /&gt;Assembly assembly = Assembly.LoadFrom(assemblyPath);&lt;BR /&gt;System.Windows.Forms.MessageBox.Show(assembly.FullName);&lt;/P&gt;&lt;P&gt;The Second Message Box is not Shown,because of Exception occurs in Assembly assembly = Assembly.LoadFrom(assemblyPath);&lt;BR /&gt;I used try and catch to find the exception,The exception shows like Could not load file or assembly 'PnP3dObjectsMgd.dll' or one of its dependencies.&lt;/P&gt;&lt;P&gt;Also I am try to Load CreatePipeLine Sample of Autocad P&amp;amp;ID 2016 SDK into Autocad P&amp;amp;ID 2016,The same problem occurs.&lt;/P&gt;&lt;P&gt;Then I try to load PnP3dObjectsMgd.dll in Simple C++ project using LoadLibrary method.&lt;BR /&gt;It shows the errorno=126.&lt;BR /&gt;Then I try to run The Following Commnd in CommndPrompt&lt;BR /&gt;C:\Windows\System32\ copy atio6axx.dll .dll&lt;BR /&gt;It Shows An Error like the system cannot find the file specified(See the Attached File).&lt;BR /&gt;Please give your Suggestion to Solve this.&lt;/P&gt;&lt;P&gt;And I have a Doubt, Is PnP3dObjectsMgd.dll of Autocad P&amp;amp;ID 2017 SDK is Loaded without any problem in your Projects.&lt;/P&gt;&lt;P&gt;Thank You Friend,&lt;BR /&gt;Nathan.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2016 12:41:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/reg-error-msb8008-specified-platform-toolset-v140-is-not/m-p/6707754#M9215</guid>
      <dc:creator>nathan307</dc:creator>
      <dc:date>2016-11-24T12:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: Reg:Error MSB8008: Specified platform toolset (v140) is not installed</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/reg-error-msb8008-specified-platform-toolset-v140-is-not/m-p/6707776#M9216</link>
      <description>&lt;P&gt;Dear Friend,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I replace the PnPScanValves project with your PnPScanValves Project.The Project is loaded Fine now.&lt;BR /&gt;And It Shows a compilation Error Like the following&lt;BR /&gt;error C2338: /RTCc rejects conformant code, so it isn't supported by the C++ Standard Library.&lt;BR /&gt;Either remove this compiler option, or define _ALLOW_RTCc_IN_STL to acknowledge that you have received this warning.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please Note That,&lt;/P&gt;&lt;P&gt;I already solved C++ Sample Problem by Creating New project and Adding &lt;SPAN&gt;PnPScanValves projects file into the newly created project.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank You Friend.&lt;BR /&gt;Nathan.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2016 12:54:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/reg-error-msb8008-specified-platform-toolset-v140-is-not/m-p/6707776#M9216</guid>
      <dc:creator>nathan307</dc:creator>
      <dc:date>2016-11-24T12:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Reg:Error MSB8008: Specified platform toolset (v140) is not installed</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/reg-error-msb8008-specified-platform-toolset-v140-is-not/m-p/6707813#M9217</link>
      <description>&lt;P&gt;Oh my God!!!&lt;/P&gt;
&lt;P&gt;Instead of:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;string assemblyPath = "D:\\ObjectARX PID 2017\\inc-x64\\PnP3dObjectsMgd.dll";&lt;/PRE&gt;
&lt;P&gt;set path to PnP3dObjectsMgd.dll from AutoCAD Plant 3D 2017 directory. I have not installed Plant 3D, but think it will be (recheck this path):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;string assemblyPath = "C:\\Program Files\\Autodesk\\AutoCAD 2017\\PLNT3D\\PnP3dObjectsMgd.dll"&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2016 13:17:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/reg-error-msb8008-specified-platform-toolset-v140-is-not/m-p/6707813#M9217</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2016-11-24T13:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: Reg:Error MSB8008: Specified platform toolset (v140) is not installed</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/reg-error-msb8008-specified-platform-toolset-v140-is-not/m-p/6709251#M9218</link>
      <description>&lt;P&gt;Dear Friend,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Its My mistake,I Insatalled Autocad P&amp;amp;ID 2017 and try to load CreatePipeline Sample in&amp;nbsp;&lt;SPAN&gt;Autocad P&amp;amp;ID 2017.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;I am&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;not Install Autocad PLANT3D 2017.This Is the problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Now I Install the&amp;nbsp;&lt;SPAN&gt;Autocad PLANT3D 2017 and &amp;nbsp;load the&amp;nbsp;CreatePipeline Sample,It Works fine now.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ThankYou Friend,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Nathan.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2016 11:01:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/reg-error-msb8008-specified-platform-toolset-v140-is-not/m-p/6709251#M9218</guid>
      <dc:creator>nathan307</dc:creator>
      <dc:date>2016-11-25T11:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: Reg:Error MSB8008: Specified platform toolset (v140) is not installed</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/reg-error-msb8008-specified-platform-toolset-v140-is-not/m-p/6709365#M9219</link>
      <description>&lt;P&gt;Dear Friend,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create Pipeline C# .net Sample Is working fine now.&lt;BR /&gt;&lt;BR /&gt;In C++ I am trying to select a Pipe From current drawing and read properties from it.&lt;BR /&gt;But there is Error shows like below while i trying to use AcPpDb3dPipe Class.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Error:&lt;BR /&gt;LNK2019: unresolved external symbol "public: static class AcRxClass * __cdecl AcPpDb3dPipe::desc(void)"&lt;BR /&gt;see the code given below&lt;BR /&gt;&lt;BR /&gt;AcDbObjectPointer&amp;lt;AcDbEntity&amp;gt;pEntity(idEnt, AcDb::kForRead);&lt;BR /&gt;if (pEntity.openStatus() != Acad::eOk)&lt;BR /&gt;{&lt;BR /&gt;return;&lt;BR /&gt;}&lt;BR /&gt;if (!pEntity-&amp;gt;isKindOf(AcPpDb3dPipe::desc()))&lt;BR /&gt;{&lt;BR /&gt;return;&lt;BR /&gt;}&lt;BR /&gt;AcPpDb3dPipe* pPipe = AcPpDb3dPipe::cast(pEntity);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note that: I Included #include"AcPpDb3dPipe.h" File.&lt;/P&gt;&lt;P&gt;Please give your suggestion to solve this,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ThanKyou Friend,&lt;BR /&gt;Nathan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2016 12:25:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/reg-error-msb8008-specified-platform-toolset-v140-is-not/m-p/6709365#M9219</guid>
      <dc:creator>nathan307</dc:creator>
      <dc:date>2016-11-25T12:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: Reg:Error MSB8008: Specified platform toolset (v140) is not installed</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/reg-error-msb8008-specified-platform-toolset-v140-is-not/m-p/6710014#M9220</link>
      <description>&lt;P&gt;You have to link with PnIDObjects.lib&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2016 19:12:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/reg-error-msb8008-specified-platform-toolset-v140-is-not/m-p/6710014#M9220</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2016-11-25T19:12:50Z</dc:date>
    </item>
  </channel>
</rss>

