ASP.NET error

M

Melson

Hi

I've problems doing these 3 steps. Please help.

1. Create WSDL file by opening SqlService.asmx so that it goes through IIS.
Click on "Service Description" Save the resultant file as SQLService.sdl.

2. Run mSqlproxy.bat. This put SQLService.dll in the bin directory and
SQLService.vb in current directory.

Code inside mSqlproxy.bat
wsdl.exe /l:VB /n:NameSpaceHersh /out:SqlService.vb SqlService.wsdl

REM -----------Compile Proxy--------------
Rem Remember to change outdir variable to point to your bin folder

set outdir=C:\Program Files\Microsoft Visual Studio .NET
2003\SDK\v1.1\Bin\SQLService.dll
set
assemblies=System.dll,System.Web.dll,System.Data.dll,System.Web.Services.dll
,System.Xml.dll

vbc /t:library /out:%outdir% /r:%assemblies% SQLService.vb


3. Run SQLService.aspx.

I've error when I try mSqlproxy.bat such as wsdl.exe and vbc are not
recognised as an internal or external command.


Regards
Robin
 
N

Natty Gur

Hi,

You need to add SDK path (C:\Program Files\Microsoft Visual Studio .NET
2003\SDK\v1.1\Bin\) to path environment variable or to set full path.

HTH

Natty Gur[MVP]

blog : http://weblogs.asp.net/ngur
Mobile: +972-(0)58-888377


*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top