Posted Fri, 22 Apr 2022 00:36:50 GMT by Stefanie Culley
Can you add additional references to the c# class files you create through the BIMLExpress extension in Visual Studio?

I'm trying to add using System.Data to my class file and it is not recognizing it. 

But I can <#@ import namespace="System.Data" #> in my BIML file and it works just fine.

So how do I reference that same namespace from the C# class (.cs) file?
Posted Thu, 28 Apr 2022 18:34:47 GMT by jon Joseph

using System.Data?<br> &nbsp;

You must be signed in to post in this forum.