Can't Rename Project

D

Dean

I somehow managed to rename my project and Solution from "ProjectOne" to
"ProjectTwo" a few weeks ago. (ficticious project names).

Now, I want to rename it back to "ProjectOne." I renamed it in VS.Net,
replaced all of the strings but it still would not load. Someone on this
forum told me to change the URL path in WEBINFO. Still would not load. I
then changed the URL in the .sln file. Now the proeject loads and builds
but it will not run.

I'm getting BC30560: 'Global' is ambiguous in the namespace 'ProjectOne'.

Public Class Global_asax
--> Inherits ProjectOne.Global

Can anyone help?
Thanks,
Dean
 
P

Peter O'Reilly

It appears you need to edit the Global.asax - solely judging from your
error.

I would also perform a text search of the old project name using Windows
Explorer to see if you have any legacy names contained within your project.
If you have VS.NET project settings in the "documents and settings" sub
folders, I would search there as well and rename as appropriate.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top