Compiler Error Message: CS0246

  • Thread starter Thread starter Kumar Bhogaraju
  • Start date Start date
K

Kumar Bhogaraju

We developed an application in 2.0; but our new hosting provider supports
only 1.1. Can anyone point me to a link where we can migrate the application
easily without rewriting the code? When we move the code to 1.1 environment,
we are getting error: Compiler Error Message: CS0246

Thanks
Kumar Bhogaraju
 
if you used any 2.0 features like master pages, codebehind (uses a new
model), any of the new controls, then there is no easy way. you must rewrite
the site.

-- bruce (sqlwork.com)
 

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