Tagged Questions
Microsoft's Visual Basic .Net (VB.Net) 2008
11
votes
5answers
16k views
System.Data.OracleClient requires Oracle client software version 8.1.7
I have a web site that I developed on Vista using Vb.net9. It makes a connection to Oracle. for the connection I use System.Data.OracleClient. It works fine on my machine, and our test server, but ...
4
votes
1answer
127 views
Can you control whether a variable's type is dynamic or static in VB9?
I would like to use VB9 but am not sure what syntax to use to say that I want a variable to be statically typed as in C#'s:
var foo = new Whatever();
In previous versions of VB:
Dim foo = New ...
3
votes
2answers
186 views
Visual Basic 9 (or C# 3) with Visual Studio 2010
I'm working on a project started in VB9 (VS 2008) and now I've migrated to VS2010 (VB10) but on the production server the IDE is still VS 2008. On my developement enviroment the code compiles fine, ...
2
votes
3answers
8k views
convert sdf to mdf
I have this sql ce database which I would like to convert to SQL 2008 because I want it to be accessible through the network. I am using SQL 2008 express; and VB9.
Any idea?
1
vote
1answer
195 views
Visual Basic 9 / Visual Studio 2008 IPAddress.Parse() doesn't work? Walked-Around
EDIT I accidentaly found a walk around to this problem... Adding the following line in the begining of the function solved the problem for some reason...
remoteIPAdress = remoteIPAdress & "END"
...
1
vote
3answers
1k views
VB9 New thread with multiple parameters
I'm trying to create a new thread and send multiple parameters as well as a delegate to report back.
In VB8 I always hate to do this because it requires either introducing a new class/structure or a ...
0
votes
0answers
29 views
How can I get WMP to use a sound from the resources?
I am making a game and what I want to do is make windows media player play a sound from the resources. I used the following code below, but got an error (which is in asterisks). What seems to be the ...
0
votes
1answer
209 views
http post with vb 9.0 (2008)
Im coding in vb.net, and I havent in forever so im a little rusty now.
Question is, I want to beable to post data to a website, it can be anything as long as it can call the url (without being in a ...