Ask a Question related to ASP.NET Web Services, Design and Development.
-
newbie #1
Custom data type defined in a different project
Hello,
I am trying to create webservice that uses (the methods return) custom data
types that are defined in a project different than the webservice project
itself (I am working with VS.NET 2003).
Let's say then that I have datatypes.dll that defines the class Order.
I have a webservice OrderService that has a method returning Order. I add a
reference to the datatype project to the webservice and I add a using clause
to the namespace in which Order is defined
Everything seems to work fine but when I add a reference to that webservice
from a project of mine, I get a error of the type "Order is an ambiguous
type" when trying to compile the client project.
What am I doing wrong?
newbie Guest
-
Using User Defined Data Type Across
hi! i have created a document class. I have a .net client application and a web service. Both of them using same object model and referencing a... -
Type 'DataGridPageChangedEventArgs' is not defined
In my code-behind page I have this routine. What do I have to do for it to recognize DataGridPageChangedEventArgs? Sub PageIndexChanged(ByVal... -
BC30002: Type 'DataRowView' is not defined.
Hi I get this error when I try to run my Page which has nested DataGrid. <asp:DataGrid id=DataGrid2 runat="server" AutoGenerateColumns="False"... -
Type 'ConnectionOptions' is not defined
Hello. I´ve following Problem. I try to use WMI in an ASP.NET Site. But I get still this error: Server Error in '/ServerMon'... -
type AssemblyTitle is not defined
Hi, You are missing an Import to System.Reflaction or reference (not import) to System.Reflaction.Dll. In .Net you must to reference the...



Reply With Quote

