This is a compiler error, so it's not liking something with your code. Are you using the devenv task or a build script? If the first, then I would try putting together a build script (MSBuild or NAnt) and see if that builds. A build script also has the advantage that you can test it from the command line, which makes it easier to work out whether the issue is with the compiler (i.e. code) or CC.NET.
Craig On Jun 17, 8:31 pm, sam <[email protected]> wrote: > I am using Web Application Deployment for publishing on IIS. At first > I have converted my website to a web application. My application > compiles and build fine on my VS2005. But when I try to run it via > CC.net. It comes up with a 100's of errors. Following is the list of > someof the errors that keep repating in the same file. > > errorBC30284: function 'GetCannotChangeMessage' cannot be declared > 'Overrides' because it does not override a function in a base > class.errorBC30451: Name 'GetAndChangesCanBePerformed' is not > declared.errorBC30456: 'GetStatusMessage' is not a member of 'Object'. > > Any one plz let me know why my build is failing with these errors. As > functions are overridable in base class and also names declared. > > Please help me as project needs to be published today and I am stuck > in here
