Re: General question

From: Manohar Kamath (mkamath_at_TAKETHISOUTkamath.com)
Date: 03/25/05


Date: Fri, 25 Mar 2005 11:54:21 -0600

You don't change a thing -- just compile your web service project/solution.
Then ship the dlls in the bin directory, and the asmx files, and any config
files. There is no need for .vb files.

-- 
Manohar Kamath
Editor, .netWire
www.dotnetwire.com
"Peter Schmitz" <PeterSchmitz@discussions.microsoft.com> wrote in message
news:9DBCEC58-6242-423C-B3A8-2EBC689A3218@microsoft.com...
> Hi,
>
> one newbie general question:
>
> I just started to write a vb.net webservice that is consumed by a .net
> application (client). Now, as there may be lots of clients for one web
> service when I release the application, each client has to be configurated
to
> use the correct url to the webservice. Now, this can be done by setting
the
> .url property like this:
>
> .url = "http://www.anyserver.com/test.asmx"
>
> The url string has to end with *.asmx to point to the actual asmx- file.
> But, when I take a look at my test.asmx I can see something like this:
>
> <%@ WebService Language="vb" Codebehind="test.asmx.vb"
Class="test.Service1"
> %>
>
> Here comes my question: The codebehind statement indicates that I'll need
to
> ship the *.vb file with my souce code to let this work - but I just wanted
to
> ship the compiled dll and not my source code. How do I have to set the
> statement above so that it makes use of the compiled dll and does not need
> any *.vb files?
>
> thanks a lot
> Peter
>


Relevant Pages

  • Re: xxxx.dll.config file for what? (Setting for DLL)
    ... the compile create file with name: ... Now I read that config not work with DLL, I try that, and it's seem ... Team blog: http://devkids.blogspot.com/ ...
    (microsoft.public.dotnet.framework)
  • Compilation
    ... I wrote a c# application (dll) and i use it in my project, ... How can i config my c# application that after i first compile it it will not ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: VBA and VSTO
    ... If you compile in VB6 with Global MultiUse than all you have to do is set a reference in Excel to your dll via Tools, References and you can access your functions in the dll directly. ... You will have to register the dll as well with Windows with Regsvr32, but that can be done quite simply in VBA. ...
    (microsoft.public.excel.programming)
  • Re: HOW CAN I OPEN A COM PROJECT COMPILED IN VS2005, IN VS2003?
    ... I keep getting the .exe output when I compile in the VC7. ... the General Configuration Type to be .dll in the Project Property. ... Microsoft MVP, MCSD ... instead create my own folders for file grouping... ...
    (microsoft.public.win32.programmer.ole)
  • GlobalMultiUse component breaks its compatibility !!!
    ... I have a component (ActiveX dll) with only one class in it. ... compiled, even though the binary compatibility is set, a new UUID is ... Public Property Let MyStringProp(ByVal vNewValue As String) ... Compile the project. ...
    (microsoft.public.vb.com)