Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
Go Back   Web Development Archives Mailing Lists Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Web Development Archives Sponsor:
  #1  
Old March 27th, 2006, 12:07 AM
Paulomorfeo
Guest
Dev Archives Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Gtk# not found

I developed a mono program in Linux, which can be found here:

It all works fine in my Widows and Linux boxes.

But my (Windows only) users are not beeing able to run it. Here is the error
message:

Message
D:\DCUME~1\mike\Desktop\EdSv0.9>mono editorspringgui.exe.mono

** (editorspringgui.exe.mono:1700): WARNING **: The following assembly reference
d from D:\DCUME~1\mike\Desktop\EdSv0.9\editorspringgui.ex e.mono could not be lo
aded:
Assembly: gtk-sharp (assemblyref_index=1)
Version: 2.4.0.0
Public Key: 35e10195dab3c99f
The assembly was not found in the Global Assembly Cache, a path listed in the M
NPATH environment variable, or in the location of the executing assembly (D:\D
CUME~1\mike\Desktop\EdSv0.9\).


** (editorspringgui.exe.mono:1700): WARNING **: The class Gtk.Window could not b
e loaded, used in gtk-sharp, Version=2.4.0.0, Culture=neutral, PublicKeyToken=35
e10195dab3c99f

** (editorspringgui.exe.mono:1700): WARNING **: Missing method Init in assembly
D:\DCUME~1\mike\Desktop\EdSv0.9\editorspringgui.ex e.mono, type Gtk.Application

Unhandled Exception: System.TypeLoadException: Could not load type 'Gtk.Window'
from assembly 'gtk-sharp, Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10
195dab3c99f'.
in <0x00000<unknown method>
in <0x00017EditorSpringGUI.Principal:Main (System.String[] args)


Like if Gtk# had not been installed.
Help would be apreciated.

Continua a preferir gastar mais?
Compare o da sua Internet


Mono-devel-list mailing list
Mono-devel-list (AT) lists (DOT) ximian.com

Reply With Quote
  #2  
Old March 27th, 2006, 12:07 AM
Paulomorfeo
Guest
Dev Archives Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Gtk# not found

Forgot to mention, i am using mono 1.1.13. And my users should be using the same
because they installed mono specifically for using my program.


Citando Paulomorfeo (AT) portugalmail (DOT) pt:

I developed a mono program in Linux, which can be found here:

It all works fine in my Widows and Linux boxes.

But my (Windows only) users are not beeing able to run it. Here is the error
message:

Message
D:\DCUME~1\mike\Desktop\EdSv0.9>mono editorspringgui.exe.mono

** (editorspringgui.exe.mono:1700): WARNING **: The following assembly
reference
d from D:\DCUME~1\mike\Desktop\EdSv0.9\editorspringgui.ex e.mono could not be
lo
aded:
Assembly: gtk-sharp (assemblyref_index=1)
Version: 2.4.0.0
Public Key: 35e10195dab3c99f
The assembly was not found in the Global Assembly Cache, a path listed in the
M
NPATH environment variable, or in the location of the executing assembly
(D:\D
CUME~1\mike\Desktop\EdSv0.9\).


** (editorspringgui.exe.mono:1700): WARNING **: The class Gtk.Window could not
b
e loaded, used in gtk-sharp, Version=2.4.0.0, Culture=neutral,
PublicKeyToken=35
e10195dab3c99f

** (editorspringgui.exe.mono:1700): WARNING **: Missing method Init in
assembly
D:\DCUME~1\mike\Desktop\EdSv0.9\editorspringgui.ex e.mono, type
Gtk.Application

Unhandled Exception: System.TypeLoadException: Could not load type
'Gtk.Window'
from assembly 'gtk-sharp, Version=2.4.0.0, Culture=neutral,
PublicKeyToken=35e10
195dab3c99f'.
in <0x00000<unknown method>
in <0x00017EditorSpringGUI.Principal:Main (System.String[] args)


Like if Gtk# had not been installed.
Help would be apreciated.

