LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 02-26-2011, 08:18 AM   #1
blackrosed
LQ Newbie
 
Registered: Feb 2011
Posts: 7

Rep: Reputation: 0
Monodevelop error


I've installed monodevelop and its depedencies. but, when i tried to build and run, it said that i don't have xsp2.

I tried to install xsp from source and it said i didn't have SqliteClient.dll. I checked and i've installed sqlite already. How to fix it?
okay, actually, i got a solution that i could edit xsp makefile to not checking test and it's worked.

I tried to run again, and the problem occur again. it said that it failed launch default browser. How to fix it?

Code:
Error launching web browser

GLib.GException: There was an error launching the default action command associated with this location.
  at Gnome.Url.Show (System.String url) [0x00000] in <filename unknown>:0 
  at MonoDevelop.Platform.GnomePlatform.ShowUrl (System.String url) [0x00000] in <filename unknown>:0 
  at MonoDevelop.Ide.DesktopService.ShowUrl (System.String url) [0x00000] in <filename unknown>:0 
  at MonoDevelop.AspNet.Gui.BrowserLauncher.LaunchDefaultBrowser (System.String url) [0x00000] in <filename unknown>:0
and one more, could I see design view of my code just like Visual Studio?

thanks a lot

Last edited by blackrosed; 02-26-2011 at 08:24 AM.
 
Old 02-26-2011, 10:11 AM   #2
animeresistance
Member
 
Registered: Feb 2004
Distribution: Slackware
Posts: 230

Rep: Reputation: 39
I'm not sure about this, but refers to Gnome desktop things ... =S
 
Old 02-26-2011, 10:17 AM   #3
animeresistance
Member
 
Registered: Feb 2004
Distribution: Slackware
Posts: 230

Rep: Reputation: 39
I forgot to ask, you downloaded mono from slackbuilds ?
 
Old 02-27-2011, 12:59 AM   #4
blackrosed
LQ Newbie
 
Registered: Feb 2011
Posts: 7

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by animeresistance View Post
I forgot to ask, you downloaded mono from slackbuilds ?
yeah, i installed it from slackbuild. people said to edit gnome configuration, but when i tried it, it didn't work. i'm using xfce.

or maybe i made a mistake. how to configure gnome desktop?

Last edited by blackrosed; 02-27-2011 at 01:01 AM.
 
Old 02-28-2011, 06:50 AM   #5
blackrosed
LQ Newbie
 
Registered: Feb 2011
Posts: 7

Original Poster
Rep: Reputation: 0
okay, now i'm able to open the browser. what i've done is to install gconf-editor.

now, other problem is how to view design view in mono. I've searched on internet and I got this: http://www.mono-project.com/AspNetEdit
but, i don't know how to configure it. I build it using Slacbuild and i've added --enable-aspnet --enable-aspnetedit on ./configure line already, but it seems doesn't work for me. anybody could help?

Last edited by blackrosed; 03-05-2011 at 12:20 AM.
 
Old 02-28-2011, 07:25 PM   #6
animeresistance
Member
 
Registered: Feb 2004
Distribution: Slackware
Posts: 230

Rep: Reputation: 39
Hmmm ... i wonder if it is under the development menu located in the main menu .... or maybe it can work in tthe command line (konsole or bash terminal) typing aspnetedit ....
 
Old 03-01-2011, 05:07 AM   #7
blackrosed
LQ Newbie
 
Registered: Feb 2011
Posts: 7

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by animeresistance View Post
Hmmm ... i wonder if it is under the development menu located in the main menu .... or maybe it can work in tthe command line (konsole or bash terminal) typing aspnetedit ....
hmm, i think i just downloaded the core of monodevelop. I got the full monodevelop with its extras here. It's included the aspnetedit in extras/. And, my new problem is I don't have monodevelop-core-addins package. where could i find that?
Code:
bash-4.1# ./configure
Looking for required packages
Checking for package 'mono-addins'.. found.
Checking for package 'monodevelop-core-addins'.. ERROR: Package named 'monodevelop-core-addins' >= 2.5.90 not found.
Try adjusting your PKG_CONFIG_PATH environment variable.
thanks anyway..
 
