C# console app deployment

前端 未结 7 1862
时光说笑
时光说笑 2020-12-11 22:54

I have a simple C# console application developed on my local machine using VS2008 Pro. I want to know how to deploy this solution onto a network share folder?

A simi

7条回答
  •  不知归路
    2020-12-11 23:37

    In the exact same way assuming they have the proper dependencies installed (.net, 3rd party assemblies, etc). copy the bin folder then have them execute the exe file.

提交回复
热议问题