Continua a preferir gastar mais?
Compare o da sua Internet


Mono-devel-list mailing list
Mono-devel-list (AT) lists (DOT) ximian.com






email preferido dos portugueses agora com
2 000 MB de e acesso gratuito Internet


Mono-devel-list mailing list
Mono-devel-list (AT) lists (DOT) ximian.com

Reply With Quote
  #3  
Old April 2nd, 2006, 12:08 AM
Rafael Teixeira
Guest
Dev Archives Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Gtk# not found

Did they install the combined Mono & GTK# install, if not they won't
have GTK# available. If they installed GTK# separatedly probably they
installed the version that installs in the .NET GAC, not on Mono's.

Boa sorte, :)

3/26/06, Paulomorfeo (AT) portugalmail (DOT) pt <Paulomorfeo (AT) portugalmail (DOT) ptwrote:
Forgot to mention, i am using mono 1.1.13. And my users should be using the same
because they installed mono specifically for using my program.
>
>

Citando Paulomorfeo (AT) portugalmail (DOT) pt:
>

I developed a mono program in Linux, which can be found here:

It all works fine in my Widows and Linux boxes.
>

But my (Windows only) users are not beeing able to run it. Here is the error
message:
>

Message
D:\DCUME~1\mike\Desktop\EdSv0.9>mono editorspringgui.exe.mono
>

** (editorspringgui.exe.mono:1700): WARNING **: The following assembly
reference
d from D:\DCUME~1\mike\Desktop\EdSv0.9\editorspringgui.ex e.mono could not be
lo
aded:
Assembly: gtk-sharp (assemblyref_index=1)
Version: 2.4.0.0
Public Key: 35e10195dab3c99f
The assembly was not found in the Global Assembly Cache, a path listed in the
M
NPATH environment variable, or in the location of the executing assembly
(D:\D
CUME~1\mike\Desktop\EdSv0.9\).
>
>

** (editorspringgui.exe.mono:1700): WARNING **: The class Gtk.Window could not
b
e loaded, used in gtk-sharp, Version=2.4.0.0, Culture=neutral,
PublicKeyToken=35
e10195dab3c99f
>

** (editorspringgui.exe.mono:1700): WARNING **: Missing method Init in
assembly
D:\DCUME~1\mike\Desktop\EdSv0.9\editorspringgui.ex e.mono, type
Gtk.Application
>

Unhandled Exception: System.TypeLoadException: Could not load type
'Gtk.Window'
from assembly 'gtk-sharp, Version=2.4.0.0, Culture=neutral,
PublicKeyToken=35e10
195dab3c99f'.
in <0x00000<unknown method>
in <0x00017EditorSpringGUI.Principal:Main (System.String[] args)

>

Like if Gtk# had not been installed.
Help would be apreciated.

Continua a preferir gastar mais?
Compare o §o da sua §£o * Internet


Mono-devel-list mailing list
Mono-devel-list (AT) lists (DOT) ximian.com

>
>
>
>


email preferido dos portugueses agora com
2 000 MB de §o e acesso gratuito * Internet


Mono-devel-list mailing list
Mono-devel-list (AT) lists (DOT) ximian.com

>



--
Rafael "Monoman" Teixeira

As I'm currently working a lot with Java and even fixing Java VMs
(JamVM/Kaffe) and GNU Classpath code, I think I may partly borrow the
title (Javaman) from my friend Bruno Souza and become the
MonoNJavaMan. Yeah, I may currently be crazier than usual

Mono-devel-list mailing list
Mono-devel-list (AT) lists (DOT) ximian.com

Reply With Quote
Reply

Viewing: Web Development Archives Mailing Lists Development > Gtk# not found


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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 Off
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

Request Your Free Technology Downloads!
 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

Request Your Free Technology Downloads!
 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

Request Your Free Technology Downloads!
 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

Request Your Free Technology Downloads!
 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

Request Your Free Technology Downloads!
 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway
Stay green...Green IT