Hi
I want to know how I can forbid the use of a class with Enterprise Templates. I’ve already locked it in the toolbox panel but I want to lock it for instantiation too
How can I forbid the use of a class in particular without locking an entire reference
For example: I don’t want the developers to use SqlConnection but I don’t want to lock SqlCommand (it’s only an example, not the real case)
Thanks
George Archer [MSFT] - 23 Feb 2004 16:52 GMT
Hi Alan,
You should be able to exclude class items from the project elementset as
described in the following MSDN topic:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsent7/html
/vxwlkwalkthroughcreatingelementsetnodesinenterprisetemplatepolicyfiles.asp
I hope this helps!
George Archer [MSFT]
Microsoft
This posting is provided "AS IS" with no warranties, and confers no rights.