This is a discussion on ImageMagick MagickNet C# WebApplication within the C# Programming forums, part of the Software Development category; External component has thrown an exception. Description: An unhandled exception occurred during the execution of the current web request. Please ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#41
| |||
| |||
| External component has thrown an exception. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Runtime.InteropServices.SEHException: External component has thrown an exception. Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace: [SEHException (0x80004005): External component has thrown an exception.] Magick.Image.{ctor}(Image* , basic_string<char\,std::char_traits<char>\,std::al locator<char> >* ) +0 ImageMagickNET.Image..ctor(String imageSpec)
__________________ The MOSS Master of Solution Service |
|
#42
| |||
| |||
| May be Rights issue Use impersonate <identity impersonate="true" userName="domain\admin" password="password"/> in web.config |
|
#43
| |||
| |||
| Hello everybody, I am using the latest version of ImageMagick with MagickNET and Ghostscript for a .NET project in C#. I am trying to create an Enumerator to parse a multi-page PDF document and export each page to jpg. I use the following code: Code: ImageMagickNET.ImageList imgList = new ImageMagickNET.ImageList(); imgList.ReadImages(Server.MapPath(filename)); ImageMagickNET.ImageListEnumerator imgArray = new ImageMagickNET.ImageListEnumerator(imgList); CS1502: The best overloaded method match for 'ImageMagickNET.ImageListEnumerator.ImageListEnume rator(std.list<Magick::Image,std::allocator<Magick ::Image> >*)' has some invalid arguments Does anyone know what "std.list<Magick::Image,std::allocator<Magick::Ima ge> >*" is? |
|
#44
| |||
| |||
| I am also getting the same error while using the same method....but i dont think it is not a correct version...ImageMagick DLL doen not have the function...... |
|
#45
| |||
| |||
| Hi, Kingmaker : I can not open your first .dll can you please, can you try to send it per mail? The dll works well on the developement PC but on others PC I get an error: An error occured during the process : Could not load file or assembly 'MagickNet, Version=1.0.0.3, Culture=neutral, PublicKeyToken=null' |
|
#46
| |||
| |||
| can u give me the full exception msg...i think the system...could not find the"System.IO.FileNotFoundException" and ur email id? |
|
#47
| |||
| |||
| Thanks for your answers (it was me by mail too alias superfifi). I have two cases
I am totally lost, please help me ![]() |
|
#48
| |||
| |||
| Please install this..... Download details: Visual C++ 2005 SP1 Redistributable Package (x86) Quote:
FEEL FREE TO ASK UR QUERIES ![]() Last edited by kingmaker : 01-10-2008 at 02:05 AM. |
|
#49
| |||
| |||
| !!!!!!!!!!! THANKS A LOT!!!!!!! With the dll from the website, we need the C++ lib's tranks kingmaker for your skills and your patience! |
|
#50
| |||
| |||
| Great.... After installing the "Download details: Visual C++ 2005 SP1 Redistributable Package (x86)" this one....issue fixed right? |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Addnoise using ImageMagick MagickNet in C#.NET | Anandavinayagam | C# Programming | 1 | 09-20-2008 01:24 AM |
| Can anyone mail me a MagickNet.src.1.0.0.3.zip or MagickNet.dll | Savior | C# Programming | 8 | 09-16-2008 12:34 AM |
| ImageMagick Magicknet psd to gif C#.NET Web Application | kingmaker | C# Programming | 3 | 02-20-2008 08:57 PM |
| Chop Image using ImageMagick MagickNet | Anandavinayagam | C# Programming | 3 | 01-08-2008 03:32 AM |
| Database checkpoint, while,testing,webapplication | itbarota | Testing Tools | 1 | 08-17-2007 02:35 AM |
Our Partners |