Visual Studio's "Unused References..." Button Not Flag System.Xml And System.Xml.Linq?
Feb 18, 2011
I was trying to finish up a VB.NET class library project when I tried to remove all unused references. I know for a fact that I'm not explicitly using any thing from the System.Xml and System.Xml.Linq assemblies yet the "Unused References..." button never flags them for removal.In fact I even tried "Unused References..." on a blank project and it still never flagged them.
View 1 Replies
ADVERTISEMENT
Aug 11, 2011
I would use the System.Linq.Dynamic. I added the specified Dynamic.vb file, that starts like this:
[Code]...
to my (VB.NET)solution. Now Visual Studio does not recognize anymore in the project files the System.XXX references, proposing me to change them to Global.System.XXX
View 1 Replies
May 30, 2009
I have created some check boxes and buttons, and changed the names, but it seems like the system.properties saved both names now I would like to rename the button back to the original name but the name is being stored for some reason, and I cant access the original name, how do I clean this up?
View 6 Replies
Sep 26, 2009
I have Visual Studio 2008 Professional and I'm trying to make it so I can click a button to send the application to the System Tray and then click the icon in the System Tray to make the application come back.
Can anyone provide me a method or sample code to do this?
View 8 Replies
Oct 21, 2009
How can I convert an object of type System.Data.Linq.DataQuery to System.Linq.IQueryable?I'm working with Visual Basic/Silverlight, and the source code of my query is as follows:
Public Function Get_Cli_Pag() As IQueryable(Of V_Cliente_Pagare)
Dim Qry = From P In Me.Context.Pagares Join C In Me.Context.Codigos On C.Codigo
[code]....
View 1 Replies
Jan 11, 2010
i am about to ask what file should i do that could be done in noon time!? can anyone suggest me a topic because i'm getting a hard time out of it.
View 3 Replies
May 25, 2010
I noticed that if I leave off the terminating double quote for a string constant in Visual Studio 2010, there is no error or even a warning, i.e.
Dim foo as String = "hi
However, the continuous integration tool we are using flags an error:
error BC30648: String constants must end with a double quote.
Is there some language rule in VB.Net that makes a terminating double quote optional "sometimes"? Is there some setting in Visual Studio that will make it flag this as an error, so I can avoid "breaking the build" in this way?
View 3 Replies
Apr 12, 2012
I was just wondering I heard you can get an on-screen help system, a friend said you can change this in the settings or whatever and when running your application you hit F10 or another key and it will come up with an on-screen help system.
View 2 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
Apr 10, 2012
I know it's a stupid question but I cannot find info about it.
Public Function TestFunc() As String
Dim lMapper = cRouter.StaticPortMappingCollection
Dim lMappedPort As NATUPNPLib.IStaticPortMapping
Dim Test As String
[Code]...
How to get this value? By my way I get *System.__ComObject*
View 1 Replies
Jul 29, 2011
I am getting following error whenever I want to use IIf function inside entity framework query.
LINQ to Entities does not recognize the method 'System.Object IIf(Boolean, System.Object, System.Object)' method, and this method cannot be translated into a store expression.
View 1 Replies
Aug 30, 2011
I have an desktop application that references several dlls. All are targeted for .Net 3.5, x86. The applicaiton has been deployed for several years and was upgraded from visual studion 2008 to 2010 last year. I have made several changes to the app since then (as recently as last Thursday) with out any issues. Now, everything builds, but when I run the application, I get a type initialiazer error when one of the projects is loaded by the main application.
The error messsage is {"Could not load file or assembly 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.":"System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"}.
There were no changes to this project since the last successfuly deployment last week, but today I am getting this error.
View 14 Replies
Sep 22, 2010
As you read this, though I have pretty good experience in C++ and Java, eep in mind that I am a complete beginner when it comes to VB. :)Here is one idea of what I want to do:
Option Strict Off
Option Explicit Off
Imports System
[code]......
View 1 Replies
Mar 4, 2012
I've decided to learn Visual Basic .Net as this is what some of my colleagues work with, and this will allow me to work with them on projects.I have purchased Microsoft Visual Basic 2010 Step by Step and downloaded the sample files. When I am trying to debug the first sample application (a Windows form), it is telling me that it can't load System.Drawing V4.0.0.0. However, if I create a new Windows Form application (C# or VB.Net) this works fine.
I had a look at the References tab in the project settings and System.Windows.Forms is referenced, but the version referenced is 2.0.0.0. I have removed and re-added this reference and it stays at 2.0.0.0 and I still get the error.Does anybody have any ideas as to what may be going on?
View 2 Replies
Nov 24, 2010
I´m gettin the error Calling the fuction GetListItems but is kind weird because it works in Visual Studio 2008 Express but no in Visual Basic 2010 Express:
Dim ndQuery As XmlNode = xmlDoc.CreateNode(XmlNodeType.Element, "Query", "")
Dim ndViewFields As XmlNode = xmlDoc.CreateNode(XmlNodeType.Element, "ViewFields", "")
Dim ndQueryOptions As XmlNode = xmlDoc.CreateNode(XmlNodeType.Element,
[Code].....
View 1 Replies
Mar 20, 2012
What in this block of code would throw this exception?
'Get Highest Revision Number
If MyExtract_BTR.RevisionBlocks.Count > 1 Then
Try
[code].....
View 1 Replies
Sep 24, 2009
How does the Visual studio populate the references tab?By using something like currentDomain.GetAssemblies() or what?
View 2 Replies
Jul 6, 2011
Currently, I am attempting to send an email using VB.NET. Now, I have added a reference with this code: (I have added placeholders)[code]How can I get the references to work, for all of the Outlook items (Outlook.Application, Outlook._MailItem, Outlook, Outlook.Attachments, Outlook.Attachment) are either undeclared or undefined.
View 3 Replies
Oct 5, 2011
I am running Microsoft Visual Studio 2008 Professional on a Windows 7 system.While working on a visual basic exercise in chapter 4 of the Microsoft Visual Basic 2008 Step by Step book on the MyMenu program I added a Toolstrip to my form and then I was trying to perform the add OpenFileDialog and ColorDialog controls to the component tray as described at the bottom of page 111 under Using Dialog Box Controls. I could never get the controls to appear in the component tray as instructed in the book.
I added a toolstrip to the form. According to my instructions I should be able to click on the Open file icon on the toolstrip to select it and then click anywhere else on the form. When I do that, the OpenFileDialog should appear on the component tray where I can then select it to enter code. This however does not happen.The only way I was able to get them to appear in the component tray was by opening the Menu program supplied on the DVD under chapter 4, selecting both of the above controls on the component tray, right clicking and then press copy. I then closed the Menu program and opened the MyMenu program that I created and then I was able to paste the two object controls to the component tray.
I went back to the original Menu program to see if I was able to place any other controls on the component tray by following the instructions in the book but was not able to. I also tried the same thing with MyMenu and it also still would not work.I have been unable to find anything that might explain why the component tray does not work as explained. Perhaps there is some setting somewhere that needs changed, but all searches have been unsuccessful.
PS. I have entered this on one of the other MicroSoft forums and although it has gotten multiple views I have not yet received any feedback.I also get the following error: Cannot add component of type 'ToolStripButton' to container of type 'form'.
View 1 Replies
Aug 25, 2011
Just curious. I recently had an incident in which I was called to troubleshoot a VB Winforms app. I have 2 versions of a package (LeadTools) installed on my machine. These packages contain numerous dlls and it is not unusual for a dozen or more to be referenced in a single program.
[Code]...
View 8 Replies
Dec 20, 2011
I am creating a visual basic executable in Visual Studio but NOT in a Project.I would like to add some references (dll).How can I do that?
View 1 Replies
Dec 5, 2011
I have a visual studio solution written using VB.net. The solution contains 4 projects.
[Code]...
View 1 Replies
Sep 22, 2011
Just got the Visual Studio 11 developer preview installed. I see a new option in the project properties called "Prefer 32-bit" when compiling a managed (C#, VB) application with the AnyCPU target specified. This doesn't appear to be an option for class libraries, just top-level apps.
View 1 Replies
Mar 26, 2012
In my VS2010 VB project I have a lot of external references to DLLs, to the point that organization has become a major headache and I'm wondering if I am going about it the wrong way. My assembly references include common redistributables (SQL Server Compact 3.5 SP1, ReportViewer 2010 SP1, DataVisualization, as well as some useful 3rd party dlls from CodeProject and CodePlex.
Currently, I am copying each DLL into a 1st level folder (/dll_lib) under my named project folder (under the solution folder), and adding the reference from that path. However, I see that Visual Studio copies the DLLs to various other locations (/bin/debug or /bin/release) in my project when I build the project or solution, and some of the 3rd party DLLs come with instructions to copy them manually to /bin.
What is the "best practice" for where to put the DLLs? Can I just put all of them under /bin and let the build event copy to /bin/debug or /bin/release as required? Should I try to force a single reference path for the dlls in the project output?
View 5 Replies
Nov 15, 2011
I am getting a really bizarre error and it makes no sense at all.Basically I have a user entity which has a Password property. This property is of Type Binary, the server data type being Binary(512).I am reading this value in and converting it to a byte array. However whenever I run my code I am getting a completely unrelated error of Unable to cast object of type 'System.Guid' to type 'System.String'.This strikes me as very odd since I am not using a property or variable of type string or GUID anywhere in this procedure where it falls over.
The code is below:
Public Shared Function ValidateUser(ByVal username As String, ByVal password As String) As UserValidationMessage
Using db As New EntityMapDataContext
Dim u = From user In db.Users
Where user.Username = username
[code]....
View 3 Replies
Mar 4, 2010
I am trying to determine every single reference inside a dll with System.Reflection. However, GetReferencedAssemblies only lists the ones in the "References" (visible in solution explorer).
I would like to determine references from within the code itself, such as an imports statement. Even things like if/then statements, try/catch, absolutely everything.
Is this possible to do using System.Reflection? If so, how?
I would definitely prefer to do this without p/invoke.
View 3 Replies
Sep 13, 2009
I was in away to develop a system to check any problems installed in a smart card. Such as checking wheter applet fully configure,checking serial no and etc.
View 2 Replies
Apr 30, 2009
How do I execute "Button1_Click" when click "Button2" like "Button1.Click(######)"? When I try to write Button1.Click() then that keep asking me "sender As System.Object,e As System.EventArgs". What value that I have to have "sender As System.Object, e As System.EventArgs"
[Code]...
View 2 Replies
Nov 6, 2009
What is the difference between Reference and Imported namespaces in "references" tab on Visual studio vb.net 2005?
View 1 Replies
Mar 16, 2009
I knew the LINQ can work with .NET 3.5 and up. Is there a way to use LINQ in .NET1.1 with Visual Studio 2003?
View 4 Replies