473,385 Members | 1,673 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Web References? Why do I have to update?

Hello,

I have a VB.Net solution with 3 projects in it

One is a webservice
One is a Business Logic Layer
One is a User Interface layer

When ever I change the webservice I have to click on 'Update web references'
in my Business Logic Layer to get all my webmethod functions.

I was wondering, is there away to avoid this? they are in the same solution?
Why cant it just get the stuff from there? If so, does anyone know how I can
do that?

Its slow and a real pain :(

Thank you kindly for any ideas
John Sheppard

Nov 23 '07 #1
1 1327
Hi,

A proxy class is generated from you web service. So when you update your web
reference a new proxy class is genrerated with the latest methods. If you
dont update your web reference you will potentially be using an out of date
proxy class. That will be of no use when i comes to actually calling one of
your web methods if the methods in your application and those on the server
are different.

Dave

"John Sheppard" wrote:
Hello,

I have a VB.Net solution with 3 projects in it

One is a webservice
One is a Business Logic Layer
One is a User Interface layer

When ever I change the webservice I have to click on 'Update web references'
in my Business Logic Layer to get all my webmethod functions.

I was wondering, is there away to avoid this? they are in the same solution?
Why cant it just get the stuff from there? If so, does anyone know how I can
do that?

Its slow and a real pain :(

Thank you kindly for any ideas
John Sheppard

Nov 26 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Bryan | last post by:
This is for a utility that I am writing to update all of our Excel reports. I currently have a form with a couple list boxes and browse buttons. One browse button allows the user to add the XLS...
1
by: Amos | last post by:
My Solution has three different projects: GUI, Api, Match. Project GUI includes a reference to Match.dll and Project Match includes a reference to Api.dll . Project Api doesn't include any...
2
by: Sauli V | last post by:
I've got a form code from which I call ExcelObject class to perform writing to Excel and saving the sheet. The process is too slow and I'd like to update my form's status bar's panel with number of...
14
by: el_sid | last post by:
Our developers have experienced a problem with updating Web References in Visual Studio.NET 2003. Normally, when a web service class (.asmx) is created, updating the Web Reference will...
4
by: marked23 | last post by:
I have a project that contains 400+ web references. When I go to do a new build, I need to update all the web references to pick up any changes in the web services they reference. I select the...
7
by: penguin732901 | last post by:
I update code on several machines and find myself constantly correcting references (e.g. Word 11 to Word 9, adding ADO x.x library, sometimes even Jet Expression Service Type Library) when I copy...
4
by: iKiLL | last post by:
Hi all, I am using C# on VS2005. I have a solution with 2 projects, a Webservice and a Client application. Both of these to projects can build compile and run.
3
by: DonJefe | last post by:
Does anyone have experience using project->project references in large solutions? What are the plus/minuses that you have found? Currently, we are using the binary assembly references for our...
0
by: jappenzeller | last post by:
We're using the HttpRuntime Cache for our objects and we're trying to do the following. We pull lists of objects from the database and put them in cache. We put a reference to the list in...
3
by: mk | last post by:
Hello everyone, I'm storing functions in a dictionary (this is basically for cooking up my own fancy schmancy callback scheme, mainly for learning purpose): .... return "f2 " + arg .......
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.