Re: [Mono-list] GTK-Sharp Problems

2009-03-09 Thread Sandy Armstrong
If you're going to install from source, you need to read and follow this:

http://www.mono-project.com/Parallel_Mono_Environments

Chances are that before, you installed your custom mono into a non-/usr 
prefix, and Banshee was looking for gtk-sharp and friends in the older 
/usr-installed Mono.

But the best thing, as Alan suggests, is to use a recent distro with 
recent Mono packages.  On openSUSE, for example, you can subscribe to a 
repository that gets you preview versions of Mono if you need them.

Sandy

On 03/08/2009 12:54 PM, b0wter wrote:
> Hi,
>
> thats what i tryed before i posted here. Sorry that i missed to mention
> that.
> But i dont know what to do for an all new clean installation. I guessed i
> have missed some steps the last time i tried (I just used my packet manger
> to remove all packages that i found searching for mono and having to do
> something with the framework).
>
> Johannes
>
>
> Alan McGovern-2 wrote:
>> Hi,
>>
>> Your best bet would be to undo everything you've done to install
>> mono/monodevelop/gtk-sharp and then install the versions supplied in your
>> package manager instead. You have a broken install and I couldn't even
>> begin
>> to offer any sort of hints on how to fix it unless i knew exactly what was
>> on your system before and exactly what you did to 'download and install
>> mono
>> manually'.
>>
>> Alan.
>>
>

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] GTK-Sharp Problems

2009-03-08 Thread b0wter

Hi,

thats what i tryed before i posted here. Sorry that i missed to mention
that.
But i dont know what to do for an all new clean installation. I guessed i
have missed some steps the last time i tried (I just used my packet manger
to remove all packages that i found searching for mono and having to do
something with the framework).

Johannes


Alan McGovern-2 wrote:
> 
> Hi,
> 
> Your best bet would be to undo everything you've done to install
> mono/monodevelop/gtk-sharp and then install the versions supplied in your
> package manager instead. You have a broken install and I couldn't even
> begin
> to offer any sort of hints on how to fix it unless i knew exactly what was
> on your system before and exactly what you did to 'download and install
> mono
> manually'.
> 
> Alan.
> 

-- 
View this message in context: 
http://www.nabble.com/GTK-Sharp-Problems-tp22381859p22402201.html
Sent from the Mono - General mailing list archive at Nabble.com.

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] GTK-Sharp Problems

2009-03-08 Thread Alan McGovern
Hi,

Your best bet would be to undo everything you've done to install
mono/monodevelop/gtk-sharp and then install the versions supplied in your
package manager instead. You have a broken install and I couldn't even begin
to offer any sort of hints on how to fix it unless i knew exactly what was
on your system before and exactly what you did to 'download and install mono
manually'.

Alan.

On Fri, Mar 6, 2009 at 10:45 PM, b0wter  wrote:

