.net-1.1
How to disable verification of Authenticode signature for a .NET 1.1 assembly?
My question is this: How can I stop my .NET 1.1 application from trying to verify the digital signature in an environment where there is no access to the Internet?[详细]
2023-01-27 20:46 分类:问答Windows Form .Net 1.1 & WCF
I\'ve been tasked with finding out if it\'s possible to have a WCF service that can be hooked into by a Windows .Net 1.1 application, as well as newer web applications and one mobile app.[详细]
2023-01-19 10:30 分类:问答some questions on migrating ASP.NET 1.1 application to 3.5
I need to migrate a ASP.NET application from 1.1 to 3.5. I have gone through the answers on this forum already, but still have some questions[详细]
2023-01-09 14:56 分类:问答How to call WCF service from .NET 1.1
I have a WCF service which I\'m trying to call from a simple .NET 1.1 client. The problem I\'m having relates to the sending of \"Client Credentials\" to the service. In .NET 3.5 I can add the followi[详细]
2023-01-08 02:41 分类:问答How do you pass user credentials from one process to another for Impersonation in .NET 1.1?
I have a Windows Service (written in .NET 1.1) running under a specific user account and instances of the service running on several servers.[详细]
2023-01-04 21:17 分类:问答How to solve the performance decay of a VB.NET 1.1 application?
I have single-thread windows form application written with VB.NET and targeting Framework 1.1. The software communicates with external boards through a serial interface, and it mainly consist of a sta[详细]
2022-12-31 15:14 分类:问答Recaptcha Validator in .NET 1.1 project
I am trying to use an old version of the Recaptcha Validator on a .net 1.1 project, which can be found here: http://recaptcha.googlecode.com/svn/trunk/recaptcha-plugins/dotnet-old/src/Recaptcha/[详细]
2022-12-25 02:05 分类:问答Does DataAdapter.Fill() close its connection when an Exception is thrown?
I am using AD开发者_运维百科O.NET (.NET 1.1) in a legacy app. I know that DataAdapter.Fill() opens and closes connections if the connection hasn\'t been opened manually before it\'s given to the DataA[详细]
2022-12-24 11:51 分类:问答log4net not logging with a mixture of .net 1.1 and .net 3.5
I have an iis server on a windows 2003 production machine that will not log using log4net in the .net3.5 web application.Log4net works fine in the 1.1 apps using log4net version 1.2.9.0 and but not th[详细]
2022-12-23 10:49 分类:问答How to Assign a datarow object in .NET 1.1
currently I am doing this... object s = new object(); s = mydatarow[\"mycolumn\"]; What I would like to do is...[详细]
2022-12-22 22:46 分类:问答
加载中,请稍侯......