|
Subject:
|
System.Messaging does not exist
|
|
Posted By:
|
jimbeam36
|
Post Date:
|
11/12/2004 7:15:07 PM
|
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
|
|