J
Jennifer Mathews
Visual Studio 2008 vb.Net .net 3.5
I have a solution in a directory called
c:\HereIam\webSiteName\websiteName
It compiles and publishes perfectly.
I created a new solution in
c:\mySrc\websiteName\websiteName
I copied all the files from c:\HereIam\webSiteName
except the solution & project (vbproj & vbproj.user) files.
I am adding each page to the NEW solution one by one.
As long as the NEW solution only contains hyperlinks it compiles perfectly.
As soon as I add pages that contain controls it get the error:
Error 1 'hdnIsFirstTimeThru' is not a member of
'websiteName.websiteName_Public_Webinar_UCs_ucDDL_Wb_Sched'.
"hdnIsFirstTimeThru" being a hidden field on the webpage.
The webpages do use user controls.
It displays this message for EVERY control in every user-control.
I read on the internet that it is best to create new pages and
copy and paste the original code into the newly created pages.
Considering this is a farily big project, that would probably take
a week or two to complete.
Is there another solution?
Thanks
I have a solution in a directory called
c:\HereIam\webSiteName\websiteName
It compiles and publishes perfectly.
I created a new solution in
c:\mySrc\websiteName\websiteName
I copied all the files from c:\HereIam\webSiteName
except the solution & project (vbproj & vbproj.user) files.
I am adding each page to the NEW solution one by one.
As long as the NEW solution only contains hyperlinks it compiles perfectly.
As soon as I add pages that contain controls it get the error:
Error 1 'hdnIsFirstTimeThru' is not a member of
'websiteName.websiteName_Public_Webinar_UCs_ucDDL_Wb_Sched'.
"hdnIsFirstTimeThru" being a hidden field on the webpage.
The webpages do use user controls.
It displays this message for EVERY control in every user-control.
I read on the internet that it is best to create new pages and
copy and paste the original code into the newly created pages.
Considering this is a farily big project, that would probably take
a week or two to complete.
Is there another solution?
Thanks