Hi I have a C# web application

with a C# ActiveX tool that connects to the user's hardware to collect information.

anyways all works fine on most computer

except on some it shows me a (sometime on resetting of CAS permissions it works but soon starts throwing a fit)

"Assertion failed!" error (See screenshot)

new SecurityPermission(PermissionState.Unrestricted).Assert();

but the Error says it is "Microsoft Visual C++ Runtime Library" exception and from a completely different program NCS2Prov.exe which a bit of googling tells me is due to the network adapter.

My applications runs on the internet and has the right CAS permissions - is there any reason that the CAS permission might have been revoked?

Some clues on the internet tell me to reinstall the Microsoft Visual C++ Runtime library -- will reinstalling .net Framework 2.0 do the same thing?

alt text

link|improve this question

44% accept rate
Show us the source for NCSRuleReader.cpp – user295190 Oct 26 '10 at 4:50
6  
"My applications runs the internet"! LOL. Possibly better than "All your base..." – abelenky Oct 26 '10 at 4:57
haha my bad - wish it did :p – soldieraman Oct 27 '10 at 1:43
@Shiftbit -- umm it's not even my code – soldieraman Oct 27 '10 at 1:44
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.