| nweddle 2005-06-23, 5:55 pm |
| Using WSE to create a web service containing two web methods. Got an error
saying that project creation failed(PublishingException)
Here's the log file, any ideas?
------ Build started: Project: WorksiteWebService, Configuration: Release
..NET ------
Preparing resources...
Updating references...
Performing main compilation...
c:\inetpub\wwwroot\WorksiteWebService\Da
taTypes.cs(32,25): error CS0234: The
type or namespace name 'XmlImportedTypeAttribute' does not exist in the class
or namespace 'BizTalkWebService.WorksiteWebService' (are you missing an
assembly reference?)
c:\inetpub\wwwroot\WorksiteWebService\Da
taTypes.cs(34,25): error CS0234: The
type or namespace name 'XmlImportedRootAttribute' does not exist in the class
or namespace 'BizTalkWebService.WorksiteWebService' (are you missing an
assembly reference?)
c:\inetpub\wwwroot\WorksiteWebService\Da
taTypes.cs(47,25): error CS0234: The
type or namespace name 'XmlImportedTypeAttribute' does not exist in the class
or namespace 'BizTalkWebService.WorksiteWebService' (are you missing an
assembly reference?)
c:\inetpub\wwwroot\WorksiteWebService\Da
taTypes.cs(49,25): error CS0234: The
type or namespace name 'XmlImportedRootAttribute' does not exist in the class
or namespace 'BizTalkWebService.WorksiteWebService' (are you missing an
assembly reference?)
c:\inetpub\wwwroot\WorksiteWebService\Da
taTypes.cs(62,25): error CS0234: The
type or namespace name 'XmlImportedTypeAttribute' does not exist in the class
or namespace 'BizTalkWebService.WorksiteWebService' (are you missing an
assembly reference?)
c:\inetpub\wwwroot\WorksiteWebService\Da
taTypes.cs(64,25): error CS0234: The
type or namespace name 'XmlImportedRootAttribute' does not exist in the class
or namespace 'BizTalkWebService.WorksiteWebService' (are you missing an
assembly reference?)
Build complete -- 6 errors, 0 warnings
Building satellite assemblies...
Satellite assemblies could not be built because the main project output is
missing.
---------------------- Done ----------------------
Build: 0 succeeded, 1 failed, 0 skipped
|