When I try to view the page I have just built in Dreamweaver in the Browser I get a message saying 'Invalid Syntax error'. Is there something I need to do before I view the page??

GLT

It is not a good choice to develop asp.net applications with Dreamweaver, use Visual Web Developer instead. The best choice will be using full-fledged Visual Studio .Net

You've posted this in the ASP.NET forum so I assume it's a .NET based application? If so, do you have a web server installed locally? I'm not familiar with Visual Studio but I assume it would come with something?

I have never used Visual Studio beofre so I am using Dreamweaver.
The problem before was that the IIS was not running, easily fixed. I can get some of my pages to load now but not them all... Dont understand why!??!

Thanks for your replies!

GLT

It might be that you are not delcaring all your namespaces that you are using.

Make sure to declare them either on page or in web.config.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.