Launch devenv.exe and open a web site?

  • Thread starter Thread starter Samuel R. Neff
  • Start date Start date
S

Samuel R. Neff

Can I launch devenv.exe and specify a web site to open via command
line? No solution or project file, just a web site.

Thanks,

Sam
 
See here:http://scottonwriting.net/sowblog/posts/4836.aspx
orhttp://weblogs.asp.net/bradleyb/archive/2005/12/09/432802.aspx

If you just want to get the cassini web-server working:http://dotnetjunkies.com/WebLog/saravana/archive/2005/06/18/126143.aspx
orhttp://weblogs.asp.net/rmclaws/archive/2005/10/25/428422.aspx

Google has the anwers... if you know the questions ;-p

Marc

See the command line switches for devenv - I guess you are planning to
use it through command line;

http://msdn2.microsoft.com/en-us/library/xee0c8y7(vs.71).aspx
 
Thanks Marc and Aneesh for your responses.

So from Marcs posts it looks like devenv.exe can not open a website
via the command line out of the box--both the posted solutions require
either creating a solution/project file or creating a macro which
would not work for a generally distributed utility which unfortunately
are not viable options in my situation. What about DDE, is there any
documentation on supported DDE messages that I can send to visual
studio? I searched but couldn't find anything.

Aneesh, thanks for the tip but as you can see from the link you posted
there is no command line switch for opening a website, hence the
question here.

Best regards,

Sam.


------------------------------------------------------------
We're hiring! B-Line Medical is seeking .NET
Developers for exciting positions in medical product
development in MD/DC. Work with a variety of technologies
in a relaxed team environment. See ads on Dice.com.
 
Thanks Marc and Aneesh for your responses.

So from Marcs posts it looks like devenv.exe can not open a website
via the command line out of the box--both the posted solutions require
either creating a solution/project file or creating a macro which
would not work for a generally distributed utility which unfortunately
are not viable options in my situation. What about DDE, is there any
documentation on supported DDE messages that I can send to visual
studio? I searched but couldn't find anything.

Aneesh, thanks for the tip but as you can see from the link you posted
there is no command line switch for opening a website, hence the
question here.

Best regards,

Sam.

------------------------------------------------------------
We're hiring! B-Line Medical is seeking .NET
Developers for exciting positions in medical product
development in MD/DC. Work with a variety of technologies
in a relaxed team environment. See ads on Dice.com.





- Show quoted text -

Okay. I didn't see the complete switches. So did you try Marc's
suggestions?. I don't know whether you can use EnvDTE namespace for
creating solutions/projects dynamically.
 
I read Marc's suggestions and I'm sure they'd work in some situations,
but I'm after an out-of-the-box solution that does not require
installing a macro into vs.net.

This is not for me to use on my workstation, this is for part of a
tool which will generate website code. I can generate a solution file
and open that, but I'd prefer to open just a website and not a
solution.

Thanks,

Sam
 

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