asp.net-1.1

.NET Framework 1.1 on IIS 7

久未见 提交于 2019-12-01 17:31:46
I have inherited a .NET Framework 1.1 web site that I must host with IIS 7 on Windows Server 2008. I'm having some trouble. 1. Installation I installed .NET Framework 1.1 following these instructions . The installation automatically created a new Application Pool "ASP.NET 1.1". I use that. 2. Trouble When I launch the web site I see web.config runtime errors: The tag contains an invalid value for the 'culture' attribute. I fix that one and then see: Child nodes are not allowed. I don't want to keep playing this whack-a-mole game. Something must be wrong. 3. Am I sure this is .NET 1.1? I

Writing DataReader Rows to Excel File

本秂侑毒 提交于 2019-12-01 11:21:30
问题 I've got data in SQL Server 2000 and have a HyperLink that goes to a pass-through form whose code-behind will output the data to an Excel file. I've been following this tutorial: http://www.dzone.com/links/r/export_gridview_to_excelcsv_in_net_using_c.html I have succeeded in outputting some sample values from the DataReader. First problem I'm encountering is that there is no DataTable Load method in 1.1. I have data coming back via the DataReader but what I need help with is how to create the

change the name of output dll

巧了我就是萌 提交于 2019-11-30 16:50:11
I am working on .net 1.1 legacy system and need to change the name of outputted dll. When I go to change the "output file" under project property it's greyed out and won't let me change it. How do I do this? Depending on which version of Visual Studio.NET you are running, try going to Project Properties -> Application, and then change the Assembly Name field. On earlier versions it might be in a different place but I think the Assembly Name field is still the one you are looking for. In Visual Studio 2017, change the "Target Name" under Project Properties-> Configuration Properties-> General.

change the name of output dll

爱⌒轻易说出口 提交于 2019-11-30 00:53:17
问题 I am working on .net 1.1 legacy system and need to change the name of outputted dll. When I go to change the "output file" under project property it's greyed out and won't let me change it. How do I do this? 回答1: Depending on which version of Visual Studio.NET you are running, try going to Project Properties -> Application, and then change the Assembly Name field. On earlier versions it might be in a different place but I think the Assembly Name field is still the one you are looking for. 回答2