UDDI Query

D

dmckeon

I am attempting to query a Microsoft UDDI registry using C# in Visual
Studio 2005. I keep getting build errors that say "The type or
namespace 'Uddi' does not exist in the namespace 'Microsoft'". I
installed the platform SDK and ran UddiSdkRegister to register the UDDI
SDK, but it didn't help. I get errors when I run UddiSdkRegister
saying it had problems adding it to Visual Studio 2003. No big
surprise since I'm running Visual Studio 2005! Here's the error output
from UddiSdkRegister:

Attempting to register Microsoft.Uddi.dll in the Global Assembly
Cache...
Commandline =
gacutil /if "C:\Program Files\Microsoft Platform
SDK\Bin\Microsoft.Uddi.dll"
Registration successfull.
Registering the Microsoft.Uddi.dll assembly with the Add Reference
dialog in Vis
ual Studio .NET 2003
Registration failed.
UDDI Publish Wizard is located here: C:\Program Files\Microsoft
Platform SDK\Bin

Full path to the UDDI Publish Wizard is: C:\Program Files\Microsoft
Platform SDK
\Bin\UddiPublishWizard.exe
Attempting to add the UDDI Publish Wizard to the Visual Studio .NET
2003 Tools menu...
Addition to the Tools menu failed.

I'm not sure if I'm posting to the correct group, but hopefully someone
has some experience with this.

Thanks in advance,
Dan
 
N

Nicholas Paldino [.NET/C# MVP]

I would be surprized if the tools didn't work because of changes to
VS.NET. However, since the install expects the registry keys from 2003 to
be there (and the 2005 registry keys are in a different registry path), this
causes the install to fail.

Do you know what keys they are looking to write to? The paths are not
that different, I think, just different roots.

Is the UddiSdkRegister program managed, by chance?
 
D

dmckeon

I'm not sure what keys it's supposed to write to, but I think I got it
figured out. The instructions from Microsoft told me to install the
Platform SDK and then run UddiSdkRegister to install/register the UDDI
SDK. However, I found a separate UDDI SDK install and that fixed the
build errors. Now I just have to get the code to work! =)

Thanks for your input!
Dan

I would be surprized if the tools didn't work because of changes to
VS.NET. However, since the install expects the registry keys from 2003 to
be there (and the 2005 registry keys are in a different registry path), this
causes the install to fail.

Do you know what keys they are looking to write to? The paths are not
that different, I think, just different roots.

Is the UddiSdkRegister program managed, by chance?


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

I am attempting to query a Microsoft UDDI registry using C# in Visual
Studio 2005. I keep getting build errors that say "The type or
namespace 'Uddi' does not exist in the namespace 'Microsoft'". I
installed the platform SDK and ran UddiSdkRegister to register the UDDI
SDK, but it didn't help. I get errors when I run UddiSdkRegister
saying it had problems adding it to Visual Studio 2003. No big
surprise since I'm running Visual Studio 2005! Here's the error output
from UddiSdkRegister:

Attempting to register Microsoft.Uddi.dll in the Global Assembly
Cache...
Commandline =
gacutil /if "C:\Program Files\Microsoft Platform
SDK\Bin\Microsoft.Uddi.dll"
Registration successfull.
Registering the Microsoft.Uddi.dll assembly with the Add Reference
dialog in Vis
ual Studio .NET 2003
Registration failed.
UDDI Publish Wizard is located here: C:\Program Files\Microsoft
Platform SDK\Bin

Full path to the UDDI Publish Wizard is: C:\Program Files\Microsoft
Platform SDK
\Bin\UddiPublishWizard.exe
Attempting to add the UDDI Publish Wizard to the Visual Studio .NET
2003 Tools menu...
Addition to the Tools menu failed.

I'm not sure if I'm posting to the correct group, but hopefully someone
has some experience with this.

Thanks in advance,
Dan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

WSDL generation for UDDI question 1
C# dll in VB6 app 7
makecert.exe 2
Platform SDK for Visual Studio 2005 0
Partial interfaces 5
sn.exe 3
Creating Install Package for 64 Bit System 3
MMC 3.0 and .NET 1.1 ??? 4

Top