Problem with Visual Studio 2005
-
I recently reinstalled visual studio, but now when i try to add a class (project -> add class) instead of having a class, i have an option to add an interface...and instead of windows form i have inherited form. Is there a way to add the form and class templates?
-
I recently reinstalled visual studio, but now when i try to add a class (project -> add class) instead of having a class, i have an option to add an interface...and instead of windows form i have inherited form. Is there a way to add the form and class templates?
have you tried the /resetsettings switch when running devenv?
Tech, life, family, faith: Give me a visit. I'm currently blogging about: Just F-ing Do It :) The apostle Paul, modernly speaking: Epistles of Paul Judah Himango
-
have you tried the /resetsettings switch when running devenv?
Tech, life, family, faith: Give me a visit. I'm currently blogging about: Just F-ing Do It :) The apostle Paul, modernly speaking: Epistles of Paul Judah Himango
um, i don't really know how to do that =[ and it's a fresh installation so i don't know if resetting settings would help, it's already it's default
-
um, i don't really know how to do that =[ and it's a fresh installation so i don't know if resetting settings would help, it's already it's default
Start up Visual Studio by the command line, passing /resetSettings as a command line argument. If you don't know how to start applications with command line arguments, you should learn how to do that before continuing programming. Does
right-click on your project -> New Item... -> Class
work?Tech, life, family, faith: Give me a visit. I'm currently blogging about: Just F-ing Do It :) The apostle Paul, modernly speaking: Epistles of Paul Judah Himango
-
Start up Visual Studio by the command line, passing /resetSettings as a command line argument. If you don't know how to start applications with command line arguments, you should learn how to do that before continuing programming. Does
right-click on your project -> New Item... -> Class
work?Tech, life, family, faith: Give me a visit. I'm currently blogging about: Just F-ing Do It :) The apostle Paul, modernly speaking: Epistles of Paul Judah Himango
i did resetsettings and it didn't work, and when i right click-add item on my project i don't have a class but when i do the same on the solution i do...=\
-
i did resetsettings and it didn't work, and when i right click-add item on my project i don't have a class but when i do the same on the solution i do...=\
Maybe your project's type, intentional or not, is such that it can not hold classes.
sharpiesharpie wrote:
when i do the same on the solution i do...=
I doubt that, the only thing a solution can hold is projects. Did you have disk problems ? Did you edit solution/project files manually ? I suggest you try again, at least with a new project inside the existing solution; better yet with a new solution and new project. :)
Luc Pattyn [Forum Guidelines] [My Articles]
this weeks tips: - make Visual display line numbers: Tools/Options/TextEditor/... - show exceptions with ToString() to see all information - before you ask a question here, search CodeProject, then Google
-
Maybe your project's type, intentional or not, is such that it can not hold classes.
sharpiesharpie wrote:
when i do the same on the solution i do...=
I doubt that, the only thing a solution can hold is projects. Did you have disk problems ? Did you edit solution/project files manually ? I suggest you try again, at least with a new project inside the existing solution; better yet with a new solution and new project. :)
Luc Pattyn [Forum Guidelines] [My Articles]
this weeks tips: - make Visual display line numbers: Tools/Options/TextEditor/... - show exceptions with ToString() to see all information - before you ask a question here, search CodeProject, then Google
obviously...i said it's been that way since i installed VS (after formatting) =/