SSRS Visual Studio development environment

Hi,

I recently started SSRS developement, how do I setup properly the target AOS and database (dev test or production) in Visual Studio 2008? I didn’t found how to develop outside Production environnement

Thanks for any information

Thomas

Is this about AX 2009?

sorry, Yes AX 2009 without SP1, with SQL server 2005, Visual Studio 2008

Hi Thomas,

You can set the target by right clicking on VS → Properties and in the target set the path as.

For example:

“C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe” /AxConfig “ContosoDev”

or

If you Ax config file is located in ‘Z’ folder means,

“C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe” /AxConfig “z:\Config\ContosoDev.axc “

I have an error message : Invalid Command Line. Unknown Switch : AxConfig.

I’m Using AX 2009 without SP1