Message 1 of 4
Dot Net Version Issue

Not applicable
10-06-2009
12:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hello guys,
i am trying some things with signatures and encryption... for this i want to create an object of the class
"System.Security.Cryptography.ECDsaCng"
so with a line
ECdsa = dotnetobject "System.Security.Cryptography.ECDsaCng"
i should recive the object...
but i always get " Runtime error: Cannot resolve type: System.Security.Cryptography.ECDsaCng"
so i think this could be because its not available in older versions than dot net 3.5...
i downloaded and installed 3.5 but still doesnt work. im working with xp 64, max 2009 64 bit. I have still installed older versions of dot net - so is there a way specifying some version to load or something??
thanks in advance,
stefan
i am trying some things with signatures and encryption... for this i want to create an object of the class
"System.Security.Cryptography.ECDsaCng"
so with a line
ECdsa = dotnetobject "System.Security.Cryptography.ECDsaCng"
i should recive the object...
but i always get " Runtime error: Cannot resolve type: System.Security.Cryptography.ECDsaCng"
so i think this could be because its not available in older versions than dot net 3.5...
i downloaded and installed 3.5 but still doesnt work. im working with xp 64, max 2009 64 bit. I have still installed older versions of dot net - so is there a way specifying some version to load or something??
thanks in advance,
stefan