Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I have very, very strange situation with implementation VDF in AutoCAD 2025 plugin.
1. I use using VDF = Autodesk.DataManagement.Client.Framework;
2. it is used to listen event in Initialize method
public void Initialize()
{
VDF.Vault.Library.ConnectionManager.ConnectionEstablished += ConnectionManager_ConnectionEstablished;
}3. With line 3 plugin will not be loaded in AutoCAD 2025. If I commented line 3 plugin will be loaded.
4. everything works fine in AutoCAD/Vault2024
5. There is no compilation error, there is no error, or message from AutoCAD during loading
Does anybody face this issue?
Solved! Go to Solution.