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 ...
0
votes
0answers
23 views

Why timer control makes the application very slow

The program in windows form application is working well until i use timer control where i choose the interval of it (1 ms) to get 1000 values, visually i should get these 1000 values in a period of ...
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 ...
-2
votes
0answers
24 views

how to use dll generated by VS2008(c++) in VS2010(C#)?

I have a dll that has been generated in visual studio 2008 and I have no access to its source code.I want to use this dll in my C# project in visual studio 2010. The problem is I getting the ...
0
votes
0answers
22 views

VS2010 Composite control w/ MS Chart, used by VS2008 project

Developing a composite Windows Forms control, which will need a simple scatter plot embedded in it. However, MS Chart is not included with VS2008 IDE, only 2010 and newer. Can this be developed in ...
0
votes
0answers
54 views

Getting debug assertion failure while running a sample SDL program using VS2010

I have just started learning SDL(Simple DirectMedia Layer) API.While compiling a sample HelloWorld app in VS2008 I got the following debug assertion failed error : Debug Assertion Failed! Program: ...
0
votes
0answers
7 views

Upgrade Visual Studio Project

I need to upgrade an existing Visual Studio 2008 project to Visual Studio 2010. My problem is that the solution uses a custom platform - WinCE Arm to be specific. In order to use the convert program ...
0
votes
1answer
93 views

Able to consume web service in Visual Studio 2008 but not in 2010

I'm trying to consume a web service created in Java (XFire) from Visual Studio 2010. The service works in Visual Studio 2008 without an issue. In both cases I'm using a web reference to access the ...
1
vote
1answer
90 views

Why does one VB.net project properties list Configuration and Platform and another does not?

I just created a new VB Windows forms project using VS2010. The solution also contains a Fortran DLL project. I've set the platform to x86. When I pull up the VB project properties it does not list ...
0
votes
1answer
58 views

What exactly is a .base.cs file extension

What exactly is a .base.cs file extension? How is it different from a regular .cs class file? And how is it used differently? I used a code generation tool, and this is what it generated, and the ...
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
58 views

Migrating SP 2007 web parts to SP 2010

I am trying to migrate web parts that were created in 2007 to 2010, the problem i have is i didn't use VSeWSS when i created these. All the files in the web part project i have is here... My ...
1
vote
1answer
50 views

VS2008 rdl vs. VS2010 rdl data display

I have VS2008 where i have a report that produces tablix with one field from one dataset. It displays values correctly. They are Numbers (0,00, 10,00, 15,00, 25,00 - using expression ...
0
votes
0answers
33 views

combo box with sql

in my combo box the example values are ADVANCED COMPUTER TECHNICIAN and AUTOELECTRICITY if i have a table. name tbl_student like this Student_no ACT001 AE001 AM001 if i want to select ADVANCED ...
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) ...
0
votes
2answers
57 views

How to add action to Visual Studio Solution Explorer?

Please let me know how to add an action into the context-menu of "Solution Explorer" in Visual Studio? I'd like to add my action into the context-menu of files listed in this explorer (see a ...
0
votes
0answers
43 views

Migration of an C++ .NET solution from VS2008 to VS2010 (CLR breakpoint IntelliSense)

My Solution in-cooperates one .NET framework project and several C++ projects. Bad news: VS2010 does not support Intelli Sense for .NET. Additionally I am forced to enable the /CLR support for my ...
0
votes
1answer
359 views

Visual Studio Print Preview Control

I am attempting to create a print preview of a document when the user selects the document from a listview. I know I need to create a print document and pass it to the printpreviewcontrol, but I don't ...
0
votes
1answer
131 views

We have an issue connecting TFS workspaces to versions of Visual Studio 2008, 2010, 2012. We get “The path … is already mapped in workspace ” issue

Here is what we are trying to do: In a TFS collection we set up a TFS project “BuildBusinessWebsite”. For this project we will have .Net solutions, SQL Server Reporting Services (SSRS) reports, and ...
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
0answers
64 views

Convert Visual Studio Solution and Project Files to DDK Build

I know products (such as VisualDDK) exist to use Visual Studio as a front end while using the DDK to build a project but I have the exact opposite question. Are there tools to take an already ...
0
votes
0answers
2 views

i have VS 2008 come with sql, under project type I do not have project templates or languages

I opened VS 2008 and under project type I do not have project templates or languages. all i have is business intelligence projects
-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
1answer
71 views

Visual SourceSafe. One project and two different (mixed) versions of Visual Studio

I have a really small team working with Visual Studio 2008 and Visual SourceSafe 2005 (Yeah, I know...) A new developer just came in and he has Visual Studio 2012 on his machine. He is not willing to ...
-1
votes
1answer
18 views

VS2010 performance issues [closed]

I have been working on vs 2010 from an year, some time before it starting to hang, takes a lot of ram and is very slow. I was considering to change my p.c , I have C2D with 4 GB RAM, but my friend ...
0
votes
4answers
352 views

jquery-1.4.1.min.js is not working

The code below works prefect in visual studio 2010 but doesnt work on visual studio 2008, if there any others exception that i miss out? what else i should check for in order to know what am i ...
0
votes
0answers
72 views

C# windows app runs out of memory

I have the following statement in a C# 2008 windows application that was converted to a console application: finally { Console.ReadLine(); ...
0
votes
0answers
56 views

Upgrading VC++ project from VS 2008 to VS 2010

I was upgrading a project from VS 2008 to VS 2010. I ran into following unresolved link error. LINK : error LNK2001: unresolved external symbol __forceCRTManifestCUR After doing some web search on ...
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
1answer
43 views

how to resolve error “Text Line Should not be null” while comparing two DB using VSTS

Hi i am using VSTS2010 to compare two build using schema compare. today encounter an error while compairing "Text line should not be null" and suddenly got error "Microsoft Visual Studio has ...
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 ...
1
vote
1answer
91 views

Header files are missing from installed location

Recently I have installed Visual Studio Ultimate 2010 and it seems that there are no header files under C:\Program Files\Microsoft Visual Studio 10.0\VC\include. I search the Internet for this ...
1
vote
1answer
63 views

SSIS Upgrade Results in Empty 'VstaProjects' Solution for Script Componets

In the transition from using VS2008 to VS2010 for SSIS packages a large portion of my script components have broken. When I open a script component and select "Edit Script" the VSTA editor appears, ...
0
votes
1answer
65 views

Program doesnt work if i changed Visual studio version 2008 to 2010

Hi i keep getting this error in my program, it just to work in visual studio 2008 but im using 2010 and isnt working and keep getting this errors messenges Error 4 error LNK2019: símbolo externo ...
0
votes
0answers
54 views

Visual Studio designer breaks after upgrade from VS2008 to VS2010SP1

I have a Visual Studio 2008 project (.net 3.5) that uses some third party libraries. I have one control that extends a control in the third party library. In Visual Studio 2008, I can look at my ...
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
88 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
31 views

VS2008 cannot debug after install VS2010

I have searched this debugging problem on the web. However, I didn't find the solution. My operating system is Windows Server 2003. I have VS2008 on the machine. I could debug. After I installed the ...
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 ...
0
votes
0answers
178 views

ReportViewer keeps refreshing

I have a very weird situation. I'm using a ReportViewer control in ASP.NET to show a report in my aspx page. This works fine when i build my web site with VS2008. But it goes wrong when i add a Report ...
0
votes
1answer
176 views

Image reading at WPF application deployment environment

I have a WPF Application project directory like this Actually i have added a Folder named "Resources" inside Visual studio project and added some images into that.Physically the folder was created ...
1
vote
1answer
96 views

CWinApp::OpenDocumentFile creates a new window

Recently we moved our C++ project, which uses MFC, from VS2008 to VS2010. And there is a small issue: in our MDI interface, after we call a function CWinApp::OpenDocumentFile, the app not only opens ...
0
votes
2answers
664 views

Are Visual Studio 2008 and Visual Studio 2012 solutions“compatible”?

I edited my project (which was written in school using Visual Studio 2008) at home using Visual Studio 2010 Express. When I got back to school, I couldn't open my solution anymore as Visual Studio ...
1
vote
1answer
53 views

Getting a weird error after upgrading a VS2008/.NET FX 2.0 project to VS2010

After the upgrade, when build, a warning pops up saying: The primary reference "Elegant.Ui.Ribbon, Version=3.5.0.0, Culture=neutral, PublicKeyToken=3a2b400713aae6e0, processorArchitecture=MSIL" ...
1
vote
1answer
50 views

how do i convert a timespan to a string in visual studio

It gives an error, Exception Details: System.InvalidCastException: Conversion from type 'TimeSpan' to type 'String' is not valid. Time.Text = datareader1.GetValue(3) I'm trying to display the data ...
0
votes
1answer
150 views

Smartphone project on Visual Studio 2010

My employer has recently asked me to start a smartphone project for a device running windows CE 6.5. I know that visual studio 2008 has the smartphone template and vs 2010 does not, I currently have ...
0
votes
0answers
62 views

Opening Project in VS2008 causes error and breaks Intelesense for this project

In the old days of using Visual Studio 6, I recall that it was very easy to fix the Intelesense after it got confused, and no longer worked correctly. But, I'm now up in VS2008, writing a Native C++ ...
-2
votes
1answer
39 views

Deployment server changing to a new server with different IP address [closed]

I have Server1 (Publishing server which has source code), Server 2 (Deployment server) and Clients machine which already has applications used and pointing to Server2. Would like to move this server 2 ...
0
votes
1answer
63 views

References the Visual Studio Project

i'm making a project in visual studio and there are references in my project such as Microsoft.Office.Interop.Excel .. etc I set CopyLocal of Microsoft.Office.Interop.Excel to False and the ...
0
votes
1answer
204 views

Visual Basic: Save File with Icon

I am creating a program that copies itself to the desktop with different names. I want to give each file a different icon. I know you can assign an icon to the original file but I want each copy to ...

1 2 3 4 5 14