dbTalk Databases Forums  

Works great on WinXP, when run on Win03 it crashes and burns.

mailing.database.mysql-plusplus mailing.database.mysql-plusplus


Discuss Works great on WinXP, when run on Win03 it crashes and burns. in the mailing.database.mysql-plusplus forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Nick V
 
Posts: n/a

Default Works great on WinXP, when run on Win03 it crashes and burns. - 10-02-2006 , 09:42 PM






Howdy folks,


Well anyway, I've been coding with mysql++ for a while now, been working
great. I've pretty much never had a problem with it on Windows XP... until
I tried to send the program to my Dedicated Server running Windows Server
03. I sent over the files and the .dlls and tried to start 'er up and it
just crashes on startup. It doesn't give me any error messages, but Event
Viewer gives me the error,

"Reference error message: The referenced assembly is not installed on your
system."

I've been pretty much tried everything...heh, and its getting very
frustrating.

Any help would be appreciated.


-Nick


--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe: http://lists.mysql.com/plusplus?unsu...ie.nctu.edu.tw


Reply With Quote
  #2  
Old   
Warren Young
 
Posts: n/a

Default Re: Works great on WinXP, when run on Win03 it crashes and burns. - 10-03-2006 , 06:09 PM






Nick V wrote:
Quote:
"Reference error message: The referenced assembly is not installed on your
system."
What is it about your problem that makes you think that it is MySQL++
related? Assemblies are a .NET thing, which is completely outside of
MySQL++'s scope, as it is an unmanaged C++ library. MySQL++ doesn't
reference any assemblies.

Quote:
I've been pretty much tried everything...
Except, apparently, for moving to Linux, an operating system _designed_
to be used remotely, so you can debug programs without needing to
install Visual Studio... >

--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe: http://lists.mysql.com/plusplus?unsu...ie.nctu.edu.tw



Reply With Quote
  #3  
Old   
Nick V
 
Posts: n/a

Default Re: Works great on WinXP, when run on Win03 it crashes and burns. - 10-04-2006 , 03:15 AM



No offense or anything, but im getting an "assshole" vibe off that
comment. I was just looking for some help. I found the solution after all,
looks like you were correct to some extent...it was a problem with
Windows. However it had nothing to do with .Net. It has to do with the
VC++05 libraries being side by side assemblers and there are a new set of
libraries for DLLs

If anyone else is having problems with this, the solution can be found @
http://blogs.msdn.com/aymans/archive...04/568466.aspx


Quote:

"Reference error message: The referenced assembly is not installed on
your
system."

What is it about your problem that makes you think that it is MySQL++
related? Assemblies are a .NET thing, which is completely outside of
MySQL++'s scope, as it is an unmanaged C++ library. MySQL++ doesn't
reference any assemblies.

I've been pretty much tried everything...

Except, apparently, for moving to Linux, an operating system _designed_
to be used remotely, so you can debug programs without needing to
install Visual Studio... >

--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe: http://lists.mysql.com/plusplus?unsu...lite (DOT) net



--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe: http://lists.mysql.com/plusplus?unsu...ie.nctu.edu.tw



Reply With Quote
  #4  
Old   
Warren Young
 
Posts: n/a

Default Re: Works great on WinXP, when run on Win03 it crashes and burns. - 10-04-2006 , 08:23 AM



Nick V wrote:
Quote:
No offense or anything, but im getting an "assshole" vibe off that
comment.
You can certainly take it that way if you like. But, you might also
observe that I'm the only asshole who bothered to answer you at all.

I read back through my reply, and while I can see how you could read
that tone into it, it doesn't have to read that way.

Even the snarky comment about Windows was meant in part to point out an
important fact: Windows really isn't made to be used remotely. It's not
about technology, it's about mindset. Windows' roots are in the desktop
PC world, while Linux's roots are in the teletype and minicomputer
world; Linux's predecessors were almost _always_ used remotely, by
everyone. That makes for different design decisions than when you
always have local access to a graphical display, mouse, etc. I use all
three major operating platforms daily. If one was good at everything, I
wouldn't have to use all three. If I want a platform where I can debug
software remotely, Linux wins. There's no bias there at all -- it's
just an objective judgment.

--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe: http://lists.mysql.com/plusplus?unsu...ie.nctu.edu.tw



Reply With Quote
  #5  
Old   
Carlos Flores
 
Posts: n/a

Default Re: Works great on WinXP, when run on Win03 it crashes and burns. - 10-04-2006 , 09:47 AM



Maybe you compiled it MSVC .Net 2003/2005 usually those assembly things
appear with the failure to find an adecuated .Net FrameWork, even if you
did not used it some times these compilers links your code to the .Net
framework without you knowing it
Nick V wrote:
Quote:
Howdy folks,


Well anyway, I've been coding with mysql++ for a while now, been working
great. I've pretty much never had a problem with it on Windows XP... until
I tried to send the program to my Dedicated Server running Windows Server
03. I sent over the files and the .dlls and tried to start 'er up and it
just crashes on startup. It doesn't give me any error messages, but Event
Viewer gives me the error,

"Reference error message: The referenced assembly is not installed on your
system."

I've been pretty much tried everything...heh, and its getting very
frustrating.

Any help would be appreciated.


-Nick




--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe: http://lists.mysql.com/plusplus?unsu...ie.nctu.edu.tw



Reply With Quote
  #6  
Old   
Nick V
 
Posts: n/a

Default Re: Works great on WinXP, when run on Win03 it crashes and burns. - 10-04-2006 , 08:02 PM



And im not going to defend Windows, I am pretty much having it crammed
down my throught. Yep, its bloated...never understood why a "server" OS of
needed a gui.



-Nick


Quote:
No offense or anything, but im getting an "assshole" vibe off that
comment.

You can certainly take it that way if you like. But, you might also
observe that I'm the only asshole who bothered to answer you at all.

I read back through my reply, and while I can see how you could read
that tone into it, it doesn't have to read that way.

Even the snarky comment about Windows was meant in part to point out an
important fact: Windows really isn't made to be used remotely. It's not
about technology, it's about mindset. Windows' roots are in the desktop
PC world, while Linux's roots are in the teletype and minicomputer
world; Linux's predecessors were almost _always_ used remotely, by
everyone. That makes for different design decisions than when you
always have local access to a graphical display, mouse, etc. I use all
three major operating platforms daily. If one was good at everything, I
wouldn't have to use all three. If I want a platform where I can debug
software remotely, Linux wins. There's no bias there at all -- it's
just an objective judgment.

--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe: http://lists.mysql.com/plusplus?unsu...lite (DOT) net



--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe: http://lists.mysql.com/plusplus?unsu...ie.nctu.edu.tw



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



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.