Go Back  Xtreme Visual Basic Talk > Visual Basic .NET (2002/2003/2005/2008, including Express editions) > .NET General > Assemblies


Reply
 
Thread Tools Display Modes
  #1  
Old 08-17-2005, 02:08 AM
FredCatelan FredCatelan is offline
Newcomer
 
Join Date: Aug 2005
Posts: 3
Default 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.
Reply With Quote
  #2  
Old 08-17-2005, 03:00 AM
italkid's Avatar
italkid italkid is offline
Down...

Retired Moderator
* Expert *
 
Join Date: Dec 2002
Location: Belgium.
Posts: 6,731
Default

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.
Reply With Quote
  #3  
Old 08-17-2005, 03:23 AM
FredCatelan FredCatelan is offline
Newcomer
 
Join Date: Aug 2005
Posts: 3
Default

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.
Reply With Quote
  #4  
Old 08-17-2005, 04:57 AM
crabby's Avatar
crabby crabby is offline
mostly gone

Retired Moderator
* Expert *
 
Join Date: Aug 2002
Location: London / UK
Posts: 2,721
Default

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
Reply With Quote
  #5  
Old 08-17-2005, 06:14 AM
Iceplug's Avatar
Iceplug Iceplug is offline
MetaCenturion

Retired Moderator
* Guru *
 
Join Date: Aug 2001
Location: California, USA
Posts: 16,583
Default

How about telling us more about that error (I see it was conveniently skipped in the last post)?
__________________

Iceplug, USN
Quadrill 1 Quadrill 2 (full) Quadrill 3 JumpCross .NET Website is ALIVE! - DL Platform Tour for VB.NET! Posting Guidelines Hint: Specify your location in your user cp profile if you want compassion!
Reply With Quote
  #6  
Old 08-17-2005, 08:15 AM
FredCatelan FredCatelan is offline
Newcomer
 
Join Date: Aug 2005
Posts: 3
Default

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()
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

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

Forum Jump

Advertisement:





Free Publications
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET.
subscribe
Programmers Heaven C# School Book -Free 338 Page eBook
The Programmers Heaven C# School book covers the .NET framework and the C# language.
subscribe
Build Your Own ASP.NET 3.5 Web Site Using C# & VB, 3rd Edition - Free 219 Page Preview!
This comprehensive step-by-step guide will help get your database-driven ASP.NET web site up and running in no time..
subscribe
 
 
-->