Tagged Questions
4
votes
2answers
519 views
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, ...
3
votes
1answer
133 views
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 ...
1
vote
2answers
485 views
Double quotes being replaced with ' + CHAR(34) + ' in SQL using ASP.NET
I am using SQL Server 2008 Web Edition and it seems my SQL queries are automagically having the double quotes replaced with ' + CHAR(34) + '. I am trying to pin down why this is happening, I am using ...
1
vote
1answer
493 views
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 clicks the highlight area that ASP.NET ...
1
vote
1answer
293 views
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:
Aspnet_regiis.exe -s ...
0
votes
1answer
73 views
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 achieve this in ...
0
votes
2answers
195 views
Port Delphi.NET (ASP.NET 1.1) Project to ASP.NET 3.5 using C# in Visual Studio
i have an ASP.NET project written in Delphi.NET with Borland Studio 2006. Well it seems that the .NET Version is 1.1 and i need to port it to 3.5. My problem is that the project is a .bdsgroup and ...