Ask a Question related to ASP.NET Web Services, Design and Development.
-
Serkan DIRIARIN #1
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
doctypes.dll file. But when i want to run a client application getting
error InvalidCastException. I deleted class declaration in reference.vb in
web reference defination and reference my document dll file, altough it is
still has error... What is the problem..
thanks....
Serkan
Serkan DIRIARIN Guest
-
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... -
index on user defined type
I think I created a type that was compatible with the btree index, and everything seems fine, except that it doesn't actually use the index. I... -
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... -
How to pass a user defined type to a Webservice?
"Henke" <henke_nord@hotmail.com> wrote in message news:uEJvMaqYDHA.2572@TK2MSFTNGP09.phx.gbl... Create your class in your chosen .Net language (or... -
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'... -
Francois Bonin [C# MVP] #2
Re: Using User Defined Data Type Across
What error do you get after deleting the class declaration in the proxy
class generated?
"Serkan DIRIARIN" <activex@superonline.com> wrote in message
news:ex3lMw4cFHA.2420@TK2MSFTNGP15.phx.gbl...> 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
> doctypes.dll file. But when i want to run a client application getting
> error InvalidCastException. I deleted class declaration in reference.vb in
> web reference defination and reference my document dll file, altough it is
> still has error... What is the problem..
>
> thanks....
>
> Serkan
>
>
Francois Bonin [C# MVP] Guest



Reply With Quote

