Message 1 of 3

Not applicable
12-22-2014
10:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
When I run the following code, I get an exception.
Spoiler
Public Sub MySub()
Dim MainFile As System.IO.FileInfo = Nothing
MainFile = GoDoSomething()
End Sub
Public Function GoDoSomething() As System.IO.FileInfo
End Function
The following exception happens when MainFile is initialized:
System.MissingMethodException: Method not found: 'System.Collections.Generic.List`1<System.String> Autodesk.DataManagement.Client.Framework.Vault.Forms.Settings.SelectEntitySettings.get_ActionableEntityClassIds()
I think there is something wrong with my references, but I'm not sure what the last part of the exception is referring to (get_ActionableEntityClassIds()).Everything else can be seen in the object browser. I tried using the 4.0 framework, but the version 20 vault references couldn't find themselves anymore. Any help would be most appreciated.
Thanks,
Mike
Solved! Go to Solution.