 |
 |

08-17-2005, 02:08 AM
|
|
Newcomer
|
|
Join Date: Aug 2005
Posts: 3
|
|
Assemblies
|
Can someone help me out?
I cant run this program on another pc, and im sure i have the last .net framework installed
Heres the source code:
Thank you.
Edit by Iceplug: Clean your attachments of EXEs and DLL. I had to remove 7 DLLs and 2 EXEs from your attachment.
|
Last edited by FredCatelan; 08-17-2005 at 09:57 PM.
|

08-17-2005, 03:00 AM
|
 |
Down...
Retired Moderator * Expert *
|
|
Join Date: Dec 2002
Location: Belgium.
Posts: 6,731
|
|
Can't see any source code in the first place, secondly it might be interesting to explain us what this "program" is about and/or what error(s) you get...
Btw, welcome to this forum.
|
|

08-17-2005, 03:23 AM
|
|
Newcomer
|
|
Join Date: Aug 2005
Posts: 3
|
|
I upgraded a vb6 project to .net, and got 2 dlls, AxInterop.Mswinsck.dll and Interop.MsWinsck.dll
The problem is, i cant run this program on another machine
I posted a link to my project, if u download u can see:
I hope this helped now
Thanks
Edit by morsnowski: removed dead link
|
Last edited by crabby; 08-17-2005 at 04:57 AM.
|

08-17-2005, 04:57 AM
|
 |
mostly gone
Retired Moderator * Expert *
|
|
Join Date: Aug 2002
Location: London / UK
Posts: 2,721
|
|
Zip it and post it HERE, there is no point providing dead links. 
|
__________________
there are always two sides of a story and 12 ways to sing a song or write some code. so whats wrong ?
Avatar by lebb
|

08-17-2005, 06:14 AM
|
 |
MetaCenturion
Retired Moderator * Guru *
|
|
Join Date: Aug 2001
Location: California, USA
Posts: 16,583
|
|
|
How about telling us more about that error (I see it was conveniently skipped in the last post)?
|
|

08-17-2005, 08:15 AM
|
|
Newcomer
|
|
Join Date: Aug 2005
Posts: 3
|
|
k, thats what i did
- made a program using winsock in vb6
- converted the code to .net using migration wizard
- i saw the migration wizard created 2 dlls , AxInterop.Mswinscklib.dll and Interop.Mswinsck.dll and added em as reference
at this point this program is working perfectly, but only on my computer
when i try to open the program on another computer i receive a error
Code:
Unhandled Exception: System.IO.FileNotFoundException: The specified module could not be found.
at System.Windows.Forms.UnsafeNativeMethods.CoCreateInstance(Guid& clsid, Object punkOuter, Int32 context, Guid& iid)
at System.Windows.Forms.AxHost.CreateWithoutLicense()
at System.Windows.Forms.AxHost.CreateWithLicense(String license)
at System.Windows.Forms.AxHost.CreateInstance()
at System.Windows.Forms.AxHost.GetOcxCreate()
at System.Windows.Forms.AxHost.TransitionUpTo(Int32 state)
at System.Windows.Forms.AxHost.CreateHandle()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.AxHost.EndInit()
at TibiaExt.frmMain.InitializeComponent()
at TibiaExt.frmMain..ctor()
at TibiaExt.frmMain.Main()
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|
|
|
 |
|