Programming visual basic . net

  • Thread starter Thread starter Marc R.
  • Start date Start date
M

Marc R.

Hi all I got an issue with the exemple codes of that book : it wont open
into my studio.net environment got any clues ?

Marc R.
 
Marc R. said:
Hi all I got an issue with the exemple codes of that book : it wont open
into my studio.net environment got any clues ?

Error message? What version of VS.NET are you using and which version were
the samples developed for?
 
The selected file is not a valid Visual Studio soution file

thee file been :
Code Samples\16 Controls\OtherObjects\OtherObject.sln

the file contains :

Microsoft Visual Studio Solution File, Format Version 8.00

Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "OtherObjects",
"OtherObjects.vbproj", "{B7ABE5B3-C625-4F71-BBD7-6DB126FFAD6C}"

ProjectSection(ProjectDependencies) = postProject

EndProjectSection

EndProject

Global

GlobalSection(SolutionConfiguration) = preSolution

Debug = Debug

Release = Release

EndGlobalSection

GlobalSection(ProjectConfiguration) = postSolution

{B7ABE5B3-C625-4F71-BBD7-6DB126FFAD6C}.Debug.ActiveCfg = Debug|.NET

{B7ABE5B3-C625-4F71-BBD7-6DB126FFAD6C}.Debug.Build.0 = Debug|.NET

{B7ABE5B3-C625-4F71-BBD7-6DB126FFAD6C}.Release.ActiveCfg = Release|.NET

{B7ABE5B3-C625-4F71-BBD7-6DB126FFAD6C}.Release.Build.0 = Release|.NET

EndGlobalSection

GlobalSection(ExtensibilityGlobals) = postSolution

EndGlobalSection

GlobalSection(ExtensibilityAddIns) = postSolution

EndGlobalSection

EndGlobal



and my studio version is 7.0.9955
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top