I've searched for one, and taken some from some programs but each one that I load into my application, I get these errors.
If somebody could either send me their wrapper, and/or explain to me how to fix this, I would be very grateful.Code:Error 1 Type 'AxMSWinsockLib.AxWinsock' is not defined. C:\Users\John\Desktop\WindowsApplication4\WindowsApplication4\wrapper.Designer.vb 23 32 WindowsApplication4 Error 2 Type 'AxMSWinsockLib.AxWinsock' is not defined. C:\Users\John\Desktop\WindowsApplication4\WindowsApplication4\wrapper.Designer.vb 33 21 WindowsApplication4 Error 3 Type 'AxMSWinsockLib.DMSWinsockControlEvents_DataArrivalEvent' is not defined. C:\Users\John\Desktop\WindowsApplication4\WindowsApplication4\wrapper.vb 359 93 WindowsApplication4 Error 4 Type 'AxMSWinsockLib.DMSWinsockControlEvents_ErrorEvent' is not defined. C:\Users\John\Desktop\WindowsApplication4\WindowsApplication4\wrapper.vb 369 87 WindowsApplication4
I already tried downloading the winsock ocx and re-registering it.
Results 1 to 11 of 11
Thread: VB.Net Wrapper
- 18 Feb. 2010 12:51pm #1
Error: Title Not Found
- Age
- 29
- Join Date
- Dec. 2009
- Location
- Hell
- Posts
- 2,248
- Reputation
- 248
- LCash
- 200.00
VB.Net Wrapper
- 18 Feb. 2010 02:45pm #2
Uploaded for you. Same thing as Vb6 but you have to add the .dll's through the existing references then add the wrapper with Existing Item.
Run the program before putting any Wrapper. codes in it and the Wrapper control will appear in the toolbox.
- 18 Feb. 2010 07:40pm #3
So download from his attachment...
Add the wrappers to the project (Add Existing item...) ...
Add a reference to the project of the .dll files (Add Reference...) ...
Next Save and Exit Visual Basic 2008...
Start up Visual Basic 2008 and the wrapper should be in the toolbox...
I had a similar problem when I was starting up, then I had chad help me to add the wrappers... I can help if you need it...
- 18 Feb. 2010 10:32pm #4
Error: Title Not Found
- Age
- 29
- Join Date
- Dec. 2009
- Location
- Hell
- Posts
- 2,248
- Reputation
- 248
- LCash
- 100.00
Uhhhhh, I already tried adding the dlls but I'll try it again.
EDIT: Kay, I was just doing it wrong. I was adding the dlls as existing items instead of references. Thanks hoes.
SECOND EDIT: Now I get an error trying to put the wrapper on the form:
Filed to create component 'HTTPWrapper'. The error message follows:
'System.IO.FileNotFoundException: The specified module could not be found. (Exception from HRESULT: 0x8007007E)Last edited by TEMPTii; 18 Feb. 2010 at 10:45pm.
- 18 Feb. 2010 11:55pm #5
- 19 Feb. 2010 12:16am #6
Error: Title Not Found
- Age
- 29
- Join Date
- Dec. 2009
- Location
- Hell
- Posts
- 2,248
- Reputation
- 248
- LCash
- 100.00
yeah. that one...
- 19 Feb. 2010 12:26am #7
- 22 Feb. 2010 03:10am #8
Error: Title Not Found
- Age
- 29
- Join Date
- Dec. 2009
- Location
- Hell
- Posts
- 2,248
- Reputation
- 248
- LCash
- 100.00
Safe bump?
Can't do shit 'til I get an answer D;
- 22 Feb. 2010 03:22am #9
- 22 Feb. 2010 03:31am #10
Error: Title Not Found
- Age
- 29
- Join Date
- Dec. 2009
- Location
- Hell
- Posts
- 2,248
- Reputation
- 248
- LCash
- 100.00
If these errors are printed to a file (like a debug.txt) I could examine the whole error to find out what's wrong, but idk where -if it does at all- such a file would be located.
- 22 Feb. 2010 03:40am #11