Migration to 2.0: Codebehind file must exist?

  • Thread starter Thread starter DC
  • Start date Start date
D

DC

Hi,

with ASP 1.1 we use "satellite" Projects to develop Usercontrols. We
then copy only the .ascx and the .dll to the actual webproject.

Trying to migrate such a project to 2.0 does not work since the
compiler complaints about the missing Codebehind .cs file.

Is it possible to use the .ascx without codefiles in 2.0?

TIA for any hint,

Regards
DC
 
DC,

MS is going to put out a version of VS 2005 that will use the same
compile model as ASP.NET 1.1. I don't have the link right now --
perhaps someone else can respond.

Jim
 
Thanks to everybody for the info. Sounds as if I had to wait for some
additional MS components.

Regards
DC
 

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