Tagged Questions
-3
votes
2answers
13 views
I can't install .net framework 4 on my desktop which has Windows XP service pack 2 O.S
I made a small simple c# application in Visual studio 2010 ultimate and i deployed it and it requires .Net framework 4 to run but when I tried to run this app in a desktop of Windows XP Service Pack 2 ...
0
votes
1answer
16 views
dynamically merge cells in .rdlc vs2010
What i want to do is explained in the following image-
I want to dynamically merge rows at last 3 columns (InvoiceTotal, Paid, Due)
Is it possible?
0
votes
1answer
25 views
import from excel error in datagridview vb.net 2010
i am importing excel file in datagridview below is my code
'ofdImport.Filter = "Excel Files (*.xls)|*.xls"
ofdImport.FileName = ""
If ofdImport.ShowDialog(Me) = Windows.Forms.DialogResult.Cancel ...
0
votes
1answer
19 views
Entity Framework designer not updating conceptual model?
I'm using Entity Framework 4.0 (on .NET 4.0) with a database-first approach using Visual Studio 2010.
I have an .edmx model file representing my database tables. Once in a while, I'm changing ...
0
votes
0answers
8 views
IntelliTrace with VSTO?
I have a VSTO Word add-in that is built with Visual Studio 2010, in C# targeting the .NET 4.0 framework.
I have Visual Studio Ultimate 2010.
I also have a bug that no one in QA for the life of them ...
0
votes
3answers
47 views
Not able to bind grid in WPF
I am new with WPF.
I am attempting to bind datagrid in WPF.
My Code:
con = new SqlConnection(conClass.conSTR);
try
{
con.Open();
cmd = new ...
0
votes
1answer
33 views
TeamCity ambiguous build failure
I am having trouble with my build for TeamCity. When I build the project locally, it compiles correctly, however, when TeamCity runs, the build fails with error Build failure condition: Process exited ...
0
votes
1answer
23 views
Installed Net Framework 4.5. Can build/target Framework 4.0?
I have installed Visual Studio Express 2012, and Net framework 4.5 got installed togheter.
Now from Visual Studio 2012, also if I target Net 4.0 (Properties->Application->Target Framework), that ...
0
votes
0answers
40 views
Visual Studio 2012 4.0 Targeting Pack not installing
I'm trying to install the VS2012 4.0.3 targeting pack for VS. However, when I run it, it gives me this error:
Installation Requirements:
Microsoft .NET Framework 4 Multi-Targeting Pack was ...
0
votes
1answer
14 views
exclude assembly from build
I have a solution file with 10 assemblies. When I build the solution I would like to exclude 5 of them from being built and put in the Release folder. I tried going into the properties of the solution ...
0
votes
0answers
14 views
Cannot run NUnit Tests on Build Agent
I am having trouble understanding how to make the NUnit Tests run from TeamCity. The basic setup for the tests is that they are .cs files; e.g. I have a class called Rule.cs, I have a RuleTest.cs for ...
9
votes
4answers
2k views
How to get version number in post-build event
I want to use post-build event to automatically create a nuget package and then copy it to a shared folder on our network, something like this (the version number 1.0.0.0. is specified inside the ...
1
vote
2answers
994 views
How can I change the targeted framework from 4.0 to 4.0.3
I have the Portable Library Tools beta 2 installed in Visual Studio 2010. I created a new library and set it to be compatible with .Net 4.0.3 and Silverlight 5. I then tried to add a reference to ...
2
votes
2answers
57 views
Writing a Unit Test to ensure dynamic proxy creation by testing for IEntityWithChangeTracker (EF4)
I've been working through Julie Lerman's books on Entity Framework, and I've run into somewhat of a snag...
In "Programming Entity Framework DbContext" on page 66 Julie suggests writing a Unit Test ...
17
votes
2answers
11k views
Mixed mode assembly is built against version ‘v2.0.50727′ of the runtime
Mixed mode assembly is built against version ‘v2.0.50727′ of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
As I was trying to export crystal report ...