0
votes
0answers
10 views

batch file converted to .exe not running in xp - visual studio

I have created a batch file and then converted it to exe with the help of IEXPRESS. When i create a visual studiosetup and deployment project, my installer should call this exe. It works fine in ...
0
votes
0answers
6 views

Visual Studio Solution Explorer Active Item Highlight Colour in Windows 8

In Visual Studio 2008 on Windows 8, how can you change the highlight colour of the active item in the Solution Explorer when it doesn't have focus? I find in Windows 8 that it's quite faint and ...
0
votes
1answer
27 views

SSRS data-driven subscriptions saving pdf file on the parameter value passed

I have a SSRS 2008 R2 report, with a parameter employeeID. When we do the data driven subscription I am exporting the report into a PDF file. The PDF is saved/generated as reportname.pdf by ...
1
vote
2answers
163 views

Installation of OpenCV 2.4.5 on Visual Studio 2008

I'm having some difficulties trying to use OpenCV with visual studio 2008 (Professional Edition). I believe I've done everything necessary to run a OpenCV sample, but it crashes due to a run-time ...
0
votes
2answers
75 views

Run Oracle Client in 32-bit mode on a 64-bit machine

I have just moved from a 32-bit Windows 7 desktop to a 64-bit Windows 7 Laptop. We have a C# program that we are developing that contains approximately 60 projects within the solution. I keep getting ...
0
votes
1answer
87 views

ASP.net 2010 (VB) Object reference not set to an instance of an object

Morning All, I am using VS2010 with VB and im trying to get a ping test working in my web application. In order to do this and test that it works i have simply created a button that when clicks ...
0
votes
0answers
22 views

Visual Basic - Check To See If Program Can Edit Registry

I am working on a Visual Basic 2008 program that has to edit the computer's registry, but I want to add a way for the program to check to see if it has permission to edit the registry, and if it ...
0
votes
1answer
19 views

navigating through records on a database

Simplest way how to loop and display through records using textbox, combo box and datetimepicker. Below is a code but still cant figure it out Dim dr As DataRow Dim ds As Dataset Dim dt As DataTable ...
0
votes
0answers
167 views

how to update database colum with checkbox in gridview vb.net

i have a checkbox in gridview rows...and have a database column name "Active" whose default value is "1" i bind checkbox with database colum active... when i click on checkbox by default its is ...
0
votes
0answers
14 views

Runtime error due to WTTlog.DLL?

I'm running a VC++ code in VS2008 in Win8 OS. When i click on "F5" (Run the project), I see that I get an errro message like below "The program can't start because, WTTLog.dll is missing from ...
0
votes
0answers
35 views

Windows Service not installing through vs2008 setup and deployment

I have created a windows service in vs2008 that installs and monitors console application - c++. When i try to install the service manually through command prompt by giving command as servicename.exe ...
0
votes
1answer
73 views

how to convert comma seperated numbers from textbox to alphabets

I have a Textbox which displays the value as 10,20,30, i.e textbox1.text="10,20,30,50" Predefined values: 10-A, 20-B, 30-$, 50-* I want the value displayed in label1 is according to textbox1 ...
-3
votes
1answer
96 views

seperate numbers written in textbox after every two digits with comma vb.net

Here is the number chart mentioned above, i want to write the code for my query below : Controls i have textbox1, label1, label2, button1. I have a textbox1 which generate random numbers i.e ...
0
votes
0answers
47 views

SQL Date Parameters

I have a simple piece of coding I am using in Visual Studio as seen below:- select * from dbo.NGPTimesheetsPosition where ProjectNO = @ProjectNO AND CreditorEmployeeID <> 'E0000' AND DocType = ...
0
votes
1answer
42 views

How to Sum all the characters inserted into textbox on page load event?

I have the following given parameters: Alphabet Provided Value S 2 U 3 M 5 I have textbox with the default text SUM, and a label to display result of the SUM, i ...
1
vote
2answers
34 views

Multiple inhertinace

I have some classes having a .NET control: Class MyTextBox : Inherits MyControl Control As TextBox I would like to use the inheritance instead of having a variable containing the .NET control: ...
0
votes
0answers
36 views

