Code Generation Possibilities In Visual Studio 2010?
Dec 29, 2010
Just started a new project and was kind of bummed out that instead of creating interface Im forced to spend quite large amount of time creating objects, INSERTs,UPDATEs.. that kind of thing. Mainly because it's booring. Anyway, I was wondering if there are tools in VS2010 for visual basic that would allow someone to generate clases and INSERT, UPDATE, DELETE stored procedures based on database structure OR creat INSERT, UPDATE, DELETE procedures and database structure based on class structure.
View 2 Replies
ADVERTISEMENT
Dec 10, 2011
I have a .exe in the mix with my .vb files in visual studio 2010 and I can't figure out a code to run it. I added it through the add existing if that means anything.
Form1.vb
Form2.vb
form3.vb
TEST.exe
View 2 Replies
May 25, 2011
how to Change VB project code to C# using Visual Studio 2010?
View 3 Replies
May 1, 2012
I am working on a Visio Addin in VS2010 Professional and am looking for hot spots (specifically around a COM object) while debugging the application. I have found a number of profilers that can profile existing .NET applications, but none of which (that I have seen) support debugging. Further more, because this is a .NET add-in rather than a full standalone executable I'm not sure how they'd fair. [code] Has anyone found a profiler that can be used during a VS2010 debug session?
View 2 Replies
Sep 20, 2011
I only want it to display the code only related to the button i double click not the whole entire code of the program unless it automaitcally does this i am not sure i am new to visual studio and programming!
View 5 Replies
Dec 28, 2011
Currently, Smart Indent in VS 2010 is giving me lots of headaches. Everytime I try to put each parameter of a Sub or a Function into one line like
Private Function Foo (ByVal a As String, _
ByVal i As Integer)
[code].....
View 1 Replies
Feb 17, 2010
Will i be able to successfully install 2010 beta 2 side by side 2008? because i want to test 2010 features and some development toolkits such as silverlight while i don't want to uninstall my visual studio 2008 professional.
View 2 Replies
Jul 19, 2011
I am new to WSSF and am wondering if it would work for solution with VB as the programming language if so how to achieve it. I have seen samples which generates C# code but my project requirement is VB .Net.
View 1 Replies
Jan 9, 2012
I realize this post is rather long, but I wanted to give all the information up front instead of people having to ask me for more information.At the end of the re-installation of Visual Studio 2008, there is this message:
"Microsoft SQL Publishing Wizard: [2] Error: Installation failed for component Microsoft SQL Publishing Wizard. MSI returned error code 1638" in the log file dd_error_vs_procore_90.txt.
I have searched on Google for this whole message and found some references to this error, but I have done what they said worked for them and it did not fix the problem for me.When I searched for just "MSI returned error code 1638", I got that it cannot install something because it is already installed:"Another version of this product is already installed. Installation of this version cannot continue. To configure or remove the existing version of this product, use Add/Remove Programs on the Control Panel".In Add/Remove Programs I see these two programs:
Microsoft SQL Server Database Publishing Wizard 1.3
Microsoft SQL Server Database Publishing Wizard 1.4
Are these programs/versions what the error is refering to? Am I safe to remove them and depend on the similarly-named item which would be newly installed with Visual Studio 2008 - "Microsoft SQL Publishing Wizard"? I still use SQL Server 2000 and 2005 on my computer, as well as 2008. I had installed VS 2008 on my computer before without this problem and also have VS 2005 and 2010.
View 1 Replies
Aug 5, 2011
Does anybody know which version of Visual Studio 2010 contains the full set of Visual Basic SharePoint Templates? I am about to embark on a project to create Visual Web Parts to be used in a SharePoint report.
At the moment I am using Visual Studio 2008 and even though the WSPBuilder is installed none of the relevant SharePoint templates are present.Having searched SO and the web, most advise to install the templates via the Visual Studio command prompt: devenv /installvstemplates
Alas the Visual Studio command prompt is also missing from my VS2008 installation.So, the question remains: which version of VS2010 contains what I need for pain-free SharePoint development? There is a rather large price different between VS2010 Professional and VS2010 Premium, so can anyone tell me if the cheaper version (VS2010 Professional) contains all the Sharepoint templates?
View 3 Replies
Nov 25, 2009
I am just wondering how I can add Direct X references to Visual Basic in Visual Studio 2010 Beta 2. I cant find them in the .NET reference list, or the reference list, or anywhere. I downloaded the Direct X SDK for August 2009, but I can not add the .dll files to the reference list. Is there anything I can do to add them? I need the references for programming reasons.
View 5 Replies
Jul 6, 2011
How do I add a comment to code snippet in Visual Studio?
View 18 Replies
Jan 15, 2012
I want to use "OpenGL" in my project. Is it possible to associate it with "Visual Basic" application developed in Visual Studio 2010? If yes then how can we do it.
View 1 Replies
Apr 20, 2012
I have a project in visual basic 2010 and want to convert it to visual studio 2010 so I don't have to chose the "open with" every time. Is there a tutorial on how to do this?
View 4 Replies
Mar 9, 2012
To reproduce the error I'm getting:Create a new Visual Studio 2010 ASP.NET web site in Visual Basic, targeting .NET 2.0Type "Public Property Test As String" Observe "Visual Basic 9.0 does not support auto-implemented properties." error Visual Studio 2010 is happy to use VB 10 against .NET 2.0-targeted Windows Forms applications, this only appears to be an issue with ASP.NET.Is there a way to force Visual Studio 2010 to use VB 10 when targeting .NET 2.0?
View 1 Replies
Jul 6, 2010
have just overlooked something somewhere...I am writing VB.NET stuff in VS2010 on Windows 7 64-bit. It seems to build by default for a 32-bit target, how to I tell it to make a 64-bit executable?
View 2 Replies
Jul 28, 2010
I upgrade my computer to win 7 64 bit and run visual studio 2008, When I try to debug my old dotnet application (orgiinal from XP) it wont allow me to change any code while stop and debug. It said 'Change to 64 bit application is not allowed.
View 3 Replies
Oct 12, 2011
WebMatrix is a web development and deployment tool by Microsoft so how is this compared to Visual Studio? which Use C# Razor Syntax is that more better coding.
[Code]...
View 2 Replies
May 21, 2009
Is it possible to get access to my VB code if I have the solution files on a USB hub but no access to Visual Studio? Can I open them up in Notepad?
View 1 Replies
Oct 19, 2011
In Visual Studio, how do I establish the printer that the user chooses as the default one for the PC?
I have this, but then I need to make the selected printer the one by default
Dim dlgPrint
As PrintDialog =
NewPrintDialog()
Dim result
As DialogResult = dlgPrint.ShowDialog() 'the user chooses one
View 3 Replies
Jun 12, 2009
In the "old days" I was working with Linux to create C/C++ programs (really really BASIC...HA!...programs, just learning to program in the courses as an intro) by creating a text file with the source code that was then fed to the compiler/linker that then spit out the executable binary.
[Code]....
View 2 Replies
Sep 15, 2009
I have to compile projects which was compiled in Visual Studio 6 in Visual Studio 2005. When i compiled i got a set of same error. I opened the project for VS6 by selecting File->open->project/solution and tried to build a solution by Build option but i am getting the following error.
[Code]...
View 7 Replies
Apr 11, 2011
Is it possible to open visual studio express files with normal visual studio?
View 2 Replies
Jan 5, 2011
At present I have wrote an application (in-house CRM, vb .net 2010) which allows me to send emails under the selected customer & I categorised these emails.As these are categorised I can return data to display email history in my program by using search criteria:
Dim oMail As Outlook.MAPIFolder = oNS.GetDefaultFolder(Outlook.OlDefaultFolders.olFolderSentMail)
Dim sSearch As String
sSearch = "[Categories] = '" + "[" + tAccount.Text.Trim + "]" + "(" + tShipTo.Text.Trim + ")'"
Dim oItems As Outlook.Items = oMail.Items.Restrict(sSearch)
However the limitation to the above is it only looks at sent items & no other folder.My ideal solution would be to display all email correspondence for a certain contact.
View 1 Replies
Oct 27, 2009
In C# code, we can just right click on the class name and then select refactor and then extract the interface for that class. I wonder if this could be done on VB. Im using the same IDE VS 2008
View 1 Replies
Feb 23, 2011
How do you view the code from a .exe application file that was created using Visual Studio?There are several applications of which codes I want to see to understand how the application was created to increase my understanding of VB.
View 4 Replies
Aug 17, 2011
I am trying to convert a VB.NET web site project to a web application project, yet the in web application project, my code-behind files are not visible unless I set the solution explorer "show all files" option. Why is this? What setting can I change so that my code behind files are always visible?
View 1 Replies
Jun 21, 2010
Well I used the Visual Studio 2010 installer to install my application and I want it to be able to change the version displayed in the in the Add/ Remove Programs (in the Control Panel). How can I do this without going through the install wizard again?
View 3 Replies
Feb 14, 2011
I need to write from VS 2010 vb.net dataset into a newly created xlsx file.
View 2 Replies
Jan 27, 2011
Is there an existing macro or plugin which will turn this
public string Name { get; set; }
public int Age { get; set; }
public Person Mother { get; set; }
[Code]...
I'll have a go at describing the algorithm which I think is intuitively obvious - (for a particular selection) make each token on a line as left as possible, but not more left than any token of the same index on any of the other lines.
View 2 Replies