Programming CRM in an windows xp computer

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I know this is very basic, but I have no idea of how to do this, i want to
make a customization of CRM (customer relationship manager), and i don't know
if i can program from my windows xp computer while using the program running
on a server and adding the dlls from that server, or if i must install visual
studio in that server. any ideas?
 
Novapol said:
I know this is very basic, but I have no idea of how to do this, i want to
make a customization of CRM (customer relationship manager), and i don't know
if i can program from my windows xp computer while using the program running
on a server and adding the dlls from that server, or if i must install visual
studio in that server. any ideas?

You can set up Remote Debugging and attach to those remote dll's in the
debugger under Processes.
 
Back
Top