开发者

Microsoft CRM Development

开发者 https://www.devze.com 2023-02-25 16:37 出处:网络
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

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

0

精彩评论

暂无评论...
验证码 换一张
取 消