Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Visual Studio 2005 Upgrade/Building/Deployment Help Needed

Status
Not open for further replies.

sunil128

Programmer
Mar 20, 2008
45
GB
Please move this to a more appropriate forum if there is one.

Hi all I am very new to visual studio 2005 and building web Applications and need some help. We have an existing web application (C#) that was created in visual studio 2003 and we have been given the source code. However we are now using VS 2005.

We now need to develop this application further by add a couple of more web pages to the project and some fairly simple database functionally to it

We converted the project to 2005 using the wizard, but following the conversion we are getting errors because references to Crystal Reports 9 still exist in the project , but obviously we dont have the Crystal Reports 9 assemblies anymore as VS 2005 uses Crystal Reports 10, so it throws out errors. It also doesn’t update the web.config file or the dependencies (assemblies) with the relevant v.10 equivalent. (We have kept a copy of the original 2003 source incidentally if we need to revert)

There are also some warnings following the conversion

But the biggest problem I am having is understanding the concepts of compiling, building & publishing!!

Can someone explain to me simple terms what the process is exactly for building/compiling a web application?
What is meant by Build Solution, Build Website, Rebuild Solution, Rebuild Website etc etc??? And what exactly are the differences between building and publishing?

Do we build the solution first, then the website and then publish??? I don’t get it. Can someone break down the steps in layman terms, or provide a very simple example.

Also how do compile/build the application so that a DLL is built? As we want to then package the application so that can be installed/deployed on a remote sever?

Thanks
 
Can anyone help with this, i realise its a very low-level question but any help would be greatly appreciated.
 
sunnil hie well email me and then i can send you some pdf files that can help you with that i hope i am not late heey please do email me we can become programer buddies
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top