Restore A Web Application?
Feb 20, 2010
I have used MS Backup to do a file backup of my entire computer. This completed without error. I needed to restore one page in an ASP.NET application to the version in the backup.
I used the Restore Files option and saw my Page.aspx file and it's Page.aspx.designer file. I chose the two and restored them.
When I looked at my application, however, Page.aspx.vb and Page.aspx.designer.vb had been restored (ie. the page behind's but not the pages themselves)
View 3 Replies
ADVERTISEMENT
Jun 1, 2009
how can I restore sqlserver database from VB.net or C# Application?
View 2 Replies
Jun 17, 2010
[url]..I'm trying to use the Restore.Abort function during an SMO restore process - What would be the best method?
[code]...
View 4 Replies
Feb 17, 2012
I have a VB .NET application set as single instance. When I try to launch the application the second time its window is restored to its normal windowed state instead of being maximized (like it was before attempting the second launch). How can I make the application window to preserve its last state?
View 1 Replies
Dec 28, 2011
I have developed an application on my phone to manage my money. I would like to create an application on my pc to get the local database from my winphone to be able to display informations... and have a backup. I would also like to be able to restore my data back to my winphone if there is a crash.
View 4 Replies
Oct 29, 2011
in visual basic 2010 project with access 2007 database how can i use program to take a backup of database and restore a database
View 3 Replies
Oct 8, 2011
Anyone who give me a code for how to restore database using openfiledialog??
View 6 Replies
Jun 24, 2012
I was trying to improve my graphics. I have imported a picture on my resources. Then I don't know why all went wrong and it doesn;t regognise the resources.When i debug, like always it runs when all are fine and ok with not errors. Can I restore that debug?
View 1 Replies
Nov 27, 2009
i want to restore VB setting to 1st-time-use setting. i spend a long long time looking for default button in VB.But i cannot find anything .
View 1 Replies
Oct 13, 2011
I'd like to know how to restore my database in visual basic. the code i used for backing up is[code]...
View 2 Replies
Jun 3, 2011
I want to backup and restore the database by using vb.net.I have a problem here..This dialogue box appear.
"
[Microsoft][ODBC SQL Server Driver][SQL Server]Cannot open backup device 'C:Documents and SettingsSMy Documentssales.Bak'. Operating system error 5(Access is denied.).
[Microsoft][ODBC SQL Server Driver][SQL Server]BACKUP DATABASE is terminating abnormally.
"
View 3 Replies
Apr 29, 2010
I am writing a database application with Access 2007 and VB.net 2008.Is there a way in VB.net to backup and restore the database?
View 3 Replies
Jul 27, 2011
So I made a program that is like a taskbar. (taskbar = Menustrip)
on runtime it gets all the apps and add there name and icon to the taskbar and when u click it I want to force it to restore itself so its no longer minimized.
For the click its probally something with CType, and I don't know much about the CType :(
[Code]....
View 4 Replies
May 31, 2010
I'm attempting to recreate the windows maximize/restore button, where when clicked it will either send the window to its previous state or put the window in full screen BUT fitted with the taskbar visible.
View 7 Replies
Jun 1, 2009
I'm working on a Warehouse Item locator. I use an Access database for all the information and I made a backup so after all the change are made, I can keep a copy of the database in case something happen.
View 1 Replies
Feb 11, 2010
I am using VS 2008, for the VS application with no code at all. any ideas on how to restore the files that were originally there? I would assume there are files somewhere on my computer I an get to, but I cannot figure out where they are located.
View 2 Replies
Feb 19, 2011
I m working on a windows application using VB.NET. Using borderless forms. Can anybody tell me how to minimize / restore that application by clicking from taskbar. (I already added minimize button into the form) but also want the functionality from taskbar.
View 2 Replies
Feb 19, 2011
I m working on a windows application using VB.NET. Using borderless forms. how to minimize / restore that application by clicking from taskbar. (I already added minimize button into the form) but also want the functionality from taskbar.
View 8 Replies
Apr 2, 2012
my TFS servers hard drive died out of nowhere, with no backup i was forced to create a new server and restore it from the mapped files that were on my local machine. Everything works except everything looks different in my projects now, take a look, left side is old. right side is new well except the countdown text that's yellow and green
View 1 Replies
Mar 1, 2011
I want to compare all registry values to another .reg file or a .txt file and make desired changes in the system registry...How to do this in vb.net ?
View 1 Replies
Mar 4, 2011
I have a DataGridView and sometimes I use the CellValueChanged Event but othertime I don't want it to trigger. Is there a way that I can remove an event sub and then restore it. I have 5 columns with a ComboBox. After licking one, and then another, the line bellow keeps repeating until stack crashes
[Code]...
View 1 Replies
Aug 24, 2010
I manage to minimize all the applications now how to restore them all ?
View 18 Replies
Dec 6, 2009
I am using the following code to change my backcolor before I print the page.Is there a way to restor the controls to the orginal backcolor they were before I changed them, the reason I ask is not all of them are the default systemcolors.control, so instead of coding each one individually i was hoping for some kind of "REstore" code?[code]....
View 9 Replies
Dec 15, 2011
I have a search page in one form(Search.vb) and another form(Form1.vb) to display the details of selected data from the search form.
I already have back button in Form1.vb which returns to some other form say (Action.vb).
In case of searching data it returns to Form1 to modify the selected data, In this case if i press the back button in Form1.vb it should return to search.vb with the details that i entered for searching.
Is there any way to save and restore the form whenever needed with its details?
View 13 Replies
Sep 24, 2010
I've got a dataset that I maintain. The user interface to the dataset is a treeview and a listbox. The listbox shows the "items" in the treeview node that is currently selected. This works fantastic. As items are added to the dataset, I grab the fullpath property of the treeview node so I can filter and only display items that belong to the in the node that is selected. I then save all of this information to an XML file (including the fullpath of the node that the item is "in").
This all works great and does everything that I want it to. The problem comes when I load the XML file back in. I'm trying to re-create the treeview nodes exactly as they were when the document was saved. I know what the nodes are because of the fullpath property, it looks something like this: State\City\SiteName
I'm trying to create a sub (or function) to recursively create this structure. I've managed to get close, but I haven't actually got the logic yet. I've been able to get all the nodes added, but they seem to only be added at the second level. One thing that I need to worry about is duplicates. In the example above, I might have two sites in the same City. When I got close, I actually had the structure created, but the nodes were getting duplicated. For example: [Code]
View 3 Replies
Mar 27, 2009
I am using MySQL 5.0 as back end with VB.NET as front end(Windows Applicaions). I want to take back up my database. I found one command through net as below.
mysql> mysqldump -u root -p root accounts > accounts.sql
My database name is "accounts". When i am trying to run the above command in mysql> prompt, it gives error. Where i have to run the above command?
View 5 Replies
Dec 23, 2011
Okay , Ive found a really nice remote desptop code. Did my best to correct the errors (with forum's help) but there is still issues. If someone can help me or at least tell me how set a tcp online (on net between any pc) connection because Im working on a chat. [URL]..
View 1 Replies
May 12, 2012
I have a form which has a ListView and buttons to add/edit/delete items from this list. It has a save & a cancel button. On pressing the cancel button, I want to revert all the changes that have been done in the current form. So, while loading the form I keep a copy of the original list like below.
backupMyListView = MyListView
In the cancel button code, I do the opposite.
MyListView = refMyListView
Whats happening is that, the original listview is never restored because everytime MyListView was updated, backupMyListView also was getting updated.
How do I restore the original ListView on pressing the cancel button?
View 3 Replies
Mar 17, 2012
I'm creating a program with database and it almost done. The only one thing that left is the backup and restore of database. I don't know how to do this.
View 9 Replies
Mar 10, 2012
is there a wat to backup my database into my documents and restore it,
(i am using datagrid to view my ms access as database)
View 1 Replies