Posted Mon, 07 Dec 2020 22:07:56 GMT by

I'm using the below BIML script which was fully functional till Friday 12/04/2020, how ever the script started throwing errors about the name space today with no changes in the script. Is any one facing similar issues? If yes can you please advise on how to resolve it?

Dynamically generating the package names using the below

<Packages>
<#foreach (DataRow row in tables.Rows){ #>
<Package PackageName="<#=row[1]#>" />
<#}#>
</Packages>
</PackageProject>
</Projects>

Error:

 

Posted Fri, 29 Sep 2023 09:51:31 GMT by Manjuke Fernando
Hi,

Yes I am also facing the same issue. Is there a solution for this ?

Best Regards
Manjuke

You must be signed in to post in this forum.