PC Review


Reply
Thread Tools Rate Thread

C# com Object in ASP(Win2000) Error!

 
 
Jthong
Guest
Posts: n/a
 
      16th Feb 2005
Sorry,I'english is no skill.
I created dll(com object) use C#,
it used is right by win2003
but while i put to a win2000 computer occur error.
(win2000 has installed .NET framework 1.1)

my dll use strong name and use underside release (win2000):
regasm /tlb:XAPP.tlb XAPP.dll
gacutil /i XAPP.dll

error msg:
Microsoft VBScript error
'800a03f6'

'End'

/iisHelp/common/500-100.asp£¬ÐÐ242

mscorlib error '80070002'

File or assembly name qjdwg8nm.dll, or one of its dependencies, was not
found.

DLL with one class (using
a web reference for a soap interface).
not use underside namespace is ok for ASP(win2000 or win2003)
......
using System.Xml.Serialization;
......
......
XmlSerializer xs=new XmlSerializer(fo.GetType());
xs.Serialize(stm,fo);
......
Why?


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Deserialization - Can see object properties in Visual Studiointellisense but receive object refernce not set error. YZ Microsoft C# .NET 0 27th Jun 2011 09:19 AM
COM Interop object can not called in Win2000 server =?Utf-8?B?ZGR0?= Microsoft Dot NET 0 29th Mar 2005 11:17 PM
Error code 4312: The object identifier does not represent a valid object Nicolas Caron Microsoft Windows 2000 Fax 1 19th Dec 2004 08:35 AM
Error number 429 - COM object with CLSID...usin the word.global object =?Utf-8?B?bnljZXJzX2RldmVsb3Blcg==?= Microsoft VB .NET 0 18th May 2004 06:41 PM
session variable giving 'Object reference not set to an instance of an object' error JC Microsoft C# .NET 1 11th Sep 2003 02:51 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:28 AM.