Microsoft
Software
Hardware
Network
Question : Win7/ VS 2010 / SQL 2008 Express OK for dev platform
I need to re-develop a VB6 app into something modern.
I haven't coded in years.
I installed the Visual Studio 2010 beta 2 on my Windows 7 VM, but had problems connecting to the SQL 2008 Express which comes with the VS 2010.
I installed Sql Server Management Studio 2008 but when I went to install it on Windows 7, it complained.
This leaves me wondering if I might be better developing on Visual Studio 2008, SQL express 2008 on XP.
In other words: am I too too bleeding edge for my own good, especially since I don't' have a good modern skill set.
Whatta u think?
Thanks,
Mike
Answer : Win7/ VS 2010 / SQL 2008 Express OK for dev platform
Oh, I get it. It doesn't care for
(local)
. You must call your database by name, in this case, use
.\SQLExpress
. Worked for me!
Random Solutions
How to hide a startup form
edit ad add to xml fie
Exchage Error SPAM question.
Quick Launch Toolbar Office 2k7 - Roaming Profiles
Using Range(Cells(r1,c1),Cells(r<wbr />2,c2)) instead of Range("A1:B2")
I have 9 Cursore need to make one report
decrypt access database
Click Context Menu, opened by mshtml.IHTMLElement
ASP.NET reading, creating Excel files
How can I check when CType fails?