Tagged Questions

-1
votes
1answer
30 views

unable to open web project the two need to map to the same server location error

I am getting the following error when trying to open a vb .net 1.0 project using VS2002. "Unable to open Web project 'ProjectName'. The file path 'FilePath' does not correspond to the URL …
1
vote
5answers
118 views

Upgraded .net webapp can’t open connection to database

I have an old .net 1.0 webapp that needs a bit of maintenance done on it. I've used the auto-upgrader to upgrade it to .net 3.5 (and also later tried 2.0) but now it can't connect to the database. On …
0
votes
2answers
178 views

Error handling of stored procedure having known errors being called from vb.net

I have sql server2000 encypted stored procedure. I can not modify them. Typicaly all the procedures manipulate row by row different tables using cursors etc. When the stored procedure is executed at …
0
votes
2answers
66 views

Exception Handling - line skipped and sqle is null

IDE = VS7 or 2002 Hi all, I have a really weird problem here. The code doesn't appear to be executing as expected. I'm running this through the debugger and it's performing really strangely. I have …
0
votes
0answers
129 views

How do I upgrade a resx file to be compatible with .NET 2.0?

I have a .NET 1.0 program that I've had to use a disassembler on in order to recover the source code. Once I had the code files using File Disassembler I used VS2008 to upgrade it. I've managed to …
4
votes
3answers
117 views

Where can I find .NET v1.0.5000.0?

I've just been informed at my workplace that we have an application that is used in production that has stopped working. I'm searching as best I can to find where the source for the application is in …
0
votes
1answer
87 views

Unable to debug ASP .NET 1.0 Application

When I try to debug a web site in .NET 1.0, I get the following error "Error while trying to run project: Unable to start debugging on the web server. Could not read key from registry" I was not able …
2
votes
5answers
546 views

How do I create an automated build file for VB.Net in NAnt?

I have taken over the development of a web application that is targeted at the .net 1.0 framework and is written in C# and Visual Basic. I decided that the first thing we need to do is refine the …
1
vote
3answers
160 views

Can Visual Studio 2008 Reference 1.0 Assemblies?

I've got an older assembly (Office XP PIA) that appears to target the .NET 1.0 framework. The assembly has been registered and is visible in the GAC (as well as the Win32 registry), but it doesn't …