Click here to Skip to main content
15,913,773 members
Home / Discussions / C#
   

C#

 
GeneralRe: Displaying Interactive Diagrams Pin
Steve Maier2-Feb-05 4:39
professionalSteve Maier2-Feb-05 4:39 
GeneralSQL transactions commit and rollback Pin
ppp00130-Jan-05 21:52
ppp00130-Jan-05 21:52 
GeneralRe: SQL transactions commit and rollback Pin
lainoo31-Jan-05 2:18
lainoo31-Jan-05 2:18 
GeneralRe: SQL transactions commit and rollback Pin
DavieB31-Jan-05 4:44
DavieB31-Jan-05 4:44 
GeneralC# dll VBA Excel Addin Pin
mitsemaj30-Jan-05 18:58
mitsemaj30-Jan-05 18:58 
GeneralRe: C# dll VBA Excel Addin Pin
Robert Rohde30-Jan-05 19:06
Robert Rohde30-Jan-05 19:06 
GeneralRe: C# dll VBA Excel Addin Pin
mitsemaj30-Jan-05 19:35
mitsemaj30-Jan-05 19:35 
Questionhow to used unmanaged class library on a C# web application Pin
smallcase30-Jan-05 16:54
smallcase30-Jan-05 16:54 
Hi, guys

I am trapped into a big trouble on how to use unmanaged class library code in a C# web application.

Now, I am working on a project to develop a web interface for SPlus, a statistical software tool. By intuitive, I plan to apply C# to develop web side, which will invoke some unmanaged code to use functions of SPlus. I have developed a unmanaged C++ class UM_A to use SPlus functions, and also developed a wrapped managed C ++ class M_A for that unmanaged class UM_A, and used managed M_A in the C# application.

First, I tried those unmanaged and managed classes in a window-based C# application, they are really working, and then, I move them to web application. They are failed. The failure is related to an exception of "FileNotFoundException", suggesting that
File or assembly name M_A, or one of its dependencies was not found.

I am very puzzled. Could you guys tell me what is going on? I know that C# web application can use Pinvoke c to reuse window DLL, and Marshaling to visit COM. But can it reuse old class library by way of wrapped managed class, and how to do?
I read many articles on how to utilize wrapped managed class for the reuse of unmanaged class library, but all of them are related to windows application.

Thanks

david

Generalsending file using UDP error Pin
Sakkijha30-Jan-05 11:16
Sakkijha30-Jan-05 11:16 
GeneralRe: sending file using UDP error Pin
Dave Kreskowiak31-Jan-05 1:34
mveDave Kreskowiak31-Jan-05 1:34 
GeneralRe: sending file using UDP error Pin
Sakkijha31-Jan-05 4:02
Sakkijha31-Jan-05 4:02 
QuestionHow can we program databases in C#? Pin
Kiran Satish30-Jan-05 10:06
Kiran Satish30-Jan-05 10:06 
AnswerRe: How can we program databases in C#? Pin
Luis Alonso Ramos30-Jan-05 10:13
Luis Alonso Ramos30-Jan-05 10:13 
GeneralRe: How can we program databases in C#? Pin
Kiran Satish30-Jan-05 17:54
Kiran Satish30-Jan-05 17:54 
GeneralRe: How can we program databases in C#? Pin
Luis Alonso Ramos30-Jan-05 18:22
Luis Alonso Ramos30-Jan-05 18:22 
GeneralRe: How can we program databases in C#? Pin
Kiran Satish30-Jan-05 20:44
Kiran Satish30-Jan-05 20:44 
GeneralRe: How can we program databases in C#? Pin
Yulianto.30-Jan-05 22:12
Yulianto.30-Jan-05 22:12 
GeneralRe: How can we program databases in C#? Pin
Kiran Satish31-Jan-05 17:59
Kiran Satish31-Jan-05 17:59 
GeneralRe: How can we program databases in C#? Pin
Yulianto.31-Jan-05 23:18
Yulianto.31-Jan-05 23:18 
AnswerRe: How can we program databases in C#? Pin
Mazdak30-Jan-05 10:14
Mazdak30-Jan-05 10:14 
QuestionButton control ? Pin
Christian Graus30-Jan-05 9:48
protectorChristian Graus30-Jan-05 9:48 
AnswerRe: Button control ? Pin
Robert Rohde30-Jan-05 19:01
Robert Rohde30-Jan-05 19:01 
GeneralGet an Image from an ImageList Pin
Luis Alonso Ramos30-Jan-05 9:44
Luis Alonso Ramos30-Jan-05 9:44 
GeneralRe: Get an Image from an ImageList Pin
Yulianto.30-Jan-05 22:36
Yulianto.30-Jan-05 22:36 
GeneralRe: Get an Image from an ImageList Pin
Luis Alonso Ramos31-Jan-05 5:24
Luis Alonso Ramos31-Jan-05 5:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.