Main Report Preview in Visual Studio 2008 stoped working “One or more fields count not…”

When I switch from Main Report to Main Report Preview in Visual Studio I get the following error: "One or more fields could not be found in the result set. Use Verify Database to update report." I ...
0
votes
1answer
43 views

How can you make new form as a copy (in runtime) of an already shown form?

I am trying to make a form that functions as "READ/OPEN MAIL".. so what I want is to have multiple forms (which is a copy, with both the designer and form functions e.g. buttons and codes) when I open ...
0
votes
1answer
48 views

Visual Studio editor is behaving weird! Showing compilation error with every instance

Whenever I compile any website in Visual Studio I face multiple compilation errors but code gets executed perfectly. I am supposing that some setting is changed with my vs editor. Following are few ...
0
votes
0answers
16 views

create installer for the two web application in vs2008

I am first time doing the installer with Visual Studio 2008 (Web Setup Project). Here I have two different application publish folders (files need to run the application on IIS). I want to create the ...
0
votes
0answers
11 views

Lock drag axis in Visual Studio design mode

Is it possible to lock a certain axis when dragging a control in Visual Studio? E.g. drag only up-and-down, or left-and-right.
1
vote
1answer
51 views

Old VS code not running with new VS

I have an old project that I need to revisit. It was built in some version of Visual C++ (prolly 2005) looking at the .sln file. The sln file wont get converted to a VS 2008 solution due to some ...
1
vote
2answers
55 views

Why has Visual Studio's Windows Forms Designer stopped working?

I'm in the process of cleaning up an old bit of C++-CLI software by decoupling business logic from the GUI. Despite the fact that I've left the windows forms designer code well alone, it now won't ...
0
votes
0answers
45 views

How to autostart my application?

I'm developping an application for Honeywell Dolphin 6100 ; a mobile computer with a barcode scanner that uses Windows CE 5.0 like OS. I want to autoRun my application when the device reboot. Can ...
0
votes
0answers
53 views

SQL query to populate a gridview in Studio 2008

Afternoon All, I have the following query which works fine. select CertID, surname, firstname, fnCompanyName, fnPlantID, startofcert, endofcert, company.CompanyName, plant.plantname, limitations ...
0
votes
1answer
53 views

Binding multiple items of data from SQL to label

How do I bind multiple data items from SQL to a label? This is my code: Dim str As String = ("Data Source=PC1; User ID=sa; Password=pwd;Databasfriend") Dim con As New SqlConnection(str) ...
-1
votes
1answer
96 views

Combobox does not revert to null when value is cleared

Due to a flaw in .NET (Microsoft says its intended but I see it as a serious flaw) If a user empties a combo box (i.e. wants to blank out the value) the selected value does not revert to null instead ...
0
votes
1answer
39 views

how can i attach visual studio to child process of a process on remote machine?

When I run a process on remote machine, say A.exe, it spawns child processes, lets say, childA.exe. What I'd like to do is, I want visual studio to kick in (hit a breakpoint) as soon as childA.exe is ...
0
votes
0answers
37 views

Error VSP1804: Unable to open file. The file format appears to be invalid

I'm getting this error in Visual Studio 2012 when the instrumentation profiler is trying to create the report after profiling: Error VSP1804: Unable to open file. The file format appears to be ...
0
votes
1answer
46 views

How do I get rid of bogus “missing reference” errors for project's own classes in WPF?

I create a custom value converter or whatever, put it in XAML, and it all compiles and runs fine, but Visual Studio keeps showing bogus The type 'local:PortValidationRule' was not found. Verify that ...
0
votes
0answers
24 views

Adding Visual J# as prerequisite in a Setup Project

I created a project that requires Visual J# to be installed. To distribute my software, I've created a Setup Project with Visual Studio 2008. When I got to Properties -> Prerquisites, there's a list ...
-9
votes
1answer
55 views

Install VS 2010 in Windows Server 2000 [closed]

I have to install either Visual Studio 2010 or Visual Studio 2008 in Windows Server 2000. Is there any way?
0
votes
2answers
67 views

How to replace part of a matched regular expression string in Visual Studio

