IDE :: Auto-Recover Not Working?
Feb 3, 2007
In VS05, we have autorecove set to every 7 minutes and save them for 7 daysThe help says they are saved in ...My DocumentsVisual Studio 2005Backup Files<projectname>However, the project name is there, but the folder is empty.
View 17 Replies
ADVERTISEMENT
May 10, 2009
I have a project with sql database and customer require to create this function .I mean when user use my program , they can delete, edit... but not still save yet. Suddenly power failure , and i want to recovery database when user turn on program again.
View 4 Replies
Jul 16, 2011
I cannot find a Backup Files folder and auto recover was turned on? I spent ages working on a project when the power went
View 6 Replies
Jan 10, 2012
Master page HTML :
<%@ Master Language="VB" AutoEventWireup="false" CodeBehind="PMS.master.vb" Inherits="PMS.PMS" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
[code]....
Note : I am using the AJAX Version 4.1.51116.0 and I have seen this and that and tried to work it out ... but nothing is going on
View 2 Replies
Oct 28, 2009
i have use ajax autocompleteextender on vb.net it is fine work on c# but not working in vb.ne
View 2 Replies
Apr 19, 2009
I just saw in some wordpress plugins, there are auto tag plugin, auto RSS fetch, just you install the plugin and it keep working for ever without calling it.What i want to do is to put a dll file inside my Images folder and it will monitor the uploaded files and edit them based on some options, i want this dll to work automatically just when uploaded in the right folder, and keep running forever This can be done? If no, there is another options to do so? "i know that i can use a windows service or startup applciation, i mean other options" UPDATE: i want any other options, because the server may be shared so have no access on its windows to make a service or a start up.
View 3 Replies
Mar 22, 2012
I'm trying to use an ajax auto complete extender, but it's not working. I put a break point on the GetCompanyNames method in the web service, but it doesn't even hit the break point.
Here is my ajax autoextender
<asp:TextBox TabIndex="1" ToolTip="* Required - enter the Company name" ID="txtCompanyName"
runat="server"></asp:TextBox>
<ajaxToolkit:AutoCompleteExtender runat="server" ID="acCompanyName" TargetControlID="txtCompanyName" ServiceMethod="GetCompanyNames" ServicePath="~/WebServices/AutoComplete.asmx" MinimumPrefixLength="1"
EnableCaching="true">
[Code] .....
View 1 Replies
Dec 5, 2011
i I want to use AutoComplete with VB.Net I am sick to find proper document and example.
(Autocomplete location based on stateid )
Javascript
$(function() {
$("#Location").autocomplete({
[Code].....
View 1 Replies
Aug 2, 2010
The auto-comment option in my Visual Studio 2008 suddenly stopped working. o_O..Does anybody know how to repair it and enable this feature again?I'm putting triple apostrophe above function and comment tags do not appear.
View 1 Replies
Jan 5, 2010
The auto-comment option in my Visual Studio 2008 suddenly stopped working. o_ODoes anybody know how to repair it and enable this feature again?I'm putting triple apostrophe above function and comment tags do not appear
View 4 Replies
Jun 24, 2010
I have just installed VS 2010 Premium on my Windows Vista Machine. I've noticed that in VS2008 when I typed for eg " Public property MyProperty() as string " and pressed the enter..I was getting automatically the expected result. Meaning by that , that VS2008 was generating for me the rest of the code. [code] In Visual Studio 2010 I am not getting this anymore. What happened ? Is this feature still working in VS 2010 ?
View 3 Replies
Jan 18, 2011
I have just installed VS 2010 Premium on my Windows Vista Machine. I've noticed that in VS2008 when I typed for eg " Public property MyProperty() as string " and pressed the enterI was getting automatically the expected result. Meaning by that , that VS2008 was generating for me the rest of the code.
View 10 Replies
Feb 2, 2010
i want to add photo to the employee and i want to save it to the another folder(any default folder of project) and retrieve it according to the employeeid from.basically i dont know the code
View 1 Replies
May 5, 2010
How can I recover my last succesful build.When debugging the last build will run but I cannot edit anything due to errors in the current code.Does anyone know.Oh I am using VB.net 2008.
View 5 Replies
Feb 6, 2011
I try to write a program to recover my password. My password is max 10 character.
include: 0>9, a>z, A>Z. not include "space". ex: abc123.
I try to check with number first it mean:
I try check: 0, 1, 2, 3... 00,01,02...
But I don't know how to begin with another character.
View 1 Replies
Aug 4, 2010
I lost my asp.net web site project source code developed using VS 2005.language used is VB.I have the code which has been published on the IIS. Is there any way for me to recover the source code using the published pages.
View 1 Replies
Jun 8, 2011
i try to write a program to recover my password. my password is max 10 character. include: 0>9, a>z, A>Z. not include "space". ex: abc123.After, i try to check with number fist it mean: i try check: 0, 1, 2, 3... 00,01,02... but i dont know how to begin with another character,
View 1 Replies
Sep 23, 2011
While testing my "nearly" completed application I deleted one of the primary forms.The code is intact, and the designer code is there byt the form is gone.
View 4 Replies
Apr 22, 2011
I am developing in Visual Basic 2008 Express Edition under Vista Business SP2. I have an application with an OpenFileDialog and a SaveFileDialog. When I call the OpenFileDialog on first running the application, it defaults to the directory from which the Application last opened/saved a file. However, this directory IS NOT
[Code]...
View 6 Replies
Apr 29, 2012
I am almost done making my auto typer, and i am just having a small issue and i have no idea why its happening... I have a spam button on the auto typer that's set to Interval = 100... But it doesn't work, it still only goes by Interval = 1000... I'll post a picture below.
View 13 Replies
Sep 20, 2011
Alright, I've successfully deployed AppFabric, and everything was working nicely until we started getting an intermittent exception on the website[code]...
At first I suspected the server was running low on memory (throttled state), but I eventually concluded that wasn't the issue. In the event-log, I found DistributedCacheService.exe crashed every now and then, and it led me to a simple method of re-producing the error on my local development environment[code]...
View 2 Replies
Mar 13, 2012
Exceptions can have different degrees of impact on a program. For example a program should probably abort if OutOfMemoryException is raised, but it is possible to safely and appropriately handle System.Data.SqlClient.SqlException without putting the program in an unknown state.
I do understand that any exception has the potential to put the program in an unstable state if it is not properly handled. Are there exceptions that should never be handled beyond simply logging and throwing up the stack?
View 6 Replies
Jul 15, 2007
I execute the macro, ToggleTextEditorGrayScale (Macro Explores--> MacrosSamplesAccessibility) inadvertently.
How do I recover the effect caused by it?
View 2 Replies
Mar 20, 2012
my system crashed and I lost all of my VB.net projects. IT says the hard drive is shot and they cannot recover the files. However, I have all of the project's debug files on a network drive that was not impacted because the info is stored on a shared sever.What I have are the following files: (These were pulled from the DEBUG folder)
Executible
Program Debug Database
XML Document
[code].....
Can I recover the project using just these files?
View 5 Replies
Mar 22, 2011
I dont have any back up for that form. Is there any other way to recover that form in vb 2008?
View 3 Replies
Mar 15, 2012
i'm in middle of building an application and something got corupted and the solution has 2 errors and i don't know how to fix it when i run the app it comes up the msg that there is errors and i can run the last successful build i'm interested if there is a way to recover the program solution from the last build or a othe way that i can undo the error?
View 3 Replies
Feb 5, 2010
I've made heavy use of the convenient My.Settings feature but sometimes I run into problems using it.
View 2 Replies
Mar 18, 2011
I was debugging my application when suddenly the computer crashed(blue screen).
When I restarted the PC one *.vb founded to be corrupted!
Is there anyone that knows a way to restore it?
View 5 Replies
Apr 5, 2012
I've made a program. The program does what it's supposed to do, for a while. The program is meant to recover my password if I loose it, but when I test it, it fails. It works fine until it comes to the number of my password. Then this error shows: object reference not set to an instance of an object. And this section of code is highlighted:
HTML
WebBrowser1.Document.GetElementById("ctl03$Login$username$input").SetAttribute("value", TextBox1.Text)
Here is complete Code:
HTML
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dialog1.ShowDialog()
[Code] .....
View 7 Replies
Mar 20, 2011
actually i have problem to develop tool for recover audio/video fil
View 1 Replies