I am new to Dynamic CRM. I need to learn 开发者_高级运维it asap so I can modify some custom code. I have inherited project files that have web pages and web service files. I do not see a solution file. How do I go about opening the project to figure out what I have to do?
You can open project files directly with Visual Studio (eg. .csproj). If you don't have any of those files if may be because you're code is a Visual Studio "website". To open it, open Visual Studio, File -> Open -> Website (Shift-Alt-O)
Create a new Blank Solution in Visual Studio.
Right-click the solution - Choose "Add Existing Project" or "Add existing website" if your website doesn't have a project file
Add each project file individually
精彩评论