On May 9, 7:59 am, Stephen Russell <[email protected]> wrote: > On Sun, May 8, 2011 at 12:07 PM, Bob Alston <[email protected]> wrote: > > Using Visual Studio .net 2010 and VB.net I am a newbie to this > > environment but an experienced developer. > > > Created classes for access to web service that has structure for > > request and structure for response. > > > when creating instances of various objects, intellisense does not > > present all defined class structures in my web service proxy > > definition, only some. If I go ahead and type the name of a class not > > listed (but exists) all of a sudden intellisense recognizes it and > > displays it. > > > How to fix? > > --------------------------- > > Service is ASMX or WCF? > > your problem iw when exactly? > > Private ms as MyService = new MyService() << I gather you get this just > fine. > > Dim loader LoaderObject = new LoaderObject() > LoaderObject. << Do > you see what you need here to load in userID PW? > > Dim dt as DataTabe = ms. << Do you see what you want > here to make the call for data? > > -- > Stephen Russell > > Unified Health Services > 60 Germantown Court > Suite 220 > Cordova, TN 38018 > > Telephone: 888.510.2667 > > 901.246-0159 cell
turns out the class name was not listed in "Common" but was listed in "All". I guess I expected classes defined in the application would be listed in Common. Bob -- You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en or visit the group website at http://megasolutions.net
