ASP 1.1 to 2.0 problem

M

^MisterJingo^

Hi all,
I finally got VS2005 and used the conversion wizard to upgrade a
webportal I have from .NET 1.1 to 2.0. Since doing this I get strange
errors. THe first I recieved was:

CS0246: The type or namespace name 'ett' could not be found (are you
missing a using directive or an assembly reference?)

The dlls are in the root bin directory of the site, yet they seem to
not be found anymore. I have changed the version of .NET from 1.1 to
2.0 in the IIS config.

Any help would be appreciated,

Chris
 
A

Aytaç ÖZAY

Hi,

I think that your development environment can't see your dll's, can you try
to re-add dll to your solution? Anyway conversion from ASP.NET 1.1 to
ASP.NET 2.0 is not working efficently.

Have a nice work,
Aytaç ÖZAY
 

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