www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Can't get Visual D to come up. No warnings, no errors, no nothing

reply "WhatMeWorry" <kheaser gmail.com> writes:
Anybody installed Visual D recently?

As per the install instructions, I downloaded the  Visual Studio 
isolated Shell 2013 and its integrated package. Everything went 
smoothly.  I then downloaded Visual D and installed it with no 
problems. However, when I try to run the vdserver.exe 
application, nothing happens?

Am I missing something obvious?
Sep 21 2014
next sibling parent reply "Vladimir Panteleev" <vladimir thecybershadow.net> writes:
On Monday, 22 September 2014 at 03:21:44 UTC, WhatMeWorry wrote:
 Anybody installed Visual D recently?

 As per the install instructions, I downloaded the  Visual 
 Studio isolated Shell 2013 and its integrated package. 
 Everything went smoothly.  I then downloaded Visual D and 
 installed it with no problems. However, when I try to run the 
 vdserver.exe application, nothing happens?

 Am I missing something obvious?
Why are you running vdserver.exe? Since Visual D is a VS extension, wouldn't the expected way to use it is to start Visual Studio [Shell], and create a D project?
Sep 21 2014
parent reply "WhatMeWorry" <kheaser gmail.com> writes:
On Monday, 22 September 2014 at 03:30:22 UTC, Vladimir Panteleev 
wrote:
 On Monday, 22 September 2014 at 03:21:44 UTC, WhatMeWorry wrote:
 Anybody installed Visual D recently?

 As per the install instructions, I downloaded the  Visual 
 Studio isolated Shell 2013 and its integrated package. 
 Everything went smoothly.  I then downloaded Visual D and 
 installed it with no problems. However, when I try to run the 
 vdserver.exe application, nothing happens?

 Am I missing something obvious?
Why are you running vdserver.exe? Since Visual D is a VS extension, wouldn't the expected way to use it is to start Visual Studio [Shell], and create a D project?
Right. Then I guess I should be asking how does one start the Visual Studio Shell (isolated or otherwise)? I've downloaded the "isolated shell and the integrated package" installer and successfully installed them both. But after that I have no clue as to how to proceed. I only ran vdserver.exe because it is the only executable that I can find.
Sep 22 2014
parent reply "evilrat" <evilrat666 gmail.com> writes:
On Tuesday, 23 September 2014 at 03:14:27 UTC, WhatMeWorry wrote:
 On Monday, 22 September 2014 at 03:30:22 UTC, Vladimir 
 Panteleev wrote:
 On Monday, 22 September 2014 at 03:21:44 UTC, WhatMeWorry 
 wrote:
 Anybody installed Visual D recently?

 As per the install instructions, I downloaded the  Visual 
 Studio isolated Shell 2013 and its integrated package. 
 Everything went smoothly.  I then downloaded Visual D and 
 installed it with no problems. However, when I try to run the 
 vdserver.exe application, nothing happens?

 Am I missing something obvious?
Why are you running vdserver.exe? Since Visual D is a VS extension, wouldn't the expected way to use it is to start Visual Studio [Shell], and create a D project?
Right. Then I guess I should be asking how does one start the Visual Studio Shell (isolated or otherwise)? I've downloaded the "isolated shell and the integrated package" installer and successfully installed them both. But after that I have no clue as to how to proceed. I only ran vdserver.exe because it is the only executable that I can find.
shell version have name like "Visual Studio 2013"
Sep 22 2014
parent "evilrat" <evilrat666 gmail.com> writes:
On Tuesday, 23 September 2014 at 05:13:58 UTC, evilrat wrote:
 On Tuesday, 23 September 2014 at 03:14:27 UTC, WhatMeWorry 
 wrote:
 I've downloaded the "isolated shell and the integrated 
 package" installer and successfully installed them both. But 
 after that I have no clue as to how to proceed. I only ran 
 vdserver.exe because it is the only executable that I can find.
shell version have name like "Visual Studio 2013"
and finally, located at Program Files/Microsoft Visual Studio 12.0/Common7/IDE/devenv.exe
Sep 22 2014
prev sibling next sibling parent reply "remco johannes" <jamremco gmail.com> writes:
On Monday, 22 September 2014 at 03:21:44 UTC, WhatMeWorry wrote:
 Anybody installed Visual D recently?

 As per the install instructions, I downloaded the  Visual 
 Studio isolated Shell 2013 and its integrated package. 
 Everything went smoothly.  I then downloaded Visual D and 
 installed it with no problems. However, when I try to run the 
 vdserver.exe application, nothing happens?

 Am I missing something obvious?
you should install: vs shell intergrated Start: devenv.exe (develop environment) to start But it is a pain i am having trouble installing it as well i tried 2008 and 2010 Good luck, Remco
Sep 23 2014
parent reply "evilrat" <evilrat666 gmail.com> writes:
On Tuesday, 23 September 2014 at 07:02:58 UTC, remco johannes 
wrote:
 On Monday, 22 September 2014 at 03:21:44 UTC, WhatMeWorry wrote:
 Anybody installed Visual D recently?

 As per the install instructions, I downloaded the  Visual 
 Studio isolated Shell 2013 and its integrated package. 
 Everything went smoothly.  I then downloaded Visual D and 
 installed it with no problems. However, when I try to run the 
 vdserver.exe application, nothing happens?

 Am I missing something obvious?
you should install: vs shell intergrated Start: devenv.exe (develop environment) to start But it is a pain i am having trouble installing it as well i tried 2008 and 2010 Good luck, Remco
why you guys have problems with it? it is so simple, install isolated shell first, then install ingegrated shell, install visuald and now you have your visuald environment ready to use.
Sep 23 2014
next sibling parent "Remco johannes" <jamremco gmail.com> writes:
 why you guys have problems with it? it is so simple, install 
 isolated shell first, then install ingegrated shell, install 
 visuald and now you have your visuald environment ready to use.
i Tried al kind of combination and installing orer - including the one you propossed - unfortunately it did not work for some reason Remco
Sep 23 2014
prev sibling parent reply "remco johannes" <jamremco gmail.com> writes:
 why you guys have problems with it? it is so simple, install 
 isolated shell first, then install ingegrated shell, install 
 visuald and now you have your visuald environment ready to use.
i Tried al kind of combination and installing order - including the one you propossed - unfortunately it did not work for some reason Remco
Sep 23 2014
parent "evilrat" <evilrat666 gmail.com> writes:
On Tuesday, 23 September 2014 at 10:29:10 UTC, remco johannes 
wrote:
 why you guys have problems with it? it is so simple, install 
 isolated shell first, then install ingegrated shell, install 
 visuald and now you have your visuald environment ready to use.
i Tried al kind of combination and installing order - including the one you propossed - unfortunately it did not work for some reason Remco
iirc vs 2013 requires windows 8 or 8.1, try vs 2010 instead
Sep 23 2014
prev sibling parent "kiran kumari" <kiranfabzen gmail.com> writes:
On Monday, 22 September 2014 at 03:21:44 UTC, WhatMeWorry wrote:
 Anybody installed Visual D recently?

 As per the install instructions, I downloaded the  Visual 
 Studio isolated Shell 2013 and its integrated package. 
 Everything went smoothly.  I then downloaded Visual D and 
 installed it with no problems. However, when I try to run the 
 vdserver.exe application, nothing happens?

 Am I missing something obvious?
see more example http://techgurulab.com/course/java-quiz-online/
Sep 24 2014