Microsoft.VisualBasic.Targets warnings and errors

Joined
Jan 10, 2007
Messages
43,898
Location
In The Machine
Just a couple of minutes ago I attempted to build an application that I am making, and for some reason the IDE is telling me all of these things, like X isn't declared, or Y was referenced multiple times.

I cannot figure out what I am supposed to do about this.

And the error list:




Warning*** 1*** The element 'PropertyGroup' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element 'MSBuildAllProjects' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. List of possible elements expected: 'Property' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'.*** C:\Windows\Microsoft.NET\Framework\v3.5\Microsoft.VisualBasic.targets*** 21*** 10*** Miscellaneous Files

Warning*** 2*** The element 'PropertyGroup' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element 'CreateManifestResourceNamesDependsOn' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. List of possible elements expected: 'Property' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'.*** C:\Windows\Microsoft.NET\Framework\v3.5\Microsoft.VisualBasic.targets*** 47*** 10*** Miscellaneous Files

Warning*** 3*** The element 'ItemGroup' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element '_Temporary' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. List of possible elements expected: 'Item' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'.*** C:\Windows\Microsoft.NET\Framework\v3.5\Microsoft.VisualBasic.targets*** 56*** 14*** Miscellaneous Files

Warning*** 4*** The 'PrependCultureAsDirectory' attribute is not declared.*** C:\Windows\Microsoft.NET\Framework\v3.5\Microsoft.VisualBasic.targets*** 73*** 15*** Miscellaneous Files

Warning*** 5*** The element 'ItemGroup' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element '_Temporary' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. List of possible elements expected: 'Item' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'.*** C:\Windows\Microsoft.NET\Framework\v3.5\Microsoft.VisualBasic.targets*** 83*** 14*** Miscellaneous Files

Warning*** 6*** The element 'PropertyGroup' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element 'FinalDefineConstants' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. List of possible elements expected: 'Property' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'.*** C:\Windows\Microsoft.NET\Framework\v3.5\Microsoft.VisualBasic.targets*** 89*** 10*** Miscellaneous Files

Warning*** 7*** The element 'ItemGroup' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element 'DocFileItem' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. List of possible elements expected: 'Item' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'.*** C:\Windows\Microsoft.NET\Framework\v3.5\Microsoft.VisualBasic.targets*** 102*** 10*** Miscellaneous Files

Warning*** 8*** The element 'PropertyGroup' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element 'CoreCompileDependsOn' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. List of possible elements expected: 'Property' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'.*** C:\Windows\Microsoft.NET\Framework\v3.5\Microsoft.VisualBasic.targets*** 106*** 10*** Miscellaneous Files

Warning*** 9*** The element 'PropertyGroup' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element '_NoWarnings' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. List of possible elements expected: 'Property' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'.*** C:\Windows\Microsoft.NET\Framework\v3.5\Microsoft.VisualBasic.targets*** 129*** 14*** Miscellaneous Files

Warning*** 10*** The 'ModuleAssemblyName' attribute is not declared.*** C:\Windows\Microsoft.NET\Framework\v3.5\Microsoft.VisualBasic.targets*** 152*** 15*** Miscellaneous Files

Warning*** 11*** The 'NoVBRuntimeReference' attribute is not declared.*** C:\Windows\Microsoft.NET\Framework\v3.5\Microsoft.VisualBasic.targets*** 155*** 15*** Miscellaneous Files

Warning*** 12*** The 'NoWin32Manifest' attribute is not declared.*** C:\Windows\Microsoft.NET\Framework\v3.5\Microsoft.VisualBasic.targets*** 157*** 15*** Miscellaneous Files

Warning*** 13*** The 'ToolExe' attribute is not declared.*** C:\Windows\Microsoft.NET\Framework\v3.5\Microsoft.VisualBasic.targets*** 175*** 15*** Miscellaneous Files

Warning*** 14*** The 'Win32Manifest' attribute is not declared.*** C:\Windows\Microsoft.NET\Framework\v3.5\Microsoft.VisualBasic.targets*** 184*** 15*** Miscellaneous Files

Warning*** 15*** The element 'ItemGroup' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element '_CoreCompileResourceInputs' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. List of possible elements expected: 'Item' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'.*** C:\Windows\Microsoft.NET\Framework\v3.5\Microsoft.VisualBasic.targets*** 189*** 20*** Miscellaneous Files

Error*** 16*** The item "obj\Debug\Text_Editor___290308.frmMain.resources" was specified more than once in the "Resources" parameter.* Duplicate items are not supported by the "Resources" parameter.*** C:\Windows\Microsoft.NET\Framework\v3.5\Microsoft.VisualBasic.targets*** 134*** 9*** Text Editor - 290308



More...

View All Our Microsoft Related Feeds
 
Back
Top