IT Community - Software Programming, Web Development and Technical Support

ImageMagick MagickNet C# WebApplication

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 ...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Software Development > C# Programming

Register FAQ Members List Calendar Mark Forums Read

Reply
 
Thread Tools Display Modes
  #1  
Old 09-21-2007, 10:48 PM
Anandavinayagam Anandavinayagam is offline
D-Web Sr.Programmer
 
Join Date: Mar 2007
Posts: 135
Anandavinayagam is on a distinguished road
Question ImageMagick MagickNet C# WebApplication

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
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 09-21-2007, 10:51 PM
kingmaker kingmaker is offline
D-Web Genius
 
Join Date: Jun 2007
Posts: 881
kingmaker is on a distinguished road
Send a message via MSN to kingmaker
Question ImageMagick MagickNet C#, ASP.NET integration

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.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 09-21-2007, 10:53 PM
Anandavinayagam Anandavinayagam is offline
D-Web Sr.Programmer
 
Join Date: Mar 2007
Posts: 135
Anandavinayagam is on a distinguished road
Default Re: ImageMagick MagickNet C# WebApplication

I am trying to build Magicknet dll in Release mode

But not able to build ..It says some fatal error
__________________
The MOSS
Master of Solution Service
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 09-21-2007, 10:56 PM
kingmaker kingmaker is offline
D-Web Genius
 
Join Date: Jun 2007
Posts: 881
kingmaker is on a distinguished road
Send a message via MSN to kingmaker
Default ImageMagick - .NET C#

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.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 09-21-2007, 11:18 PM
Anandavinayagam Anandavinayagam is offline
D-Web Sr.Programmer
 
Join Date: Mar 2007
Posts: 135
Anandavinayagam is on a distinguished road
Default Re: ImageMagick MagickNet C# WebApplication

oh...

There is no VisualMagick folder


So where u download the source
__________________
The MOSS
Master of Solution Service
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 09-21-2007, 11:23 PM
kingmaker kingmaker is offline
D-Web Genius
 
Join Date: Jun 2007
Posts: 881
kingmaker is on a distinguished road
Send a message via MSN to kingmaker
Default ImageMagick in C#.NET

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:
This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. (Exception from HRESULT: 0x800736B1)
issue

Last edited by kingmaker : 10-09-2007 at 11:43 PM.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 09-21-2007, 11:31 PM
Anandavinayagam Anandavinayagam is offline
D-Web Sr.Programmer
 
Join Date: Mar 2007
Posts: 135
Anandavinayagam is on a distinguished road
Question Re: ImageMagick MagickNet C# WebApplication

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
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 09-21-2007, 11:33 PM
kingmaker kingmaker is offline
D-Web Genius
 
Join Date: Jun 2007
Posts: 881
kingmaker is on a distinguished road
Send a message via MSN to kingmaker
Question Re: ImageMagick MagickNet C# WebApplication

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.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 10-09-2007, 04:56 AM
chris chris is offline
D-Web Trainee
 
Join Date: Oct 2007
Posts: 15
chris is on a distinguished road
Default Re: ImageMagick MagickNet C# WebApplication

I am a complete newbie.

Could anyone please post a step by step tutorial how to compile the ImageMagick .net dll for a webproject?
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10  
Old 10-09-2007, 05:37 AM
kingmaker kingmaker is offline
D-Web Genius
 
Join Date: Jun 2007
Posts: 881
kingmaker is on a distinguished road
Send a message via MSN to kingmaker
Default Re: ImageMagick MagickNet C# WebApplication

You have to build the Magicknet dll in VC++ as release mode...or can u confirm this...i will guide you ..
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

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


All times are GMT -7. The time now is 01:58 PM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.
Our Partners
One Way Moving Companies | Stamford Dentist | Euro Millions Lottery | Home Loans| Furniture

SEO by vBSEO 3.0.0