Click here to Skip to main content
16,003,454 members
Home / Discussions / C#
   

C#

 
AnswerRe: Changing the Size of a Panel Pin
Luc Pattyn21-Feb-07 10:53
sitebuilderLuc Pattyn21-Feb-07 10:53 
QuestionVisual Studio 2003 and Crystal Report Viewer Pin
Saamir21-Feb-07 9:07
Saamir21-Feb-07 9:07 
QuestionMouse following movements C# Pin
Dang3russ21-Feb-07 8:33
Dang3russ21-Feb-07 8:33 
AnswerRe: Mouse following movements C# Pin
led mike21-Feb-07 8:55
led mike21-Feb-07 8:55 
Questionhow to save xml file via web service Pin
BraveShogun21-Feb-07 7:20
BraveShogun21-Feb-07 7:20 
AnswerRe: how to save xml file via web service Pin
Ennis Ray Lynch, Jr.21-Feb-07 12:51
Ennis Ray Lynch, Jr.21-Feb-07 12:51 
QuestionDefault Webservice URL Pin
kmuthuk21-Feb-07 6:30
kmuthuk21-Feb-07 6:30 
AnswerRe: Default Webservice URL Pin
Ennis Ray Lynch, Jr.21-Feb-07 12:55
Ennis Ray Lynch, Jr.21-Feb-07 12:55 
Click the web reference you want to change. Look in the properties window and change the URL Behavior to Dynamic. This will create an entry in your app.config file (or web.config for web projects). This file can be modified before run time to point to the right place.

Also, if you want to save hours of problems down the road change the Web Reference URL to an invalid URL in the properties panel and rely on the generated key.

A sample app.config entry
<add key="SimpleTest.localhost.Service1" value="http://localhost/testsite/Service1.asmx"/>
<pre> 

<div class="ForumSig"><hr><font size="-2">File Not Found
</font></div>

GeneralNeed C++ Library in C# Class Library Pin
ThatsAlok21-Feb-07 6:17
ThatsAlok21-Feb-07 6:17 
GeneralRe: Need C++ Library in C# Class Library Pin
Not Active21-Feb-07 6:19
mentorNot Active21-Feb-07 6:19 
GeneralRe: Need C++ Library in C# Class Library Pin
ThatsAlok21-Feb-07 7:23
ThatsAlok21-Feb-07 7:23 
GeneralRe: Need C++ Library in C# Class Library Pin
Not Active21-Feb-07 7:37
mentorNot Active21-Feb-07 7:37 
GeneralRe: Need C++ Library in C# Class Library Pin
ThatsAlok21-Feb-07 7:43
ThatsAlok21-Feb-07 7:43 
GeneralRe: Need C++ Library in C# Class Library Pin
Tim Paaschen21-Feb-07 20:02
Tim Paaschen21-Feb-07 20:02 
QuestionbufferImage, display portion of image Pin
samreengr821-Feb-07 6:14
samreengr821-Feb-07 6:14 
AnswerRe: bufferImage, display portion of image Pin
Christian Graus21-Feb-07 10:21
protectorChristian Graus21-Feb-07 10:21 
GeneralRe: bufferImage, display portion of image Pin
samreengr822-Feb-07 4:36
samreengr822-Feb-07 4:36 
GeneralRe: bufferImage, display portion of image Pin
Christian Graus22-Feb-07 8:53
protectorChristian Graus22-Feb-07 8:53 
GeneralRe: bufferImage, display portion of image Pin
samreengr826-Feb-07 9:39
samreengr826-Feb-07 9:39 
QuestionHough Transform (find circles) Pin
shdelpiero21-Feb-07 6:12
shdelpiero21-Feb-07 6:12 
AnswerRe: Hough Transform (find circles) Pin
Christian Graus21-Feb-07 9:19
protectorChristian Graus21-Feb-07 9:19 
GeneralRe: Hough Transform (find circles) Pin
Luc Pattyn21-Feb-07 11:03
sitebuilderLuc Pattyn21-Feb-07 11:03 
QuestionC# and ms excel spreadsheet Pin
phokojoe21-Feb-07 6:02
phokojoe21-Feb-07 6:02 
AnswerRe: C# and ms excel spreadsheet Pin
Not Active21-Feb-07 6:18
mentorNot Active21-Feb-07 6:18 
AnswerRe: C# and ms excel spreadsheet Pin
swjam21-Feb-07 13:32
swjam21-Feb-07 13:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.