Here is the issue. I am running windows 7 (64 bit). Installed Visual Studio Express 2010. I created a vanilla project. When i try to add COM object (32 bit) - any COM, but I tried to add Word "Microsoft Word 14.0 Object Library" as vanilla project - i get these errors:
Warning 7 Task attempted to find "AxImp.exe" in two locations. 1) Under the "C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\" processor specific directory which is generated based on SdkToolsPath 2) The x86 specific directory under "C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\" which is specified by the SDKToolsPath property. You may be able to solve the problem by doing one of the following: 1) Set the "SDKToolsPath" property to the location of the Microsoft Windows SDK. IMWeb Warning 8 Task could not find "AxImp.exe" using the SdkToolsPath "C: \Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\" or the registry key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs \Windows\v7.0A". Make sure the SdkToolsPath is set and the tool exists in the correct processor specific location under the SdkToolsPath and that the Microsoft Windows SDK is installed IMWeb Warning 9 The referenced component 'Microsoft.Office.Core' could not be found. Warning 10 The referenced component 'VBIDE' could not be found. Warning 11 The referenced component 'Microsoft.Office.Interop.Word' could not be found. And if i try to use the COM in my code it won't compile. I am not sure if this is 32 bit or 64 bit issue. Or maybe there is some setup that is wrong here. On XP (32 bit) the same exact thing works just fine. If i try to add any COM object i get similar issues. This is giving me a raging headache - so any help is much appreciated! -- You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en or visit the group website at http://megasolutions.net