Old 03-04-2011, 01:56 PM   #8
blackrosed
LQ Newbie
 
Registered: Feb 2011
Posts: 7

Original Poster
Rep: Reputation: 0
okay i figure one thing, my monodevelop is 2.4.2 and i downloaded full source for 2.5.9. after i downloaded again 2.4.1, configure is worked. but, when i wanted to ./make, i got another problem..

Code:
./AspNetEdit.Integration/AspNetEditViewContent.cs(194,54): error CS1061: Type `MonoDevelop.AspNet.Parser.AspNetParsedDocument' does not contain a definition for `PageInfo' and no extension method `PageInfo' of type `MonoDevelop.AspNet.Parser.AspNetParsedDocument' could be found (are you missing a using directive or an assembly reference?)
/usr/lib/monodevelop/AddIns/MonoDevelop.AspNet/MonoDevelop.AspNet.dll (Location of the symbol related to previous error)
./AspNetEdit.Integration/AspNetEditViewContent.cs(195,57): error CS1061: Type `MonoDevelop.AspNet.Parser.AspNetParsedDocument' does not contain a definition for `PageInfo' and no extension method `PageInfo' of type `MonoDevelop.AspNet.Parser.AspNetParsedDocument' could be found (are you missing a using directive or an assembly reference?)
/usr/lib/monodevelop/AddIns/MonoDevelop.AspNet/MonoDevelop.AspNet.dll (Location of the symbol related to previous error)
Compilation failed: 2 error(s), 31 warnings
make[1]: *** [build/AspNetEdit.dll] Error 1
make[1]: Leaving directory `/data/data/software/linuxware/mono/monodevelop/mono-monodevelop-3adad89/extras/AspNetEdit'
make: *** [all-recursive] Error 1
could you help me please?
 
Old 03-05-2011, 12:22 AM   #9
blackrosed
LQ Newbie
 
Registered: Feb 2011
Posts: 7

Original Poster
Rep: Reputation: 0
bumps.. could anyone help me??
 
Old 03-05-2011, 12:37 AM   #10
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Quote:
Originally Posted by blackrosed View Post
bumps.. could anyone help me??
If nothing helps, shoot them with a mail: http://lists.ximian.com/mailman/list...nodevelop-list

You might not receive their replies in your inbox, so you must keep an eye on their archives, you question will get listed there.
 
Old 03-05-2011, 04:45 PM   #11
animeresistance
Member
 
Registered: Feb 2004
Distribution: Slackware
Posts: 230

Rep: Reputation: 39
Hmm ... wonder if u compiled the 2.5.9 version or the 2.4.2 ?
Mean, what version you installed first?
 
Old 03-08-2011, 04:38 AM   #12
blackrosed
LQ Newbie
 
Registered: Feb 2011
Posts: 7

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Anisha Kaul View Post
If nothing helps, shoot them with a mail: http://lists.ximian.com/mailman/list...nodevelop-list

You might not receive their replies in your inbox, so you must keep an eye on their archives, you question will get listed there.
okay, thanks.
Quote:
Originally Posted by animeresistance View Post
Hmm ... wonder if u compiled the 2.5.9 version or the 2.4.2 ?
Mean, what version you installed first?
yeah first I compiled 2.5.9 instead of 2.4.2. after I realized, i download 2.4.2, but that error occured when I compiled. Okay, maybe I will try something else or I will use Visual Studio instead.
thanks for replying me.
 
  


Reply



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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
help with MonoDevelop Scofield Linux - Newbie 1 04-25-2010 09:53 AM
monodevelop mumbo jumbo Linux - Desktop 0 02-03-2007 04:37 PM
Monodevelop baappi Fedora 0 02-01-2007 06:30 AM
Need help with monodevelop ImOk Programming 0 09-14-2006 10:16 AM
monodevelop causing error Kaiser Leo Linux - Software 0 06-26-2006 12:24 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 10:08 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration