开发者

ASP.NET web application project, BLLs and namespaces

开发者 https://www.devze.com 2023-01-02 13:14 出处:网络
We have a large ASP.NET project which has 100s of BLL classes.In our ObjectDataSources in the UI layer we have typename=\"\".Because we are converting to a web application project, the typename has to

We have a large ASP.NET project which has 100s of BLL classes. In our ObjectDataSources in the UI layer we have typename="". Because we are converting to a web application project, the typename has to include the root namespace of the project. This means we have 1000s of changes to make across lots of files开发者_StackOverflow中文版.

Are there any better options out there to prevent us from having to do this?


Yes. Open the solution in Visual Studio and do a find and replace in files across the solution. I've done this before with this exact scenario.

0

精彩评论

暂无评论...
验证码 换一张
取 消