You need to run the command devenv in a Visual Studio Command Prompt, not the regular command prompt or provide the full path to devenv. Devenv is the Visual Studio IDE executable.
Give a man a fish and you will feed him for a day. Teach a man to fish and you will feed him for a lifetime.
I can't get it to run from VS Command Promt. So i tried running it from windows (start, start search) and devenv /installvstemplates gives me operation could not be completed, then i tried devenv /resetsettingsfull and it runed and opened VS but the problem
still remains, no web.config in new website and no Ajax tab in tollbox
Please "Mark As Answer" if the post helped you.
mitja.gti | www.mitjagti.com
mitja.GTI
Star
11157 Points
2094 Posts
Visual studio 2010 missing ajax and no web.config when creating new project
Sep 28, 2010 09:25 AM|LINK
Hi,
when i opened my Visual Studio 2010 i noticed that my ajax tab was missing from my toolbox and ajax control kit too.
Then i noticed even that when i create new website, there is no web.config in it and it should be.
WHAT IS GOIN ON???? :/
please help, this is urgent (can't do nothing without ajax)
AJAX web.config Visual Studio 2010 error missing ajax control kit
mitja.gti | www.mitjagti.com
thuhue
All-Star
15625 Points
3146 Posts
Re: Visual studio 2010 missing ajax and no web.config when creating new project
Sep 28, 2010 04:24 PM|LINK
Are you working all by yourself or within a team?
Did others have the same problem?
mitja.GTI
Star
11157 Points
2094 Posts
Re: Visual studio 2010 missing ajax and no web.config when creating new project
Sep 28, 2010 08:56 PM|LINK
No, by myselfe.
I just reinstalled Visual Studio and the problem remains...
The onlything that i can remember before this is that i downloaded rar file with web.config in it from this site http://rtur.net/blog/post/2007/11/16/BlogEngine-and-ASPNET-AJAX-Extensions.aspx and viewed it in my VS2010
mitja.gti | www.mitjagti.com
gabriel.loza...
Contributor
3583 Points
800 Posts
Re: Visual studio 2010 missing ajax and no web.config when creating new project
Sep 28, 2010 09:01 PM|LINK
Open a Visual Studio command prompt and run this command:
devenv /installvstemplates
also try
devenv /resetsettingsfull
Did you repair install Visual Studio? Better is to completely uninstall and then install again.
mitja.GTI
Star
11157 Points
2094 Posts
Re: Visual studio 2010 missing ajax and no web.config when creating new project
Sep 28, 2010 09:03 PM|LINK
No i completly uninstalled and reinstalled.
>devenv /installvstemplates
Command "devenv" is not valid.
>devenv /resetsettingsfull
Command "devenv" is not valid.
>
mitja.gti | www.mitjagti.com
gabriel.loza...
Contributor
3583 Points
800 Posts
Re: Visual studio 2010 missing ajax and no web.config when creating new project
Sep 28, 2010 09:10 PM|LINK
You need to run the command devenv in a Visual Studio Command Prompt, not the regular command prompt or provide the full path to devenv. Devenv is the Visual Studio IDE executable.
mitja.GTI
Star
11157 Points
2094 Posts
Re: Visual studio 2010 missing ajax and no web.config when creating new project
Sep 28, 2010 09:20 PM|LINK
Yes. I did it from VS command prompt. What would be the full path? :/ (i even tried that with runing vs as admin)
ok i found full path <Visual Studio installation path>\Common7\IDE\ still no luck with executing it.... damn... is it Friday the 13th today?
mitja.gti | www.mitjagti.com
mitja.GTI
Star
11157 Points
2094 Posts
Re: Visual studio 2010 missing ajax and no web.config when creating new project
Sep 28, 2010 09:35 PM|LINK
I can't get it to run from VS Command Promt. So i tried running it from windows (start, start search) and devenv /installvstemplates gives me operation could not be completed, then i tried devenv /resetsettingsfull and it runed and opened VS but the problem still remains, no web.config in new website and no Ajax tab in tollbox
mitja.gti | www.mitjagti.com
mitja.GTI
Star
11157 Points
2094 Posts
Re: Visual studio 2010 missing ajax and no web.config when creating new project
Sep 28, 2010 09:44 PM|LINK
CAN SOMEONE HELP ME WITH THAT ?!?
THIS IS REALLY URGENT!
mitja.gti | www.mitjagti.com
gabriel.loza...
Contributor
3583 Points
800 Posts
Re: Visual studio 2010 missing ajax and no web.config when creating new project
Sep 28, 2010 09:54 PM|LINK
If you are talking about the AJAX Control Toolkit:
http://weblogs.asp.net/yousefjadallah/archive/2010/04/16/installing-ajax-control-toolkit-4-in-visual-studio-2010.aspx
About the missing web.config when creating a new project, that is strange but not a showstopper just add it manually then.