Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"BCFComment - Status is mandatory" #9

Open
zemanjrk opened this issue Sep 1, 2021 · 0 comments
Open

"BCFComment - Status is mandatory" #9

zemanjrk opened this issue Sep 1, 2021 · 0 comments

Comments

@zemanjrk
Copy link

zemanjrk commented Sep 1, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant