Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > .NET Web Services
|
.NET Web Services Discussions about .NET XML Web Service technologies including ASMX files, WSDL and SOAP.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the .NET Web Services section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 12th, 2004, 08:15 PM
Authorized User
 
Join Date: Oct 2004
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Default System.Messaging does not exist

Hi all,

I get the following error:

c:\inetpub\wwwroot\messaging\WebForm1.aspx.cs(11): The type or namespace name 'Messaging' does not exist in the class or namespace 'System' (are you missing an assembly reference?)

I have added the System.Messaging to the web.config:

    <assemblies>
        <add assembly="System.Messaging, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
    </assemblies>

i also added an entry in the machine.config but it still does not work

Any help appreciated!

ch Jim






Similar Threads
Thread Thread Starter Forum Replies Last Post
default(System.Type) does this exist in VB.NET 2k5 Peace2u ASP.NET 2.0 Basics 0 August 18th, 2006 06:51 AM
Messaging in JAVA salahu J2EE 0 July 22nd, 2006 11:01 PM
Messaging in JAVA salahu BOOK: Beginning PHP, Apache, MySQL Web Development ISBN: 978-0-7645-5744-6 0 July 22nd, 2006 10:59 PM
instant messaging with System.Messaging connect2sandep General .NET 35 March 1st, 2006 01:11 PM
sms messaging dev_sept ASP.NET 1.0 and 1.1 Professional 0 August 28th, 2005 11:55 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.