You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
we are trying to load several BCF's and we are not able to load even one of them. We have BCF's of all versions from revit (sending example - these files shut down with exception) and one from live example from BIMCollab ("BCFComment - Status is mandatory" when trying to load).
Here is implementation. Are we doing something wrong? byte[] file = File.ReadAllBytes(@"path\example.bcfzip"); Stream s = new MemoryStream(file); var bcf = BCF.Deserialize(s);
Hi,
we are trying to load several BCF's and we are not able to load even one of them. We have BCF's of all versions from revit (sending example - these files shut down with exception) and one from live example from BIMCollab ("BCFComment - Status is mandatory" when trying to load).
Here is implementation. Are we doing something wrong?
byte[] file = File.ReadAllBytes(@"path\example.bcfzip");
Stream s = new MemoryStream(file);
var bcf = BCF.Deserialize(s);
rev.zip
The text was updated successfully, but these errors were encountered: