Discussion:
Could I install Visual Studio 2008 and VWD 2008 express
(too old to reply)
Chen
2009-10-10 05:08:02 UTC
Permalink
Could I install Visual Studio 2008 and VWD 2008 express in same machine?
If so, and SQL server 2008 are installed, should I still need to install SQL
2008 express?

As I know VS 2005 express like to work with SQL server 2005 express not want
work with SQL server 2005

Thanks
PvdG42
2009-10-10 14:22:09 UTC
Permalink
Post by Chen
Could I install Visual Studio 2008 and VWD 2008 express in same machine?
If so, and SQL server 2008 are installed, should I still need to install SQL
2008 express?
As I know VS 2005 express like to work with SQL server 2005 express not want
work with SQL server 2005
Thanks
The question is: why would you want to? VS is a superset of the Express
editions, so Express gives you nothing you don't already have in VS. Same
thing goes for the SQL Server question. If you already have a full SQL
Server 2008, you can point your apps to that, even if you let the VS
installer install SQL 2005 Express. BTW, you do know that you need SP1 for
VS 2008 so it will work with SQL 2008, right?
Chen
2009-10-10 16:02:01 UTC
Permalink
I thought VWD 2008 might be better then VS2008 for ASP.NET Application.
I am new to ASP.NET
I could not find and add Layout Menu in VS2008.
I need set Absolute position for each control.
Post by PvdG42
Post by Chen
Could I install Visual Studio 2008 and VWD 2008 express in same machine?
If so, and SQL server 2008 are installed, should I still need to install SQL
2008 express?
As I know VS 2005 express like to work with SQL server 2005 express not want
work with SQL server 2005
Thanks
The question is: why would you want to? VS is a superset of the Express
editions, so Express gives you nothing you don't already have in VS. Same
thing goes for the SQL Server question. If you already have a full SQL
Server 2008, you can point your apps to that, even if you let the VS
installer install SQL 2005 Express. BTW, you do know that you need SP1 for
VS 2008 so it will work with SQL 2008, right?
PvdG42
2009-10-11 17:48:58 UTC
Permalink
Post by Chen
I thought VWD 2008 might be better then VS2008 for ASP.NET Application.
I am new to ASP.NET
I could not find and add Layout Menu in VS2008.
I need set Absolute position for each control.
Are you referring to the Layout toolbar? Right-click on your VS menu bar (in
an empty spot) and the list of available toolbars will display. Click on
Layout and the Layout toolbar will be added.
PvdG42
2009-10-11 18:00:39 UTC
Permalink
Post by Chen
I thought VWD 2008 might be better then VS2008 for ASP.NET Application.
I am new to ASP.NET
I could not find and add Layout Menu in VS2008.
I need set Absolute position for each control.
Read this article on how to use absolute positioning for your web controls.

http://msdn.microsoft.com/en-us/library/ms178151(VS.80).aspx
PvdG42
2009-10-11 18:18:21 UTC
Permalink
Post by Chen
I thought VWD 2008 might be better then VS2008 for ASP.NET Application.
I am new to ASP.NET
I could not find and add Layout Menu in VS2008.
I need set Absolute position for each control.
Please disregard the previous message. There is no Layout Menu in VS 2008.
For the absolute positioning you want to use, try this suggestion,

VS2008 made some sweeping changes to web formatting. Specifically it now
pushes CSS styles over inline attributes. You can control these settings
using the Tools\Options -> HTML Designer\CSS and CSS Styling. In the CSS
Styling section is the option to change the positioning of controls. Unlike
VS2005 you only have the option of relative or absolute. You'd use a CSS
style for anything else. When you create a new CSS Style one of the options
is to control auto positioning of new items. Select Format\New Style from
the menu. In the Position category are the settings for position (similar
to the CSS properties in VS2005).

The above originally by Michael Taylor [MVP]
Gregory A. Beamer
2009-10-12 15:31:23 UTC
Permalink
Post by Chen
Could I install Visual Studio 2008 and VWD 2008 express in same
machine? If so, and SQL server 2008 are installed, should I still need
to install SQL 2008 express?
Yes, but there is no reason to do it, as you have everything VWD offers in
Visual Studio.

Peace and Grace,
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com

*******************************************
| Think outside the box! |
*******************************************
Chen
2009-10-15 20:44:38 UTC
Permalink
ut I think VWD might be better tools for ASP.NET then VS.
I am new to ASP and am learn AJAX from Vdio
http://www.asp.net/learn/ajax-videos/video-79.aspx.
I followed the Vedio and tried with VB code in VS2005 and VS2008, both failed.
Callback not working,
I keep getting "SimpleService" is undefined error in VB2008. And it simple
says error in code in VB2005.
I found there are other person have same problem by using VB2005 or VB2008.
I tried put SimpleService.VB in APP_Code Folder, still keep getting error.
But I can see it works with VWS in the Vedio
Post by Gregory A. Beamer
Post by Chen
Could I install Visual Studio 2008 and VWD 2008 express in same
machine? If so, and SQL server 2008 are installed, should I still need
to install SQL 2008 express?
Yes, but there is no reason to do it, as you have everything VWD offers in
Visual Studio.
Peace and Grace,
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
Blog: http://gregorybeamer.spaces.live.com
*******************************************
| Think outside the box! |
*******************************************
Gregory A. Beamer
2009-11-13 19:41:17 UTC
Permalink
Post by Chen
ut I think VWD might be better tools for ASP.NET then VS.
Why? VWD is the same designer whether you use VWD as a product or the
full VS. The main advantage of VWD is it is free.
Post by Chen
I am new to ASP and am learn AJAX from Vdio
http://www.asp.net/learn/ajax-videos/video-79.aspx.
I followed the Vedio and tried with VB code in VS2005 and VS2008, both
failed. Callback not working,
I keep getting "SimpleService" is undefined error in VB2008. And it
simple says error in code in VB2005.
The code in the sample uses early AJAX bits (it is well before 2008 came
out).
Post by Chen
I found there are other person have same problem by using VB2005 or
VB2008. I tried put SimpleService.VB in APP_Code Folder, still keep
getting error. But I can see it works with VWS in the Vedio
Create the service file and let it put the code file where it wants. The
later versions of visual studio will put it in App_Code, but the older
versions will not. Not 100% sure that is the problem, but it is a
possibility.

You also have to be sure you are aiming your AJAX call at the right
site, etc.

Peace and Grace,
Greg
--
Vote for Miranda's Christmas Story
http://tinyurl.com/mirandabelieve

Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com

*******************************************
| Think outside the box! |
*******************************************
Loading...