MS Visual Web Developer 2010 Express won't save state - vwdexpress

MY VWD 2010 Express has stopped saving state and every time I re-open a project all files are closed. It worked properly for months, whenever I would open a project all the files that were open when I closed it would re-open. I tried deleting my .suo file but made no difference.

In the Windows menu select "Reset Window Layout"

Related

VBA IDE Access 2010. File not found when trying to open the immediate window

I have been programming visual basic for 20+ years. This problem appeared suddenly in Access 2010.
When I try to open immediate window, Locals window and Watch Windows I get the error message: File Not Found
I did have problems stating Access 2010. It would reinstall Office and then give me this error: "error 1907 could not register font". Normally i could just hit ignore 3 times, and then the program would start. I wanted to fix this problem, so after clicking ignore two times, I chose Cancel the last time. The installation progress bar went backward. I did a "SFC /SCANNOW" with no problems identified. I rebooted. Next time I got into Access VBA IDE I could not access either immediate, locals or watch windows. When trying, I get "File not found."
Since then, I have made a repair of Office 2010. I did update windows and restart several times. Nothing is working.
In Excel 2010 VBA IDE, the windows are not missing.
I use Windows 10. Office 2016 is also installed on this computer.
Repairing Office 2010 was not enough.
I had to remove Office 2010 completely and reinstalled it.

How do I debug apps using angular+bootstrap (front end) + IIS (backend) from Visual Studio?

Specifically, I want to debug the front end without having to stop and restart the server for every change. I am used to doing it when the pages are not served by the development IIS, but I don't know how to do it when they are.
For instance, is you edit an html file in the filesystem it will be updated automatically in the browser.
Thanks.
For html changes you don't need to restart the website. Run your browser in developer mode (press F12) that will force it to get a fresh page each time. Then press F5 to reload your browser and you will pick up the html changes.
Unfortunately, for jscript changes, you will need to restart the website from Visual Studio press Ctrl + F5 to restart the website in Visual studio (without debugging visual studio debugging - you can still use browser debugging). At this does not restart the whole of IIS, just the website.

vb Could not load file or assembly Mysql

I made application in vb 2010. And everything works great at mine computer. I made release and publish the application when i sen!
Pictures
Could not load file or assembly Mysql...
Also is there any way i can put net framework 4.5 to be installed with my application ?
You can include NET Framework by the following way. At least in Visual Basic 2010...
Through Project Tab you open Project properties.
Then in Publish Tab you Click Prerequisites Button.
There you can select the things you want to diistribute and the way they will be distributed.

Design Pane doesn't load in Windows Phone 8 Application Development in Visual Studio 2012 Pro

The design Page for Windows Phone 8 Application devlopment in Visual Studio 2012 in Windows 8 doesn't load i.e. the file MainPage.xaml just shows the following error:
An Unhandled Exception Has Occured
System.TypeInitializationException .......
It won't reload either
by clicking on
Reload The Designer
download vs2012 update 2 ..
it will solve the problem..
I'm was facing this same issue last week, and fortunately in my case (i hope yours too) the problem was solved when renew my free windows 8 developer license. To do so, run power shell as administrator and execute Show-WindowsDeveloperLicenseRegistration, this will start the license renovation process. When completed, click the Reload Again button on the VS2012 designer surface, and the designer should successfully load.

Access 2007 Wizards won't run

Every time I try to run a Wizard in Access 2007 a dialog box pops up saying the following:
The database cannot be opened because the VBA project contained in it cannot be read. The database can be opened only if the VBA project is first deleted. Deleting the VBA project removes all code from modules, forms and reports. You should back up your database before attempting to open the database and dlete the VBA project.
To create a backup copy, click Cancel and then make a backup copy of your database. To open the database and delete the VBA project without creating a backup copy, click OK.
[OK] [Cancel] [Help]
(Yes, it's probably overkill to write out the entire message, but there it is.)
When I click [OK] Another dialog box pops up saying:
This feature isn't installed, or has been disabled.
...
However, I have installed every Access 2007 feature, including the wizards. In fact, earlier this Spring I used the wizards in another project and I haven't made any changes to my Office setup since then.
I have searched stackoverflow and the rest of the web but haven't come up with any solution to this problem. Does anybody have any ideas?
Thanks a lot.
--Knute
P.S. This also happens when I go to "Office Button"->"Access Options"->"Add-ins" and then try to select "Access Add-ins" in the "Manage:" combobox.
Update:
The problem happens with more than one Access database. I don't think it has anything to do with the actual Access database I'm working on because, as I added in my P.S. above, I see the same message when I try to manage my Access Add-ins through the Options panels (a feature that's not linked to any particular database). Does that make sense?
I uninstalled & reinstalled Access 2007 but did not uninstall & reinstall all of Office. I still have the problem. Any other ideas?
Does this happen with only one Access database file or multiple?
If multiple try re-installing Office/Access 2007.
If just one then check your references to see if there's anything wierd in there. Also try importing into a new MDB/ACCDB and/or a decompile. Decompile or how to reduce Microsoft Access MDB/MDE size and decrease start-up times
I finally found the solution to this. A poster on this www.utteraccess.com thread helped me figure it out. I had installed & uninstalled the 2010 Technical Preview awhile back and it apparently left an incompatible version of C:\Program Files\Common Files\Microsoft Shared\VBA\VBA6 on my machine. By deleting this folder, then restarting Access, I forced Office to run a repair installation. After the repair, my wizards started working again. Thanks for your suggestions, Tony.
I too was having this issue complete with the history of having uninstallaed Office 2010 Technical Preview. I am running a Lenovo X61 Tablet PC running Windows 7 64-bit mode. I found the broken VBA files here:
C:\Program Files (x86)\Common Files\Microsoft Shared\VBA\VBA6
Same solution: Delete the VBA6 directory.
The next time I ran Access 2007 it automatically went into its setup routine (a couple of minutes) and when it was done everything was working correctly.
Note: Uninstalling and re-installing Access 2007 did not solve the problem. I had to remove the bad directory as noted in bold above.