I have a bunch of ancillary XML and XSLT files that I want to edit and manage in visual studio.
The files do not logically belong under any code project in my solution and so in order to group them neatly, I have created a "dummy" C# dll project in visual studio and disabled it from building in Debug / release builds).
I wondered i...
When debugging a build script, is it possible to get TFS to use a build script that is currently checked out?
For example, I currently have a build script that I'm trying to debug, but in order to add a line of trace, I need to book out the TFSBuild.proj, change it, and then book it back in.
...
Hi,
I am using an picturebox to show the wait gif animation when user presses 'log in' button in my C# form.
I added the gif image to the picturebox and set visibility to false. When user clicks on the login button i set the visibility of the picturebox to true. the problem is that gif animation does not appear if set the visible proper...
Hello All
I have a problem with a telerik RadGrid where the paging section is not refreshing. If, for example, the first search returns 15 records and the second search only 5 records, I see '... page 1 of 2...' in the second search which is incorrect info caused by the paging section of the grid not refreshing. My page count is set to ...
Hello,
When I create a dataset in VS 2008 and add a column named "Date" with DataType = System.DateTime and NullValue = 9999-12-31T23:59:59 this gets changed, when running the MSDataSetGenerator tool, in the designer file to
private static System.DateTime Date_nullValue = global::System.DateTime.Parse("12/31/9999 23:59:59");
This gi...
I am trying to use the AjaxControlToolkit in Visual Studio 2008.
I download the current binary package 40412 for .NET 3.5 (and have also tried previous binary package 30930 for .NET 3.5).
I extract the contents.
I start a new web site.
I add a new tab and point it at the extracted AjaxControlToolkit dll.
I select an item [Editor] from t...
Visual Studio 2008 has a handy command "format the whole document" (ctrl+k,ctrl+d). This will clean up and auto-indent many different types of files, including .aspx, .xml, etc.
Is it possible to invoke this functionality from the command line, so I don't need to open the Visual Studio and wait for files to open?
...
What does mean this Reasharper error? I just upload project from svn repository.
...
Hi all,
I am using VS2008, and developing C/C++ projects. I am using .bat file to build my projects from commandline (VC2k8 command prompt). I need a way to include preprossor directive dynamically at build time.
I am using devenv to build from command line.
>devenv my\project\path\myproject.sln /build release > logs\build.log
Actua...
Is it possible to have additional "using" statements automatically added to my new aspx.cs files so that I do not have to keep typing the same ones over and over again (i.e. custom namespace using statements)
...
I have a function GetAlertData() that returns a Datatable. I invoke it as:
var dt = GetAlertData()
Behavior in debug mode:
Case 1: When I do F11 all the time and go into the GetAlertData function, all works well and I get the correct table
Case 2: When I do F10 on this function and step over it, GetAlertData returns a table with all...
I simply chose an asp.net ajax web form, and I was presented with a page similar to the below mentioned one:
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="AppReport.aspx.vb" Inherits="ism2_AppReport" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">...
I have developed a win form application with .NET 3.5 and C# in Visual Studio 2008. This application using Microsoft Access 2003 file as database. My development machine have Windows XP installed.
When I've completed the development of the application, I've created setup project for this, which is keeping the database in windows Common ...
Hi, i write some dll in windows xp sp3 x86 using Visual Studio 2008. Dll is calling in java throught jni. In windows xp x86 sp3 everything is working fine. I try to use this dll in windows 7 x64 and my virtual machine is crashed.
I try few combination:
1) jdk1.7 x64, Eclipse x64, dll x64
2) jdk1.7_12 x86, Eclipse x86, dll x86
and ev...
I'm developing a Setup project using Visual Stual Studio 2008 using language C#.
I added a Dialog with 4 textboxes to allow the users to provide some needed information.
Is there any way to fill the value of one of the textboxes programatically, and the user only validate is it's correct and changes it if necessary.
...
I'm trying to modify a program where there is a variable that stores all the specified file types in a String() variable. What I would like to do is to somehow append to this variable in any way if I want to search another directory or just grab another individual file. Any suggestions would be greatly appreciated.
//Grab files from a d...
I made an application using blend3 and SQL 2008 how can I make this application work on another PC with its database without install visual studio 2008 and how to install SQL 2008 in this case ? should I create new database or what ?
...
Hi,
I have a windows service that along with several other projects (class librarys) make up a solution. The service also references the Quartz scheduler (from soundforge) and NValidate ( these are not in the GAC)
When I try and view the security settings for the service I receive the following error:
"Visual Studio was unable to det...
I have a problem with a web service I'm trying to debug. There is a problem with the web service, but I don't seem to be able to get a handle on it, because when I run the same project in the Visual Studio Debugger, it can't find any relevant registry keys. They are just coming up null. When I tried listing all the available keys in HKLM...
Hi, i have a wierd problem that i need to work out how to resolve,
I have spent the last couple of weeks working on a project for work on my laptop, but when i open the program on one of the work pcs alot of the controls are the wrong size and over lap etc,
the differences between the machines is this:
Laptop:
Windows 7 Pro;
Display ...