caspol in framework 3.0

D

DBC User

Today when I tried to run a caspol on a box where I have only
framework 3.0 and found out that it is not distributed like it does in
2.0 or 1.1
How can I run a caspol on client box where we have only framework 3.0?
Is it possible at all?
Thanks.
 
W

Willy Denoyette [MVP]

DBC User said:
Today when I tried to run a caspol on a box where I have only
framework 3.0 and found out that it is not distributed like it does in
2.0 or 1.1
How can I run a caspol on client box where we have only framework 3.0?
Is it possible at all?
Thanks.


Caspol is in your Framework\v2.0.50727 directory. Note that 3.0 is just a
set of additional libraries, the Base Framework is still v2.0.50727.

Willy.
 
C

Chris Dunaway

Today when I tried to run a caspol on a box where I have only
framework 3.0 and found out that it is not distributed like it does in
2.0 or 1.1
How can I run a caspol on client box where we have only framework 3.0?
Is it possible at all?
Thanks.

Please be a little more specific. .Net 3.0 is nothing more than a few
extra assemblies (WF, WPF, WCF) added to .Net 2.0. .Net 3.5 is the
next full version of the framework to be included with VS2008.

Which version are you using? If it is indeed .Net 3.0, then the
caspol utility should be located in the .net 2.0 folder:

On my box is it in C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727

Chris
 
D

DBC User

Caspol is in your Framework\v2.0.50727 directory. Note that 3.0 is just a
set of additional libraries, the Base Framework is still v2.0.50727.

Willy.

Thanks Willy, that answers the question.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top