I want to replace a single word in the comments of my visual studio project. To find that word (lets say its "fun" I can use a regular expression like the following example (FYI, I am actually using ...
0
votes
1answer
261 views

Smart Device application for Windows Mobile

I installed Windows Mobile 6 Professional SDK and tried to create new Smart Device project in VS2008. I expected to see a form like a mobile device in editor, however I just see a regular windows ...
3
votes
5answers
565 views

problems with running exe file built with Visual Studio on another computer

I created a client server application in C++ using Visual Studio. Now I want to run the client exe file on another computer (which doesn't have Visual Studio installed) but when I try run the exe ...
-2
votes
1answer
2k views

Download visual studio 2008 professional [closed]

I want to download visual studio 2008 professional edition. (not SP1, not express) please. I tried at google, microsoft but shows page not found or unable to find. can you please provide me setup ...
0
votes
0answers
34 views

VS2008: Link error while changing default value in import library [closed]

Please take a look at my picture below which shows the error I am getting. I don't know why this error happen. I pointed *.lib files to specific folder for making them easy to manage them between ...
0
votes
1answer
89 views

Comparing an image and a video in visual c++

I am trying to compare a video with an image (in .jpg format) which is already present in the video (in .avi format). I am trying to accomplish this task in Visual C++. It gives the correct result ...
0
votes
0answers
95 views

will VS2012 project work with VS2010 compiled dll? [closed]

I have a VS2008 project which fails on runtime when linked with VS2010 compiled dll. Is there any way to make it work ? Or should I upgrade to VS2010 to solve this problem ? Also, If I upgrade to ...
0
votes
1answer
43 views

Compiling uplink in visual c++ 2008?

Hey there i have no experience in compiling c++ and i was wondering if anyone could help with a problem im having. I got the uplink dev cd from a friend and im getting hundreds of errors when i try ...
-1
votes
1answer
77 views

C++ Win32 Project in Visual Studio 2008

I want to create a C++ Win32 Application project in Visual Studio 2008, but I don't have that option (as in comparison to Visual Studio 6.0). How can I get that option back or create an equivalent ...
2
votes
1answer
136 views

Setting working directory for custom build steps in Visual Studio 2008

Is it possible to set the working directory for a "Custom Build Step" command in a Visual Studio 2008 C++ project?
0
votes
4answers
103 views

I want to use the full range that the 64-bit integer can take. How can I do it in x86 Visual Studio 2008?

I included the stdint.h in my solution and used uint64_t, but the result was not what i wanted. Here is the code that i used. #include <stdio.h> #include "./stdint.h" void main (void) { ...
0
votes
1answer
114 views

How to Create Webpart in visual studio?

List item How to Create Webpart in visual studio ?I am not sure how to include windows sharepoint service dll . Please Help
0
votes
1answer
111 views

Visual Studio debug instance not showing form anymore

I have a project (from a SVN repository), which ran yesterday when I start a new debug instance. It'd show me a form and let me do some stuff on it. Today, I tried to run a new debug instance again ...
0
votes
1answer
139 views

VS Immediate Window - The name does not exist in the current context

I've had this thing that keeps bugging me in some parts of code and I have no idea what's causing it. I have a block of code where I've set a breakpoint. If I then use my cursor and hover over a ...
0
votes
1answer
60 views

Visual Studio how to open files in one instance

I edit files directly inside FTP and like to use Visual Studio, however VS seems to open each file inside new instance of VS and not inside a new tab. I believe this is because it's a file without a ...
0
votes
1answer
87 views

What is the reason for this sysgen error?

(Windows CE 7) If i give "clean sysgen" (blddemo clean -q), i'm getting following errors: SYSGEN: BUILDMSG: Found localized resources for Languages ( 0404 0407 0409 040c 0410 0411 0412 0413 0416 ...
0
votes
0answers
155 views

Set up a cuda project template for visual studio 2008 express

After working under linux and nsight eclipse edition, I have to port some of my code for windows. So I want to test it under visual studio 2008, but I've got only the express edition. Now I want to ...
0
votes
2answers
66 views

StartupUri VisualStudio 2010 not working

I just created a new WPF project, but I decided to make a different organization of the folders, to make them look like this: So I want all my interfaces to be on src folder. But when I press F5 ...

1 2 3 4 5 46