Sri Lanka .NET Forum
a mission and a vision with .NET

C# DLL's

Get Microsoft Silverlight

rated by 0 users
This post has 3 Replies | 3 Followers

Top 500 Contributor
Newbie
Points 480
Xarzu Posted: 01-25-2008 3:48 AM
I thought that my problem was how I was declaring a manifest file. But now I think I can safely rule this out.

I think the probem lies in the way I am loading the DLL/COM object that the manifest file references.

The program runs -- sort of. After I embed the manifest file into the executable. I just cannot step through the code in debug mode.

So I put the manifest file into the list of files that the IDE had to reference. And then I noticed a big change. Then the executable that I produced had an error message (that I could ignore and continue running the program, if I choose to) that said the probem was with the way I was loading the COM object.

How do I load a DLL into a GUI front-end written in C#. Where should I look for possible problems?
  • | Post Points: 30
Top 200 Contributor
Cool Newbie
Points 1,050

 hi guys

Did u try  to register dll. if not go to run and register Dll.
C:\> regsvr32 <Dll PathName>.

BR

Hasraj 

 

Hasraj

  • | Post Points: 30
Top 500 Contributor
Newbie
Points 480

Hasraj:

 hi guys

Did u try  to register dll. if not go to run and register Dll.
C:\> regsvr32 <Dll PathName>.

BR

Hasraj 

 

 

I wonder what this can mean:

I wonder if this means it is called from another DLL.
  • | Post Points: 30
Top 150 Contributor
Cool Newbie
Points 950

Didn`t you try to load  .dll file using browser mode or if load the correct .dll files then it can be a

problem with using manges code for COM object.

http://www.csharphelp.com/archives/archive63.html

Game developer.

Sri Lanka`s First XNA / DirectX MVP ...

https://mvp.support.microsoft.com/profile/Uditha

  • | Post Points: 10
Page 1 of 1 (4 items) | RSS
This space is available for you to advertise. Please contact admin@dotnetforum.lk for more details on how to advertise on the .NET Forum.
Copyright © Sri Lanka .NET Forum. All Rights Reserved. Terms of Use | Privacy Policy