J
John Dalberg
I am migrating a web site project to a web application project as indicated
at this page:
http://webproject.scottgu.com/CSharp/Migration2/Migration2.aspx
However when I try to compile, I get a lot of type 'xxxxxxxxx' is not
defined errors. It seems classes in the project are not getting compiled in
the project even when they are present in the solution explorer. When I
inspected the vbproj file, I noticed that many .vb files are in an
'include' tag instead of a 'compile' tag. So they are being included as
like static files instead of being compiled.
These .vb files reside in folders. I have added these files in different
ways: drag and drop or add existing.. The only way I can add these files
and have them compile is if add them to the root folder.
What's the way to include a folder in the project and have all the .vb
files compiled instead of just being included?
John Dalberg
at this page:
http://webproject.scottgu.com/CSharp/Migration2/Migration2.aspx
However when I try to compile, I get a lot of type 'xxxxxxxxx' is not
defined errors. It seems classes in the project are not getting compiled in
the project even when they are present in the solution explorer. When I
inspected the vbproj file, I noticed that many .vb files are in an
'include' tag instead of a 'compile' tag. So they are being included as
like static files instead of being compiled.
These .vb files reside in folders. I have added these files in different
ways: drag and drop or add existing.. The only way I can add these files
and have them compile is if add them to the root folder.
What's the way to include a folder in the project and have all the .vb
files compiled instead of just being included?
John Dalberg