if I want to create a new object or entity
1. what should I do?
2. Is it need to create a new database?
3. Then where should I place my application? (at CRM
server or another server)
4. Can I place my application at the same CRM server?
5. I get error while I tried to place at the CRM server. I
get this error: File or assembly name System.Data, or one
of its dependencies, was not found. Is it due to the
difficult .net framework version problem? (I developed my
application at framework v1.1, but CRM server is v 1.0)

how

Re: Create new entity by Matt

Matt
Fri Feb 13 10:24:09 CST 2004

The framework version could be part of you problem. As for the other
questions, it really depends.

You could add tables to the CRM DB, but you risk running into a
problem down the road if MS ever uses the same table name. The
actualy app should probably run on the same web server though as that
would eliminate errors when the other server was down.

On Thu, 12 Feb 2004 00:30:27 -0800, "how"
<anonymous@discussions.microsoft.com> wrote:

if I want to create a new object or entity
1. what should I do?
2. Is it need to create a new database?
3. Then where should I place my application? (at CRM
server or another server)
4. Can I place my application at the same CRM server?
5. I get error while I tried to place at the CRM server. I
get this error: File or assembly name System.Data, or one
of its dependencies, was not found. Is it due to the
difficult .net framework version problem? (I developed my
application at framework v1.1, but CRM server is v 1.0)

how