Forum Discussion
mr_anto
Jun 16, 2022Copper Contributor
VB.NET. "The process cannot access the file because it is being used by another process"
I should add a list of files into a ZIP. Procedure code is like this Sub CreateZip
Dim FileList As New ArrayList 'List of File Paths to be added to the ZIP
For Each path in FileList
...
LanHuang
Jun 17, 2022Former Employee
Hi mr_anto,
Thanks for posting your issue here.
However this platform is used for how-to discussions and sharing best practices for building any app with .NET.Since your issue is a technical question, welcome to post it in Microsoft Q&A forum, the support team and communities on Microsoft Q&A will help you for any technical questions.
Besides, it will be appreciated if you can share it here once you post this technical question Microsoft Q&A.
Best Regards,
Lan Huang
mr_anto
Jun 17, 2022Copper Contributor
sorry, i will redirect my question to microsoft Q&A. thanks
- mr_antoJun 17, 2022Copper ContributorI tried to write my question in Q&A forum, but it was blocked by Azure Firewall: "WAF v2 has determined your request exceeded the normal web request and has blocked your request".
what's wrong?