Click here to Skip to main content
15,892,072 members
Home / Discussions / C#
   

C#

 
AnswerRe: Bitmap "Invalid parameter" Pin
SledgeHammer0115-Jun-12 6:40
SledgeHammer0115-Jun-12 6:40 
AnswerRe: Bitmap "Invalid parameter" Pin
Dave Kreskowiak15-Jun-12 8:26
mveDave Kreskowiak15-Jun-12 8:26 
AnswerRe: Bitmap "Invalid parameter" Pin
terry102115-Jun-12 17:34
terry102115-Jun-12 17:34 
GeneralRe: Bitmap "Invalid parameter" Pin
Dave Kreskowiak15-Jun-12 18:55
mveDave Kreskowiak15-Jun-12 18:55 
AnswerRe: Bitmap "Invalid parameter" Pin
Luc Pattyn16-Jun-12 6:50
sitebuilderLuc Pattyn16-Jun-12 6:50 
QuestionAlternative for RenderTransformOrigin ...??? Pin
patelmayur15-Jun-12 3:58
patelmayur15-Jun-12 3:58 
AnswerRe: Alternative for RenderTransformOrigin ...??? Pin
Richard MacCutchan15-Jun-12 4:42
mveRichard MacCutchan15-Jun-12 4:42 
Question<<specificVersion>>'True'<<specificVersion/>> is not satisfying Pin
AstroBod42714-Jun-12 23:05
AstroBod42714-Jun-12 23:05 
Hi everyone,

I am a programer and work with visual studio 2010 and do some c#.

The company provided me a hp proBook 5310m, win7 pro 32-bits laptop with wich I could do my job first using vs 2005 and for something like one year now vs 2010.

Since this laptop is getting old They bought me a new one. A HP EliteBook i7-2920xm, win7 pro 32-bits, a great horse...
The configuration of the OS seems to be similar between each laptop as both have the same OS and are fully up to date. For VS 2010 I exported/imported the settings from the IDE.

So I downloaded the code from the source safe to the new laptop and tried to complete the necessary compiling of the referenced projects before I can start working with the one I am on.

That's where the problem began to start.

The programs in the solution I am developping are mainly targeting the framework 2.
As we are using WCF WebServices we need to reference some dll that come from the framework 3.5 as for instance:
'System.Runtime.Serialization.dll' or 'System.ServiceModel.dll' and a few other ones.

First of all I noticed that I have to re-reference those 3.5 targeting dlls. At this point I get an warning message box saying this dlls are targeting a framework higher than the projects and I should target a higher framework.
I searched the net and found that the solution spreaded around is the one that consist of unloading
the project, edit it and place the tag <<specificverion>>'True'<<specificversion>>' for these referenced dlls.

This solution seems to work but then all other referencing programs must be adapted this way and as the solution contains at least 50 programs and references programs in other solutions and so on it is not realistic to unload and modify all this projects settings at least as I do not have the rights to perform this kind of setting.

Can someone explain me why everything works fine on a laptop and not on another that has the same configuration.

It is driving me mad and I cannot use the new laptop.
AnswerRe: >'True'> is not satisfying Pin
VJ Reddy14-Jun-12 23:29
VJ Reddy14-Jun-12 23:29 
GeneralRe: >'True'> is not satisfying Pin
AstroBod42714-Jun-12 23:53
AstroBod42714-Jun-12 23:53 
AnswerRe: >'True'> is not satisfying Pin
Eddy Vluggen15-Jun-12 1:52
professionalEddy Vluggen15-Jun-12 1:52 
GeneralRe: >'True'> is not satisfying Pin
AstroBod42715-Jun-12 2:04
AstroBod42715-Jun-12 2:04 
GeneralRe: >'True'> is not satisfying Pin
Eddy Vluggen15-Jun-12 2:30
professionalEddy Vluggen15-Jun-12 2:30 
GeneralRe: >'True'> is not satisfying Pin
AstroBod42715-Jun-12 3:17
AstroBod42715-Jun-12 3:17 
GeneralRe: >'True'> is not satisfying Pin
Eddy Vluggen15-Jun-12 3:21
professionalEddy Vluggen15-Jun-12 3:21 
GeneralRe: >'True'> is not satisfying Pin
AstroBod42715-Jun-12 4:13
AstroBod42715-Jun-12 4:13 
GeneralRe: >'True'> is not satisfying Pin
Eddy Vluggen15-Jun-12 5:14
professionalEddy Vluggen15-Jun-12 5:14 
AnswerRe: >'True'> is not satisfying Pin
jschell15-Jun-12 10:22
jschell15-Jun-12 10:22 
GeneralRe: >'True'> is not satisfying Pin
GrooverFromHolland15-Jun-12 12:30
GrooverFromHolland15-Jun-12 12:30 
GeneralRe: >'True'> is not satisfying Pin
Bernhard Hiller17-Jun-12 22:09
Bernhard Hiller17-Jun-12 22:09 
GeneralRe: >'True'> is not satisfying Pin
AstroBod42726-Jun-12 2:00
AstroBod42726-Jun-12 2:00 
GeneralRe: >'True'> is not satisfying Pin
AstroBod42726-Jun-12 1:58
AstroBod42726-Jun-12 1:58 
QuestionHow to implement error tracing for windows in c# application Pin
Member 385772214-Jun-12 22:34
Member 385772214-Jun-12 22:34 
AnswerRe: How to implement error tracing for windows in c# application Pin
Abhinav S15-Jun-12 20:28
Abhinav S15-Jun-12 20:28 
QuestionConsole Application based on delegates Pin
praveengb14-Jun-12 20:15
praveengb14-Jun-12 20:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.