Link to home
Start Free TrialLog in
Avatar of sahrom
sahrom

asked on

web express and framework 1.1

Hi I am new to .net and am setting up  an IDE, I need to use the 1.1 frame work, need open source tool and so was wondering if web express has a place to change the framework to work with 1.1
ASKER CERTIFIED SOLUTION
Avatar of jonorossi
jonorossi

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sahrom
sahrom

ASKER

Thanks,  I am correct that sharp does not support web applications but only windows?
SharpDevelop does support web sites however it does not have a visual designer. While VS2005 supports both the standard Web Site and Web Application (via an addon). However you can't install the Web Application addon with VWD, only VS2005.

Under the features on the site is says: "Write C#, ASP.NET, ADO.NET, XML, HTML code"

I just installed it and it only comes with a template for a C# web site so you need to convert the C# template to a VB.NET by using the coverter after you create it in C#:
Project | Convert | From C# to VB.NET
Avatar of sahrom

ASKER

thank you for your reply so in sharp develp, to get it to work on a web site application you need to convert the C# to VB.NEt, so it then it will only be able to work on vb files? or C# can still be used
If you want to use VB.NET for your web site, yes you would need to create a C# web site then convert it to VB.NET. I am not sure why they didn't include a VB.NET template for a website unless I missed it while I was looking in the new project dialog.