CodeVerge.Net Beta


   Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums




Can Reply:  No Members Can Edit: No Online: Yes
Zone: > Asp.Net Forum > starter_kits_and_source_projects.commerce_starter_kit Tags:
Item Type: Date Entered: 9/15/2005 11:30:59 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
NR
XPoints: N/A Replies: 1 Views: 38 Favorited: 0 Favorite
2 Items, 1 Pages 1 |< << Go >> >|
"KamranJavid" <
NewsGroup User
Installing VBSDK Starter Kit9/15/2005 11:30:59 AM

0

I am having some problems installing the VBSDK Starter Kit.  I have installed MSDE SP3 and everything seems to be fine.  The service has started ok and when I create a test connection in the control panel it works fine. 

However when I run the VBSDK installation program and it gets to the part where I am supposed to select the local database instance everything seems to fall apart.  The drop down list contains 'localhost', but the Install button is not enabled and when I click the 'Test Connection' button it comes up with a 'unsuccesfull database connection' message box.

What have I done wrong?  has anybody else had this same problem?  I am running XP Professional SP2.  Any help would be appreciated.

Cheers.
"jakeburkey" <>
NewsGroup User
Re: Installing VBSDK Starter Kit9/16/2005 4:40:31 AM

0

Kamran,

I think that you can get the install to recognize the default instance of MSDE by giving the ASPNET user account access and ownership of that instance (assuming that you are using IIS 5.x and not IIS 6.0).  The alternative is to create a named instance and use that, which works for sure. 

There are some good instructions for installing a named instance at this link:
http://web.lemoyne.edu/courseinformation/MIS465/Chapter06Data/MSDE_ReadMe.doc

Basically, you will do the following, step-by-step:

1. CONFIGURE THE  PATH  VARIABLE as described in the document linked above to
C:\Program Files\Microsoft SQL Server\80\Tools\Binn

2. CONFIGURE THE  ASPNET USER ACCOUNT - at the command prompt, enter

osql -E -S (local)\NetSDK -Q "sp_grantlogin 'MACHINENAME\ASPNET'"

3. CONFIGURE INDIVIDUAL DATABASES - at the command prompt, enter

osql -E -S (local)\NetSDK -d DatabaseName -Q "sp_grantdbaccess   'MACHINENAME\ASPNET'"

osql -E -S (local)\NetSDK -d
DatabaseName -Q "sp_addrolemember 'db_owner',   'MACHINENAME\ASPNET'"

Note: Replace the 'MACHINENAME' with the name of your server, and replace
DatabaseName with whatever name you want for the database.

If you want to use the default instance, just run the code above using (local) instead of (local)\NetSDK.

jake

2 Items, 1 Pages 1 |< << Go >> >|


Free Download:













concept of online/offline

where is assemblyinfo.cs in web site

anyone know of a simplistic callback example in vb?

sql database connectivity problem

proxy class

about the petstore3.0 samplecodes

cannot open database

gridview not updating

saving to database

updatepanel and updateprogress

login tool problem

database and data retrieval

error on aspx page after installing iisblockd

dymanmic layout. what is the best way to do it? still javascript or...?

dropdown menus

conversion from string "@value" to type 'double' is not valid.

back button help?

about mouse pointer to show user action

passing datanavigateurlformatstring values

day number in the week

onclick button event not firing

1.1 and 2.0 side by side

hi everyone i am still learning asp.net 2.0

asp.net site reports "internet explorer cannot display the webpage" when user clicks a hyperlink

same connection string works for enterprise library but not when i try just the hacked sqlconnection

system.net.mail issue - html alternateview losing period in href

web based text editor?

i have iis and asp.net software on my computer but it is not activated.

how can i change value?

reorderlist and sql server

can i write a service program using microsoft visual web developer 2005 express edition for asp.net web site?

xslt doubt?

session varibles

how to set visible ="false" in the fileupload textbox control

estantiate a process to run on the server

vb.net : timer control on web application

why is there no clear info on dropdownlist in propertygrid so hard?

validate text box for ip address in window form

new to dotnet

starting out - application design/layout

email switch from web.mail to net.mail

alternative help forums for asp.net??

import data

can vb/c#/j# .net create professional report?

reporting (web based) in vs2005

cannot delete a file...

refresh functions after updating a windows class

rounded <fieldset> in ie6?

security tab (sql error number is 1802...)

iframe dynamic height?

   
  Privacy | Contact Us
All Times Are GMT