Could not open project

  • Thread starter Thread starter Yuriy
  • Start date Start date
Y

Yuriy

I download a project from Microsoft site (Survey Admin)
http://msdn.microsoft.com/library/default.asp?
url=/library/en-us/dnaspp/html/surveysample1.asp
Installed it and try to open using
SurveyAdmin.vbproj file which I do usually when open
Projects and received a message (The project you trying to
open is a Web project. You need to open it by specifying
its URL path.) Although the project was installed properly,
Virtual directory was created and all files are available.
And another problem the wizard didn't create a database
in SQL Server.
If anybody ever had deal with that project please let me
know what to do. I'm very thanks for some help.
 
Two Possibilities:
1- create a new project and add the items to it from the project you
downloaded
2- Edit the "YourProject.vbproj.webinfo" file to point to your url
and YourProject.sln if it exists
That might do it for you. but depends
 
Back
Top