.net-1.1
Unable to cast COM object of type 'System.__ComObject' to interface type 'Excel._Workbook'
I\'m upgrading a C# dotnet v1.1 application to 3.5 and encountered this error on running under 3.5 for this first time. This is an app that has run happily in production for years, and on my desktop i[详细]
2023-02-16 03:25 分类:问答Web Reference Access Violation in Delphi 2005 .NET
I am creating an application that consumes a web-service in Delphi-2005 .NET. How I am doing it is adding a web-reference to the project and then supplying the url to the wsdl. This seems to work fi[详细]
2023-02-14 20:57 分类:问答Migrating down from .NET 2.0 to .NET 1.1 - DllImport no longer works
One of our apps is in C#/.NET 1.1/VS2003 and needs to remain as is :-( I need to use code from another C# assembly that is in .NET 2.0: because of technical restrictions (.NET 1.1 mandatory, so direc[详细]
2023-02-11 09:15 分类:问答how to use RegularExpressionValidator on textbox
I have an text box i need to validate so that the user can enter enter up to four character and they can be 开发者_Go百科alphanumeric. I am using VS2003, .NET 1.1.[详细]
2023-02-05 23:13 分类:问答memory leak / badly written code or both - properly disposing of sqlconnection?
I am investigating an issue with a .net 1.1 web application where it seems that we had quite a few \"Internal connection fatal error\" exceptions possibly the connection objects staying open or not di[详细]
2023-02-05 16:14 分类:问答Run a .net framework 1.1 program under .net framework 4.0
I want to run the freeware version of codesmith (2.6, that has been built on .net framework 1.1) on Windows Server 2008 r2 64bit[详细]
2023-02-04 11:15 分类:问答Prevent use of default constructor on generated web service proxy
I\'ve got a situation where I have several web services that I need to consume. I need the ability to perform custom actions in the constructor of the proxy before any calls are made (assigning the co[详细]
2023-02-02 00:56 分类:问答serverclick event is not fired when onclick javascript returns true?
I have a html input button like this <input type=\"button\" id=\"send_button\" class=\"form_button\" value=\"Send\" onclick=\"return validateTextBoxes();\" runat=\"server\" />[详细]
2023-02-01 08:16 分类:问答Edit an email before sending
My application uses following function to send email. Function SendHTMLEMail (strFrom, strTo, strCC, strSubject, strBodyHTML)[详细]
2023-01-31 10:36 分类:问答How can I access a BCL class or property inline in a aspx page in .NET 1.1?
Its been a while since I worked in asp.net and a very long time since working in .NET 1.1. Here I am though in a legacy application that I can\'t upgrade for the short term, and I need to fix a number[详细]
2023-01-28 18:18 分类:问答