Having built my new form for my site, I now need to build the site. I have a copy of the site on my local machine and the site is on a remote server (all working fine). When I try to build I get these errors:
Error 1 Could not load type 'Umlaut.Umb.Blog.frmBlogComment'. C:\inetpub\wwwroot\Umbraco452\App_Data\0f161f67-549e-495b-95ff-657142ce2459\b7a72722-08e7-4e44-8a36-504dc42bb6f2.ascx 1 Warning 2 File 'frmBlogComment.ascx.cs' was not found. C:\inetpub\wwwroot\Umbraco452\App_Data\0f161f67-549e-495b-95ff-657142ce2459\b7a72722-08e7-4e44-8a36-504dc42bb6f2.ascx 1 62 C:\...\Umbraco452\
Really not sure what this means apart from the obvious CS code is missing!
I am not sure what you are trying to build? The Umbraco website by itself cannot be "built" in Visual Studio as such. You can have seperate projects that can be built, but not the site itself.
So, please explain why do you need to build it in VS (what are you trying to achieve with that)?
VS10 build with Blog 4 Umbraco installed
Having built my new form for my site, I now need to build the site.
I have a copy of the site on my local machine and the site is on a remote server (all working fine).
When I try to build I get these errors:
Error 1 Could not load type 'Umlaut.Umb.Blog.frmBlogComment'. C:\inetpub\wwwroot\Umbraco452\App_Data\0f161f67-549e-495b-95ff-657142ce2459\b7a72722-08e7-4e44-8a36-504dc42bb6f2.ascx 1
Warning 2 File 'frmBlogComment.ascx.cs' was not found. C:\inetpub\wwwroot\Umbraco452\App_Data\0f161f67-549e-495b-95ff-657142ce2459\b7a72722-08e7-4e44-8a36-504dc42bb6f2.ascx 1 62 C:\...\Umbraco452\
Really not sure what this means apart from the obvious CS code is missing!
1 step forward 2 steps back!!
Cheers
Dave
I am not sure what you are trying to build? The Umbraco website by itself cannot be "built" in Visual Studio as such. You can have seperate projects that can be built, but not the site itself.
So, please explain why do you need to build it in VS (what are you trying to achieve with that)?
is working on a reply...