M
Mr. X.
Hello,
At the following web site, (just look at the concept) there is an example
that I can use a windows user-control (winform),
and put it on the web site.
http://www.codeproject.com/KB/dotnet/CSharpApplet.aspx
For following
==========================
<OBJECT id="myID" height="150" width="300"
classid="http://localhost/CSharpApplet.dll#CSharpApplet.MyApplet"
VIEWASTEXT>
</OBJECT>
That's work fine.
But what if I need some dlls of mine, that should be included :
Where and how should I put them.
I have created a user-control, that use some dlls of mine.
I want to put it on web-site (now checking on my computer),
but I get the message :
Could not load file or assembly 'MyDll, Version = 1.0.0.0, Culture =
neutral, PublicKeyToken = null' or one of its dependencies. Failed to grant
minimum
permission request. (Exception from HResult : 0x80131417)
I have Windows7.
I am developing in VS 2008, C#, framework 3.5
Any help would be appreciated.
Thanks
At the following web site, (just look at the concept) there is an example
that I can use a windows user-control (winform),
and put it on the web site.
http://www.codeproject.com/KB/dotnet/CSharpApplet.aspx
For following
==========================
<OBJECT id="myID" height="150" width="300"
classid="http://localhost/CSharpApplet.dll#CSharpApplet.MyApplet"
VIEWASTEXT>
</OBJECT>
That's work fine.
But what if I need some dlls of mine, that should be included :
Where and how should I put them.
I have created a user-control, that use some dlls of mine.
I want to put it on web-site (now checking on my computer),
but I get the message :
Could not load file or assembly 'MyDll, Version = 1.0.0.0, Culture =
neutral, PublicKeyToken = null' or one of its dependencies. Failed to grant
minimum
permission request. (Exception from HResult : 0x80131417)
I have Windows7.
I am developing in VS 2008, C#, framework 3.5
Any help would be appreciated.
Thanks