When trying to run the .NET Framework SDK QuickStart
Configuration as per Details on Help document, the
following ;
osql -E -S(local)NetSDK -i InstPubs.sql
is giving me an error "Server does not exist or access
denied "
Why is this happening, I installed MSDE as per
instructions ???
Thanks in advance,
Dennis
Dennis - 15 Nov 2003 16:43 GMT
Ok Thanks anyway !
I figured it out myself. The documentation for installing
MSDE specifies INSTANCENAME VSDOTNET but the SDK
QuickStart samples requires an INSTANCENAME NetSDK ??????
I looked at the services on my computer and found
MSSQL$SERVER, dont know if this is a default INSTANCE or
what happened when I created VSDOTNET instance ?
Anyway, I created another instance with INSTANCENAME
NetSDK and was then able to see the service MSSQL@NetSDK
and then continue with the creation of the sample
databases.
Dennis
>-----Original Message-----
>When trying to run the .NET Framework SDK QuickStart
[quoted text clipped - 10 lines]
>Dennis
>.