473,480 Members | 1,864 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

UDDI Query

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

Jul 14 '06 #1
2 2494
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]
- mv*@spam.guard.caspershouse.com

<dm*****@ameritas.comwrote in message
news:11**********************@m79g2000cwm.googlegr oups.com...
>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

Jul 14 '06 #2
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
Nicholas Paldino [.NET/C# MVP] wrote:
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]
- mv*@spam.guard.caspershouse.com

<dm*****@ameritas.comwrote in message
news:11**********************@m79g2000cwm.googlegr oups.com...
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
Jul 14 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
5418
by: Greatfree | last post by:
How to Set Up a Private UDDI Server? Dear all, I attempt to set up a private UDDI server using .NET. But I didn't find out enough information on the problem. Anyone can give me some resources on...
1
1479
by: Greatfree | last post by:
Dear all, UDDI has widely been accepted by the developer community to list and integrate XML web services. Unfortunately UDDI is still viewed as a yellow pages web service directory. This leads...
1
345
by: Chris | last post by:
I was told by someone that all web services must be registered with UDDI before they will function. I created a web service on my local server and it works fine so I don't see any reason why UDDI...
1
1254
by: holder25 | last post by:
Folks, I am trying to run the wsdl.exe tool to generate a server stub for the UDDI wsdl spec file at : http://www.oasis-open.org/committees/uddi-spec/doc/tcspecs.htm#uddiv2 When I run it I get...
1
1755
by: Ben Bloom | last post by:
Hi there, I've been experimenting with using UDDI at runtime using the MSDN example at http://msdn.microsoft.com/library/en-us/dnuddi/html/runtimeuddi1.asp I keep getting a 401 when I try to...
1
1457
by: Jenevra | last post by:
I'm one of several developers at my company, and we've all been creating web services for some time. But we don't always know what others are doing and if or how we can take advantage of services...
0
1158
by: cindy.fisher | last post by:
I am querying an internal UDDI server for a web service URL using C#. Initially, the UDDI server was configured for Windows Integrated authentication and it worked fine. When I changed it to UDDI...
11
2920
by: =?Utf-8?B?UGhpbCBTaGFycA==?= | last post by:
Hi I am trying to use Uddi as a directory service. In my development environment it is fine however I have a problem when it comes to deploying into my production environment. I am deploying...
1
2689
by: =?Utf-8?B?U29yaW4gRG9saGE=?= | last post by:
Hello, I have two related questions: 1. Our company hosts a couple Web services that are public, and free to use for anybody (http://DlhSoft.com/WebServices/NewsService.asmx and...
0
7055
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7059
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7103
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6758
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
4499
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3011
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3003
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1311
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
572
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.