>
> I've played around a little with monodevelop and tried downloading and
> installing the mono 2.2 which worked fine.
> But then i noticed that i couldnt start
> [url=http://banshee-project.org/]Banshee[/url],
> a mono based multi media
> player, any more.
> I get lots of text in a terminal but the most interesting part seems to be:
>
> ---
> ** (/usr/lib/banshee-1/Banshee.exe:5162): WARNING **: The following
> assembly
> referenced from /usr/lib/banshee-1/Banshee.Services.dll could not be
> loaded:
> Assembly:   glib-sharp(assemblyref_index=9)
> Version:2.12.0.0
> Public Key: 35e10195dab3c99f
> The assembly was not found in the Global Assembly Cache, a path listed in
> the MONO_PATH environment variable, or in the location of the executing
> assembly (/usr/lib/banshee-1/).
> 
>
> I tried to create a new monodevelop Gtk+ app. Building it works fine but
> whenever i try to start it i get the following error:
> ---
> Assembly:   glib-sharp(assemblyref_index=0)
> Version:2.12.0.0
> Public Key: 35e10195dab3c99f
> The assembly was not found in the Global Assembly Cache, a path listed in
> the MONO_PATH environment variable, or in the location of the executing
> assembly
> (/home/b0wter/Documents/Projects/bCountdown/bCountdown/bin/Debug/).
> ---
>
> I tried to install Gtk Sharp 2.12 manually, which seemed to work fine, i
> didnt get any errors (but i missed the optional dependancies cairo mono &
> and another one i dont remember).
> So i tried to figure out if glib-sharp is installed correctly:
>
> b0w...@bowterpad:~$ gacutil -l | grep glib
> glib-sharp, Version=2.12.0.0, Culture=neutral,
> PublicKeyToken=35e10195dab3c99f
> policy.2.10.glib-sharp, Version=0.0.0.0, Culture=neutral,
> PublicKeyToken=35e10195dab3c99f
> policy.2.4.glib-sharp, Version=0.0.0.0, Culture=neutral,
> PublicKeyToken=35e10195dab3c99f
> policy.2.6.glib-sharp, Version=0.0.0.0, Culture=neutral,
> PublicKeyToken=35e10195dab3c99f
> policy.2.8.glib-sharp, Version=0.0.0.0, Culture=neutral,
> PublicKeyToken=35e10195dab3c99f
>
> that looks like it should work!?
> Now i dont know what to do to get this working again :(
> Any ideas?
> --
> View this message in context:
> http://www.nabble.com/GTK-Sharp-Problems-tp22381859p22381859.html
> Sent from the Mono - General mailing list archive at Nabble.com.
>
> ___
> Mono-list maillist  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] GTK-Sharp Problems

2009-03-08 Thread b0wter

I've played around a little with monodevelop and tried downloading and
installing the mono 2.2 which worked fine.
But then i noticed that i couldnt start
[url=http://banshee-project.org/]Banshee[/url], a mono based multi media
player, any more.
I get lots of text in a terminal but the most interesting part seems to be:

---
** (/usr/lib/banshee-1/Banshee.exe:5162): WARNING **: The following assembly
referenced from /usr/lib/banshee-1/Banshee.Services.dll could not be loaded:
 Assembly:   glib-sharp(assemblyref_index=9)
 Version:2.12.0.0
 Public Key: 35e10195dab3c99f
The assembly was not found in the Global Assembly Cache, a path listed in
the MONO_PATH environment variable, or in the location of the executing
assembly (/usr/lib/banshee-1/).


I tried to create a new monodevelop Gtk+ app. Building it works fine but
whenever i try to start it i get the following error:
---
 Assembly:   glib-sharp(assemblyref_index=0)
 Version:2.12.0.0
 Public Key: 35e10195dab3c99f
The assembly was not found in the Global Assembly Cache, a path listed in
the MONO_PATH environment variable, or in the location of the executing
assembly (/home/b0wter/Documents/Projects/bCountdown/bCountdown/bin/Debug/).
---

I tried to install Gtk Sharp 2.12 manually, which seemed to work fine, i
didnt get any errors (but i missed the optional dependancies cairo mono &
and another one i dont remember).
So i tried to figure out if glib-sharp is installed correctly:

b0w...@bowterpad:~$ gacutil -l | grep glib
glib-sharp, Version=2.12.0.0, Culture=neutral,
PublicKeyToken=35e10195dab3c99f
policy.2.10.glib-sharp, Version=0.0.0.0, Culture=neutral,
PublicKeyToken=35e10195dab3c99f
policy.2.4.glib-sharp, Version=0.0.0.0, Culture=neutral,
PublicKeyToken=35e10195dab3c99f
policy.2.6.glib-sharp, Version=0.0.0.0, Culture=neutral,
PublicKeyToken=35e10195dab3c99f
policy.2.8.glib-sharp, Version=0.0.0.0, Culture=neutral,
PublicKeyToken=35e10195dab3c99f

that looks like it should work!?
Now i dont know what to do to get this working again :(
Any ideas?
-- 
View this message in context: 
http://www.nabble.com/GTK-Sharp-Problems-tp22381859p22381859.html
Sent from the Mono - General mailing list archive at Nabble.com.

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list