On Tue, 2006-12-26 at 14:15 +0600, Mohammad Abul Khayer wrote:
> Now i remove my COM component from my project working with a alternative
> .NET DLL Control. i can use these control just refferecing it with out any
> registration like OCX .
> it also work well in IIS.But following error in XSP2 ...............
> 
> 
> Server Error in '/' Application
> Parser Error
> Description: Error parsing a resource required to service this request.
> Review your source file and modify it to fix this error.
> 
> Error message:
> Assembly stdole, Version=7.0.3300.0, Culture=neutral,
> PublicKeyToken=B03F5F7F11D50A3A not found

I imagine that stdole uses OLE, which is COM, and which isn't supported
under Linux.  Thus your "alternative .NET DLL Control" isn't a fully
managed assembly, but instead a wrapper over an existing COM control.

 - Jon


_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to