Welcome to dbForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Visual Web Developer 2005 To SQL Server Express

 
   Database Forums (Home) -> Connect RSS
Next:  SQLJ problem  
Author Message
JP

External


Since: Mar 07, 2006
Posts: 24



(Msg. 1) Posted: Wed Jan 30, 2008 6:06 pm
Post subject: Visual Web Developer 2005 To SQL Server Express
Archived from groups: microsoft>public>sqlserver>connect (more info?)

Not sure if this belongs here or in a Visual Web developer forum, but I think
the problem is SQL Server.

I installed SQL Server Express 2005. I can access it from the SQL Server
Management Studio Express to add databases, add tables, etc.

However, I cannot create an ODBC connection to it.

In addition, when I try to create a SQL Database from Visual Web Developer
2005 Express Edition, I get the following error message:

"Connections to SQL Server files (*.mdf) require SQL Server Express 2005 to
function properly. Please verify the installation of the component or
download from the URL http://go.microsoft.com/fwlink/?LinkID=49251"

When I go to that URL, it brings me to the page to download SQL Server
Express 2005.

My machine is a Dell Latitude D620, 1gig memory, 60gig hard drive running XP
Professional up-to-date with all service packs, patches, hotfixes, etc.

One thing, when I went to download DotNet2.0, Microsoft took me to a page
where it downloaded DotNet3.5. Would that have anything to do with the
problem?

Any thoughts? And thanks in advance. I'm really new to dot net, SQL
Server, etc.

 >> Stay informed about: Visual Web Developer 2005 To SQL Server Express 
Back to top
Login to vote
William Vaughn

External


Since: Jul 17, 2007
Posts: 94



(Msg. 2) Posted: Thu Jan 31, 2008 11:16 am
Post subject: Re: Visual Web Developer 2005 To SQL Server Express [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

SQL Server express is installed deaf and dumb. It can't be seen from the
network unless reconfigured. I suggest reading my whitepaper on connecting.
My 7th edition should also be a good match for you.
http://betav.com/blog/billva/2006/06/getting_and_staying_connected_1.html
and www.hitchhikerguides.net


--
__________________________________________________________________________
William R. Vaughn
President and Founder Beta V Corporation
Author, Mentor, Dad, Grandpa
Microsoft MVP
(425) 556-9205 (Pacific time)
Hitchhiker’s Guide to Visual Studio and SQL Server (7th Edition)
____________________________________________________________________________________________
"JP" wrote in message

> Not sure if this belongs here or in a Visual Web developer forum, but I
> think
> the problem is SQL Server.
>
> I installed SQL Server Express 2005. I can access it from the SQL Server
> Management Studio Express to add databases, add tables, etc.
>
> However, I cannot create an ODBC connection to it.
>
> In addition, when I try to create a SQL Database from Visual Web Developer
> 2005 Express Edition, I get the following error message:
>
> "Connections to SQL Server files (*.mdf) require SQL Server Express 2005
> to
> function properly. Please verify the installation of the component or
> download from the URL http://go.microsoft.com/fwlink/?LinkID=49251"
>
> When I go to that URL, it brings me to the page to download SQL Server
> Express 2005.
>
> My machine is a Dell Latitude D620, 1gig memory, 60gig hard drive running
> XP
> Professional up-to-date with all service packs, patches, hotfixes, etc.
>
> One thing, when I went to download DotNet2.0, Microsoft took me to a page
> where it downloaded DotNet3.5. Would that have anything to do with the
> problem?
>
> Any thoughts? And thanks in advance. I'm really new to dot net, SQL
> Server, etc.

 >> Stay informed about: Visual Web Developer 2005 To SQL Server Express 
Back to top
Login to vote
JP

External


Since: Mar 07, 2006
Posts: 24



(Msg. 3) Posted: Thu Jan 31, 2008 12:52 pm
Post subject: Re: Visual Web Developer 2005 To SQL Server Express [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks ... I see my problem now.

I was following the Microsoft Press Visual Web Developer 2005 Express
Edition book and I missed a step.

"William Vaughn" wrote:

> SQL Server express is installed deaf and dumb. It can't be seen from the
> network unless reconfigured. I suggest reading my whitepaper on connecting.
> My 7th edition should also be a good match for you.
> http://betav.com/blog/billva/2006/06/getting_and_staying_connected_1.html
> and www.hitchhikerguides.net
>
>
> --
> __________________________________________________________________________
> William R. Vaughn
> President and Founder Beta V Corporation
> Author, Mentor, Dad, Grandpa
> Microsoft MVP
> (425) 556-9205 (Pacific time)
> Hitchhiker’s Guide to Visual Studio and SQL Server (7th Edition)
> ____________________________________________________________________________________________
> "JP" wrote in message
>
> > Not sure if this belongs here or in a Visual Web developer forum, but I
> > think
> > the problem is SQL Server.
> >
> > I installed SQL Server Express 2005. I can access it from the SQL Server
> > Management Studio Express to add databases, add tables, etc.
> >
> > However, I cannot create an ODBC connection to it.
> >
> > In addition, when I try to create a SQL Database from Visual Web Developer
> > 2005 Express Edition, I get the following error message:
> >
> > "Connections to SQL Server files (*.mdf) require SQL Server Express 2005
> > to
> > function properly. Please verify the installation of the component or
> > download from the URL http://go.microsoft.com/fwlink/?LinkID=49251"
> >
> > When I go to that URL, it brings me to the page to download SQL Server
> > Express 2005.
> >
> > My machine is a Dell Latitude D620, 1gig memory, 60gig hard drive running
> > XP
> > Professional up-to-date with all service packs, patches, hotfixes, etc.
> >
> > One thing, when I went to download DotNet2.0, Microsoft took me to a page
> > where it downloaded DotNet3.5. Would that have anything to do with the
> > problem?
> >
> > Any thoughts? And thanks in advance. I'm really new to dot net, SQL
> > Server, etc.
>
 >> Stay informed about: Visual Web Developer 2005 To SQL Server Express 
Back to top
Login to vote
darkintel ice

External


Since: Apr 25, 2008
Posts: 1



(Msg. 4) Posted: Fri Apr 25, 2008 9:42 pm
Post subject: Re: Visual Web Developer 2005 To SQL Server Express [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Back to top
Login to vote
Display posts from previous:   
Related Topics:
Visual Studio c# Express --> SQL Server Express Connection - Hi I am possible to connect via the SQL Server Management Studio to the database in the network. I have difficulties to connect via the Visual Studio C# Express to the database. What can I do? What could be the failure? Everything works fine with the....

Tunneling + Sql Server 2005 Express - As a result of the new network policy in our company, I can no longer access a Sql Server instance located on a remote domain. Till now I accessed it by using "DataSource=mssql.domain.com\SQLEXPRESS;..." . Right now I am trying to access it ...

Unable to connect to SQL Express 2005 from remote location - Hi. Hoping someone can help with this one. I've inherited a Machine running an App that is using Sql Express 2005. It mirrors a few other machine that are set up in a similar way. The only difference is, from what I can tell it has previously had MSDE...

Can't connect to SQL Server 2000 with Visual Studio 2005 - I've been using Delphi for years (Win 32) and connecting to my SQL Server databases with no problem. I am now trying to learn both VB and C#. (Visual studio 2005) From the Data menu, I select Add New Data Source I then choose Database I select Microsof...

Remote Connection to SQL Server via Visual Studio - I use a hosting service for my SQL server because I don't have enough bandwith myself, I used to develop in Dreamweaver which would deploy some files to the server then come back with the schema so I could develop apps with all the benefits of..
   Database Forums (Home) -> Connect All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]