Top "Vb.net-2010" questions

The version of Visual Basic .NET used in Visual Studio/Visual Basic 2010.

How can we assign local variable in sub query SQL Server

I tried to set a value to variable in sub query but it doesn't work. Here is my query: declare @…

c# sql-server sql-server-2008 vb.net-2010
VB.Net Linq to Entities Null Comparison - 'Is Nothing' or '= Nothing'?

We have several projects in VB.Net, using .Net Framework 4 and Linq to Entities for many of our SQL queries. …

vb.net linq-to-entities nullable vb.net-2010 nothing
Passing session data between ASP.NET web applications

I'm trying to help a friend - they have a pretty big web application (ASP.NET 4.0, Visual Basic) that has …

asp.net sql-server session vb.net-2010
Getting VB.NET line numbers in stack trace

I have a VB.NET 2010 Winforms application where I'd like to include line numbers in the stack trace. I've read …

winforms stack-trace vb.net-2010
Can I pass a class reference as a parameter to a function in VBNet?

Please forgive me if I use improper terminology or sound like a complete noob. When calling a sub in a …

vb.net vb.net-2010
How can I loop a song with Windows Media Player in Visual Basic?

Previously I was playing it like My.Computer.Audio.Play(My.Resources.island, AudioPlayMode.BackgroundLoop) But for different reasons(such …

vb.net-2010 axwindowsmediaplayer
visual studio vb.net go to line short key (Ctrl + G) is not working?

I use to work in C# and use Ctrl + G for go to line but it is not working in …

.net visual-studio-2010 visual-studio vb.net-2010
Error inside of Application.Designer.vb inside of OnCreateMainForm() Sub

I can't figure out what the issue is here. I started project from scratch, went to debug, and received error: …

vb.net-2010 windows-forms-designer
Publish ClickOnce installation error "Exception reading from manifest" using VB.NET

I'm using Visual Studio 2010 and VB.NET. My target environment is .NET Framework 4.0. So I'm facing this problem when I'm …

vb.net visual-studio-2010 clickonce vb.net-2010
Check if user exists in Active Directory

I am using vb.net and I want to check whether a particular user exists in Active Directory. If it …

active-directory ldap vb.net-2010 ldap-query