- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello team,
I tried to load my custom IExplorerExtension to vault 2025 using the SDK. But the extension is not loading. I Used .NET Framework 4.8. Vcet.config file:
<configuration>
<connectivity.ExtensionSettings3>
<extension
interface="Autodesk.Connectivity.Explorer.Extensibility.IExplorerExtension, Autodesk.Connectivity.Explorer.Extensibility, Version=30.0.0.0, Culture=neutral, PublicKeyToken=215b0879a7566597"
type="MyNameSpace.MyClassName, MYAssemblyName">
</extension>
</connectivity.ExtensionSettings3>
</configuration>
given :
- AssemblyCompany
- AssemblyProduct
- AssemblyDescription
- ExtensionId
- ApiVersion("18.0")
I Used IExplorerExtention, no response or not created any advanced toolbar/tools.
Then I tried SDK samples, That working fine. When I copy the same sample outside c drive it won't work. Could any one help me on this??
Solved! Go to Solution.