This is a discussion on ImageMagick MagickNet C# WebApplication within the C# Programming forums, part of the Software Development category; I have used the MagickNet DLL in my ASP.Net application. When I try to install the application in a ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| I have used the MagickNet DLL in my ASP.Net application. When I try to install the application in a machine with .Net framework 2.0 alone I get the below error message. Whereas if fullest Visual studio 2005 is installed then there is no problem. Can any body help me in this regard. Server Error in '/Test' Application. -------------------------------------------------------------------------------- This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. (Exception from HRESULT: 0x800736B1) 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. For Past two days i am working on that to resolve this issue Thanks in Advance Any Help is appreciated...
__________________ The MOSS Master of Solution Service |
| Sponsored Links |
| |||
| If Visual Studio installed in the system XP/Windows 2003 server its working But not in net framework 2.0 I am also getting the same error...Did u resolve the issue.. Last edited by kingmaker : 10-09-2007 at 11:42 PM. |
| |||
| Clear me the error i am also in same situation But there is more source needed like VisualMagick Magick That is linked dynamically Last edited by kingmaker : 10-09-2007 at 11:43 PM. |
| |||
| You need this all source to build that in release mode ImageMagick: Install from Source MagickNet.src.1.0.0.3 ImageMagick-windows ImageMagick-6.3.1 ---> VisualMagick I am trying solve this path issue ..May be this is cause for the Quote:
Last edited by kingmaker : 10-09-2007 at 11:43 PM. |
| |||
| yes...I got the source its works for me I have Organized the folder like In D Drive Library Files ImageMagick-6.3.1 Open Source VC++ dll Project MagickNet.src.1.0.0.3 Some Lib ImageMagick-windows Because of the In VC++ Project they configured the path ../../ImageMagick-6.3.1 in ProjectProperties,C++/C,Linker So i did the Organization...It works..Build is Successful and the dll works in the ASP.NET Web Application too... ![]() Thanks for ur tips..finally i got the solution Try this
__________________ The MOSS Master of Solution Service |
| |||
| Oh...Good ....I am also got the dll successfully as per ur structure...thanks... But need to install ImageMagick-6.3.5-9-Q16-windows-dll.exe this thing in server. |
| |||
| You have to build the Magicknet dll in VC++ as release mode...or can u confirm this...i will guide you .. |
| |||
| Do u have downloaded the sources ... MagickNet.src.1.0.0.3 ImageMagick-windows ImageMagick-6.3.1 ---> VisualMagick |
| |||
| i have MagickNet.src.1.0.0.3.zip ImageMagick-windows.zip which contains ImageMagick-6.3.6 should i unzip MagickNet.src.1.0.0.3.zip and then unzip ImageMagick-windows.zip into the folder like: [MagickNet] <- folder [VisualMagick] <- folder MagickNet.sln |
| |||
| MagickNet.src.1.0.0.3 ImageMagick-windows ImageMagick-6.3.6 folder contains VisualMagick folder Open MagickNet.src.1.0.0.3...solution in Visual Studio..In Solution explorer Right Click the project and select Properties... In Properties ->Cofiguratration Properties->C/C++->General Right Side u can able to see the set of Properties for the General ..... In Addition Include Directories ..what is the Value... Last edited by kingmaker : 10-09-2007 at 07:19 AM. |
| |||
| this is the value of Addition Include Directories: "..\..\ImageMagick-6.3.1";"..\..\ImageMagick-6.3.1\magick" the value of Linker->General->Addition libfolders: "..\..\ImageMagick-6.3.1\VisualMagick\lib" |
| |||
| U have folder like this ImageMagick-6.3.6 But for release build it depends on the folder.... Quote:
1.Change the properties in Addition Include Directories and Linker: as ImageMagick-6.3.6 2.Rename the folder ImageMagick-6.3.6 to ImageMagick-6.3.1 Last edited by kingmaker : 10-09-2007 at 10:36 PM. |
| |||
| Ok. i changed the name of the properties but first i have to compile the libs in VisualMagick right? And how should the folder structure be, like this? |--[ImageMagick-6.3.6] |--[Projects] |--[MagickNet.src.1.0.0.3] |-- MagickNet.sln |
| |||
| i tried to compile but got many errors, i had to comment this two lines out in MagickTypes.h GrayPadQuantum = MagickLib::GrayPadQuantum, RGBPadQuantum = MagickLib::RGBPadQuantum and change in MagickColor.cpp color->R color->G color->B color->A to color.R color.G color.B color.A now i got these two errors left: HSLTransform is no element of MagickLib TransformHSL is no element of MagickLib |
| |||
| No need to compile ...Visual Magick |
| |||
| ok..good..i think almost u reached... can i give the dll for u |
![]() |
| Thread Tools | |
| Display Modes | |
| |