delphi.net
type casting to a dynamic array
Given the following: Type TSomeTypeArray = array of SomeType; var anArray: array of SomeType; function GetSomeTypeArray: TSomeTypeArray;[详细]
2023-02-24 05:38 分类:问答SQL Viewstate in Delphi ASP.Net - How to override PageStatePersister
I am following this example of storing the view state in the database. However, I have come to the end of the page and its asking me to override a property .. I have no idea how to achi开发者_JAVA百科[详细]
2023-02-24 04:46 分类:问答.NET GC Clarification Needed for non .net classes in a .net project
I am combating some memory issues in my app and am finally managing to get to the bottom of it. I have had an example recently where my process memory went开发者_StackOverflow社区 up to 800mb when pro[详细]
2023-01-13 22:09 分类:问答How do I get started making Web sites with Delphi Prism?
I\'m new to Delphi Prism 2011.Where can I find step开发者_开发知识库 by step instructions for writing and testing a basic Hello,world type website?I need to write, run and debug a simple website to se[详细]
2023-01-06 10:27 分类:问答Creating same-width hit-zones on MenuItems in ASP.NET 2.0 Menus that include MenuItems added at runtime
In an ASP.NET 2.0 application, I want to permit a user to select a MenuItem, even if the user does not click the actual text of the MenuItem, but instead only 开发者_StackOverflowclicks the highlight[详细]
2023-01-03 18:40 分类:问答Debug .NET app with IIS7 and Delphi.NET - Use aspnet_regiis.exe to configure the local IIS web server
I have been trying to set up local debugging for my ASP.NET app in Delphi and am getting the error above. I have used the aspnet_regiis.exe tool with the following:[详细]
2022-12-27 16:54 分类:问答Incorrect "Unable to start debugging...Unable to attach to ASP.NET worker process" message in Delphi 2007 for .NET
I have seen this for a long time, and finally decided to put the question up here. I have some applications that I need to maintain that were written in Delphi 2007 for .NET (ASP.NET 2.0). Normally, t[详细]
2022-12-19 02:20 分类:问答Delphi for .NET does not find shared files in the .NET library search directories ("[DCC Error] F1026 File not found)
I have been trying to track down a problem with an installation of RAD Studio 2007 for some time. When compiling an ASP.NET application build with the .NET personability, I get an \"[DCC Error] F1026[详细]
2022-12-11 18:58 分类:问答