Weird "Designer1.cs" files created
Posted
by Neil Barnwell
on Stack Overflow
See other posts from Stack Overflow
or by Neil Barnwell
Published on 2010-03-31T09:01:14Z
Indexed on
2010/03/31
9:03 UTC
Read the original article
Hit count: 305
visual-studio-2008
|designer
How does visual studio link files to their corresponding designer.cs files? I have a strange situation that's occurred with both the DataSet designer and also the L2S DBML designer where it's ignoring the DataSet.Designer.cs and has created and used a DataSet.Designer1.cs instead. How can I switch it back?
© Stack Overflow or respective owner