ExecWB Not Available In IE9 On VS2010?
Mar 7, 2012
I have a program in VB.NET that has a webbrowser contorl. I wanted to zoom on a page and i found a tutorial online that involved something like thiswebbrowser1.ActiveXInstance.ExecWB(OLECMD...When i went on and typed it on, there's nothing called ExecWB.Why is that? Is it because i'm using IE9?
View 1 Replies
ADVERTISEMENT
Apr 5, 2012
I have been testing and experimenting with "one click publishing" for a week now, and still cannot get a successful deployment. The results i get are listed below
(4/5/2012 12:14:11 PM) An error occurred when the request was processed on the remote computer.
The application pool that you are trying to use has the 'managedRuntimeVersion' property set to 'v2.0'. This application requires 'v4.0'.
Publish failed to deploy.
========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ==========
========== Publish: 0 succeeded, 1 failed, 0 skipped ==========
View 2 Replies
Jul 4, 2011
i recently use vs 2010 but i cant see the MaskedTextBox control in the toolbox.
View 1 Replies
Aug 4, 2011
I am trying to read configuration file using
ConfigurationManager.ConnectionStrings but it is not available in vs2010.
ConfigurationSettings doesn't read connectionstring section.
View 1 Replies
Nov 30, 2011
I am doing a sql statement to get all the data that starts with "A" in the database.
[Code]...
View 1 Replies
Nov 30, 2011
I am working on a login page for an asp.net application. I'm making my own login and everything is working so far: I get a connection, the query is asking to return Count from the table where the username and password match the username password in the table.
[Code]...
View 1 Replies
Jun 29, 2011
I was wondering if they was anyway to get webparts working in other browsers except IE if not is they any other free alternative that has the same drag and snap and saving capabilities?
View 3 Replies
May 9, 2011
can a vb6 project be imported into vs2010? I have a vb6 project that I have been working on and would prefer not to start all over again.
View 6 Replies
Aug 2, 2010
I cannot load my solution which includes a .RPTPROJ for the reports development.
The .RPTPROJ project is not recognized.Does anyone know why? And please don't say "It doesn't because it is not supported".
If it is not then Why?Are we to wait for the next SQL release? Isnt there a plugin to support .rptproj?
Apparently i need to run vs2005 (or 2008) to support the reports while running vs2010 for program development.
Is there already a plugin or patch? Does vs 2010 (vb.net) support the report viewer object?
Does vs 2010 (vb.net) even support .rdl files?
I am developing against sql server 2005 as this is the clients version.
View 5 Replies
Aug 19, 2011
i'm doing the project of database by using IBM-DB2 and i need to use the visual studio 2010 to connect with IBM-DB2 and i have saw the comment that posy by someone. I follow all the code there and now i found some have a blue line.
Imports System.Data.OleDb
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
'connection string
[code]....
View 1 Replies
Sep 2, 2010
i write project in visual studio 2010 , and i want to open same project in vs2005?i mean i want to convert from vs2010 to vs2005 ?
View 4 Replies
Mar 23, 2012
I am trying to create a UserControl in VB.net, under VS2010. I have the code for the UserControl and I would like to add it to a form. My problem is that, according to every book and forum I have seen, after I build the UserControl, it should show up in the Toolbox. It doesn't. I even downloaded code from a book, the code executes perfectly, but their TrafficLight control doesn't go in the Toolbox (even though the book says it should - and that the only way to set its properties and to add it to the form is through the Control properties). I have tried to add the control to the form manually, by declaring it
Dim myObj As New SomeClass.SomeControl
and in the Designer.vb, identical with the buttons on the form:
Friend WithEvents myObj As SomeClass.SomeControl
With both, I get an error saying
'myObj' is already declared as 'Friend WithEvents myObj As SomeControl' in this class.
And either way, I get an error when I try to look at the design:
Could not find type 'SomeClass.SomeControl'. make sure that the assembly that contains this type is referenced. If this type is part of your development project, make sure the project has been successfully built using settings for your current platform or AnyCPU.
The control by itself builds and shows up in design view (not in the Toolbox though, even though it Imports System.ComponentModel and Inherits System.Windows.Forms.UserControl and... what else ? I tried to build it in a separate project, to see if I creating a separate dll will make a difference, though I really want it in the same project.
View 1 Replies
Feb 23, 2011
Just in case, I missed anything. As far as the google result, I don't see a capability to develop iPhone app using VS2010 (sorry, maybe I shouldn't ask this question here). right? Or, is there a way to write the code in VS, and then using some sort of converter...
View 10 Replies
Sep 9, 2011
I know that there are millions of posts about this already but I cant seem to find one that mirrors my issue. I am using VS2010 and want to automate excel and I'm trying to work through the example here.
MS Tutorial The problem is when I go to add the reference as mentioned 3.Add a reference to the Microsoft Excel Object Library. To do this, follow these steps: -On the Project menu, click Add Reference. -On the COM tab, locate Microsoft Excel Object Library, and click Select.There is no such reference available.
know if this is the right way to automate excel with VS2010.If it is could someone please let me know why I dont have the COM option for excel. im wanting to write in VB.net but if someone has an example in C# that would be fine. I have tried implementing automation using the Microsoft.Office.Interop.Excel.Application dll but i get the following exception when I try to create the excel application.
This line generates the error. EXL = New Microsoft.Office.Interop.Excel.Application()This is the exception
Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))
View 1 Replies
Nov 5, 2010
I need to read an old-school INI file in a new project that I'm writing in VB.Net 4.0 Windows Forms....Here's the code I have that is not working:
Public Class Config
'Windows functions to call to process the INI file
Private Declare Function GetPrivateProfileSection Lib "kernel32" Alias
[code].....
View 7 Replies
Apr 1, 2010
In VS2008 we have menu Report->Data Sources... which opens "Report Data Sources" from here we can see Project data sources & we can add them into our report by pressing "Add to Report".but in VS2010 RC there is no such thing like this (no Data Sources... option inside Report menu)
View 1 Replies
Sep 29, 2011
How do I enable online help in VS2010? When I press F1 it says it cant find any content locally & I cant find where to set it to look online.
View 5 Replies
Jul 24, 2009
If not what else is needed.
Is it possible to install it as a virtual application?
View 6 Replies
Jul 22, 2010
At work I have a 5 screen setup for programming applications etc. I need that many screens becouse I usually program HMI devices that consist of many screens.Ofcourse with the arival of VS2010 and some real multiscreen support I coudn't be happier. I mean actually programming with 5 screens! That would be some awesome multitasking.Unfortunatly that dream was quickly crushed to dust. After installing the VB 2010 Express edition to test it out I started it up and all 5 screens started to bug / flicker / change resolution... and never stops doing that, so I must reboot to recover from that bug. If I reduce the number of screens back to just two then everything works again. Add a third screen and the whole party starts over again.
Now this might be just a problem of the graphical devices that I use (Kensington USB graphics adapters) whom do not support any form of graphics accelleration... Then again, just one adapter does work fine so that actually shouldn't be the problem. I wonder if anyone else has managed to start up VS2010 with more then 2 screens? For now i'll stick to VS2008 as that doesn't bugs out with more then 2 screens, eventhough it doesn't have multiscreen support.
View 1 Replies
Dec 2, 2011
rightclicking on a webreference in your projekt gives the possibility to update the webreference, why does the reference section doesnt have such a utility
View 5 Replies
Apr 15, 2010
I have just installed VS 2010 ultimate onto a desktop running WinXP sp3. When I load/convert my VS2008 projects (based on .Net 2.0) the conversion fails. I get a error message saying that the Targetted Framework is not available. Only .Net 4.0 Framework is available. I have downloaded and installed the .Net 2.0 SDK (as advised), but it still doesn't appear in the available frameworks. I also have VS2008 (Team Studio) installed on the same machine and that can see 2.0, 3.0 and 3.5 .Net frameworks no problems...
View 5 Replies
Aug 31, 2010
VS2010 VB.Net
When I try to access the Macro IDE or open MyMacros I get the error: Vsaenv: Cannot find one or more components. reinstall the application. I have reinstalled (rebuild in place) VS2010 Pro - didn't help.
After the error the IDE goes away for a while and sometimes crashes and sometimes it returns to the code IDE. If I try again as often as not VS crashes hard. On reload it looks like it is going through rebuilding settings.
View 21 Replies
Nov 30, 2011
Is there any way to set the visibility of an iFrame dynamically?
Tried researching on the web but couldnt find any.
View 1 Replies
Jun 25, 2011
Using Irrlicht (with Irrlicht Lime wrapper) and am looking for examples of how to implement items with VB.NET (vs2010).The only thing i've been able to find is C.net examples and a single VB.NET example of the most basic mesh loading (project #1-hello world)
View 4 Replies
May 1, 2010
Trying to use ESRI MapObjects 2.4 in Visual Studio 2010 now traps an error when you instantiate the map object:Additional information: Could not load the structure 'ESRI.MapObjects2.Core.CancelActionConstants' from assembly 'ESRI.MapObjects2.Core, Version=2.4.1.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86'. The structure is marked as eligible for type equivalence, but it has a static or non-public field.
View 4 Replies
Mar 12, 2011
I'm creating a Name/address directory In Visual Studio 2010. The personal info tables work great, but could someone shed some light on connecting a photo with each name in the table?Can I somehow use the "picturebox" control linking it to each individual row in the table
View 2 Replies
Sep 19, 2011
I'm trying to get SharpSVN to work with a VB.NET project I'm working on in VS2010. I've added SharpSVN.dll to my project references but the following error appears when I try to load the site:Could not load file or assembly 'SharpSvn' or one of its dependencies. An attempt was made to load a program with an incorrect format.Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
View 3 Replies
Jul 13, 2010
which version of sql management studio express should i download for visual studio 2010
View 1 Replies
Dec 7, 2009
what the system requirements need to be for VS2010? I'm running beta 1 with 4GB internal and I find it very, very slow I can't find any requirements at the Microsoft site.
View 3 Replies
May 4, 2012
I am trying to add the System.Web.Extensions reference to my project and all the System.Web framework namespaces are greyed out in my add reference dialog. I am using .Net framework 4.Even stranger is that I opened another project which i know has that extension and its available.Thomas Donino Visual Studio 2010 on Windows 7?
View 1 Replies