I got an exception while debugging ;

Could not load type 'readAud.signalAndFft' from assembly 'readAud, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.

What does it mean ?
What should I do to remove it ?
I use VS 2008.
thnx

Recommended Answers

All 2 Replies

It was trying to load a type, 'readAud.singalAndFft' and failed to do so. TypeLoadException is thrown when the common language runtime cannot find the assembly, the type within the assembly, or cannot load the type.

It was trying to load a type, 'readAud.singalAndFft' and failed to do so. TypeLoadException is thrown when the common language runtime cannot find the assembly, the type within the assembly, or cannot load the type.

Is it the problem of the version number ?
I did include readAud.dll.
Actually it is an application where I am using Matlab function through C# app.

I made a similar program but I did not face any such problem !
This app builds without errors .......

What should I do ?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.