andrefogelman
Posts: 117
|
| Posted: 12/02/2006, 5:15 AM |
|
I am trying to migrate an ASP.NET 1.1 project to 2.0 but even though I have cleaned up all pages and regenerated the whole project I keep getting in different pages the following error message.
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30560: 'PageItem' is ambiguous in the namespace 'Chevra.Chevra_Cadastros.TELEFONE_maint'.
Source Error:
Line 22: End Sub
Line 23:
Line 24: Public Shared Function CreateFromHttpRequest() As PageItem
Line 25: Dim item As PageItem = New PageItem()
Line 26: Return item
|
 |
 |
rbaldwin
Posts: 172
|
| Posted: 12/05/2006, 4:55 PM |
|
And have you ensured that your virtual directory on the server is also set to .net 2.0?
|
 |
 |
andrefogelman
Posts: 117
|
| Posted: 12/07/2006, 2:09 PM |
|
Yes the virtual directory is set to 2.0
|
 |
 |
andrefogelman
Posts: 117
|
| Posted: 12/12/2006, 2:13 PM |
|

I would like to know if anyone has a successful experience migrating Net 1.1 to Net 2.0 projects VB.NET.
My experience has been highly troublesome.
|
 |
 |
rbaldwin
Posts: 172
|
| Posted: 12/13/2006, 4:35 PM |
|
i have, but, there is a file that you will need to empty, not sure what it is but it's not compatible with 2.0 support walked me through it. you should contact support.
|
 |
 |