1.1 app Compiler error

  • Thread starter Thread starter MattB
  • Start date Start date
M

MattB

Yesterday I installed VS.net 2005, but I still need to maintain a
asp.net 1.1 application that I've been developing in vs.net 2003.
I'm guessing that installing 2005 did something to my system because now
I get the following if I try to run my application on a server with only
the .Net framework 1.1:

Compiler Error Message: BC30560: 'Global' is ambiguous in the namespace
'MyApplication'.

Anyone else seen this? Got a solution for me? I noticed the size of the
binary is smaller than before too. Help?

Thanks,
Matt
 
In the ASP.NET TAB of IIS manager, make sure you have the right framework
version set. If you do not have this tab, you can use the ASPNET_REGIIS.EXE
utility in the root folder of the respective .NET Framework under Windows.
Peter
 
Thanks to you both. It was actually an old copy of the main application
assembly before it's name got changed. The new framework installation
timing was coincidence. Oops!

Matt
 

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

Back
Top