Click here to Skip to main content
15,896,207 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: VC++ 6.0 vs VC++ 7.0 Pin
SiddharthAtw12-Dec-03 19:17
SiddharthAtw12-Dec-03 19:17 
GeneralRe: VC++ 6.0 vs VC++ 7.0 Pin
bneacetp5-Jan-04 17:39
bneacetp5-Jan-04 17:39 
GeneralApplication Name Missing in "Open With..." dialog Pin
rodgerc11-Dec-03 12:06
rodgerc11-Dec-03 12:06 
GeneralRe: Application Name Missing in "Open With..." dialog Pin
rodgerc12-Dec-03 7:04
rodgerc12-Dec-03 7:04 
GeneralWrong version when debugging Pin
morefalt11-Dec-03 8:03
morefalt11-Dec-03 8:03 
GeneralRe: Wrong version when debugging Pin
Stephane Rodriguez.11-Dec-03 8:30
Stephane Rodriguez.11-Dec-03 8:30 
GeneralNo Touch Deployment Pin
Anonymous11-Dec-03 7:45
Anonymous11-Dec-03 7:45 
GeneralRe: No Touch Deployment Pin
Heath Stewart11-Dec-03 12:13
protectorHeath Stewart11-Dec-03 12:13 
You have to setup appropriate code-access seucity. Open your Administrative Tools, open the Microsoft .NET Framework Configuration snap-in. Expand "Runtime Security Policy", then "Machine", then "Code Groups". Right-click on "All_Code" and click "New...". Specify either a Site or URL membership condition in the second step, then specify FullTrust for the permissions in the next step or use an appropriate default or custom permission set.

You should read more about code-access security in the .NET Framework SDK to fully understand what is going on here. .NET (actually, the Common Language Runtime, or CLR) is a "sandboxed" environment where certain code can only run if certain permissions are verified. This makes .NET a very safe runtime in which to program and execute programs.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralWindows Forms and MFC Pin
Late11-Dec-03 1:03
Late11-Dec-03 1:03 
GeneralRe: Windows Forms and MFC Pin
Stephane Rodriguez.11-Dec-03 7:25
Stephane Rodriguez.11-Dec-03 7:25 
GeneralContext Bound Objects Pin
ProffK10-Dec-03 22:22
ProffK10-Dec-03 22:22 
Generalcalling unmanged code from j# Pin
godzooky10-Dec-03 8:02
godzooky10-Dec-03 8:02 
GeneralRe: calling unmanged code from j# Pin
Heath Stewart11-Dec-03 12:15
protectorHeath Stewart11-Dec-03 12:15 
GeneralRe: calling unmanged code from j# Pin
godzooky15-Dec-03 6:14
godzooky15-Dec-03 6:14 
GeneralPlease help me. I want to create some tool windows in my main frame by VC++.net. Pin
freehawk10-Dec-03 0:14
freehawk10-Dec-03 0:14 
GeneralRe: Please help me. I want to create some tool windows in my main frame by VC++.net. Pin
Corinna John11-Dec-03 19:46
Corinna John11-Dec-03 19:46 
GeneralIncluding .net framework in project Pin
kornstyle8-Dec-03 6:32
kornstyle8-Dec-03 6:32 
GeneralRe: Including .net framework in project Pin
Ruchi Gupta10-Dec-03 7:52
Ruchi Gupta10-Dec-03 7:52 
GeneralRe: Including .net framework in project Pin
Not Active11-Dec-03 6:28
mentorNot Active11-Dec-03 6:28 
GeneralRe: Including .net framework in project Pin
Stephane Rodriguez.10-Dec-03 23:08
Stephane Rodriguez.10-Dec-03 23:08 
GeneralRe: Including .net framework in project Pin
Ruchi Gupta11-Dec-03 6:51
Ruchi Gupta11-Dec-03 6:51 
GeneralRe: Including .net framework in project Pin
Stephane Rodriguez.11-Dec-03 7:17
Stephane Rodriguez.11-Dec-03 7:17 
GeneralRe: Including .net framework in project Pin
Not Active11-Dec-03 7:02
mentorNot Active11-Dec-03 7:02 
GeneralRe: Including .net framework in project Pin
Stephane Rodriguez.11-Dec-03 7:18
Stephane Rodriguez.11-Dec-03 7:18 
General.NET Languages Pin
John L. DeVito6-Dec-03 8:52
professionalJohn L. DeVito6-Dec-03 8:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.