VB.NET - Tag Archive

Flash.ocx , Flash10c.ocx Windows Vista VB & C#.NET Class not registered / HRESULT: 0×80040154

Everyone has they’re off day, mine this month involved spending four hours wondering why I couldn’t get Visual Studio to import the Shockwave Flash library and after I finally did get it to (by re-registering Flash10.ocx) wondering why I was still getting a ‘Class Not Registered’ while trying to compile the app.
The full(ish) error message:
“An [...]

August 27th, 2009  |  By Oliver  |  Tags: , ,   |  Posted in Other Stuff, Web Development  |  No Comments »
(No Ratings Yet)
Loading ... Loading ...

VB.NET 2005 – WebClient.UploadString – POST Data Appearing Not To Be Sent

Once again ran into this issue while working on a small VB.NET project for a client.
Problem: When using the webclient to upload a string of data to a PHP/ASP/etc script with the following code (or similar), you aren’t able to pick the posted data up within your receiving script:

Dim wc As New WebClient
wc.UploadString(url, data)

I found [...]

March 15th, 2008  |  By Oliver  |  Tags: ,   |  Posted in Web Development  |  No Comments »
(1 votes, average: 5.00 out of 5)
Loading ... Loading ...