Problems with configuring .Net hosted control
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, i have 2 problems i've created a .Net hosted control library which should run with explorer, and it loads when i'm starting html page but when it tries to work with files, Runtime throws an exception 1) Could you write how-to configure my DLL in .Net framework mmc (it shows messages that strong name required and so on) 2) I have a public available event OnCompile(string text) and a public available variable oncompile but when i'm trying to add an event handler to my .Net control in Java script like document.supercontrol.oncompile = javascriptproc function javascriptproc(text) { document.write(text); } it doesn't work Thank's