Click here to Skip to main content
15,891,993 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Check for the selection of profile for mail account in control panel Pin
Eddy Vluggen28-Nov-11 9:11
professionalEddy Vluggen28-Nov-11 9:11 
QuestionCreate TIFF file Pin
columbos1492727-Nov-11 21:00
columbos1492727-Nov-11 21:00 
AnswerRe: Create TIFF file Pin
Pete O'Hanlon27-Nov-11 22:57
mvePete O'Hanlon27-Nov-11 22:57 
AnswerRe: Create TIFF file Pin
Luc Pattyn27-Nov-11 23:21
sitebuilderLuc Pattyn27-Nov-11 23:21 
QuestionPassing Dataset Object from .NET 1.1 to .NET 3.5 Pin
Member 781892027-Nov-11 12:36
Member 781892027-Nov-11 12:36 
QuestionAspect Oriented Programming in .NET Pin
Jammer26-Nov-11 9:18
Jammer26-Nov-11 9:18 
Questiongeneric method, to be inherited,to get an entity by its ID in LINQ using T-SQL embed Pin
jonatan_55624-Nov-11 4:16
jonatan_55624-Nov-11 4:16 
QuestionMixed mode assembley Pin
columbos1492720-Nov-11 19:57
columbos1492720-Nov-11 19:57 
Hello,
Im using vs2010 .NET 4.
Ive created a new WPF projects that uses assembley created in .NET 2.
When i tried to compile i got the next error:

"Mixed mode assembley is built against version v2.0.50727 of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information".

After googling i found the solution af adding those line to the app.config:

<startup useLegacyV2RuntimeActivationPolicy = "true">
<supportedRuntime version = "4.0" sku = ".NETFramework,Version
=v4.0"/>
/startup>

But the error still present. Frown | :(

Can any one help?

Thanks.

modified 21-Nov-11 3:33am.

AnswerRe: Mixed mode assembley Pin
rajeevcapgeminiindia22-Nov-11 1:05
rajeevcapgeminiindia22-Nov-11 1:05 
GeneralRe: Mixed mode assembley Pin
Richard MacCutchan22-Nov-11 1:09
mveRichard MacCutchan22-Nov-11 1:09 
AnswerRe: Mixed mode assembley Pin
NikulDarji23-Nov-11 3:08
NikulDarji23-Nov-11 3:08 
QuestionMessage Removed Pin
17-Nov-11 9:36
professionalN_tro_P17-Nov-11 9:36 
AnswerRe: IEnumerable Unboxing and ToMethods Pin
Luc Pattyn17-Nov-11 10:40
sitebuilderLuc Pattyn17-Nov-11 10:40 
GeneralRe: IEnumerable Unboxing and ToMethods Pin
Not Active17-Nov-11 12:10
mentorNot Active17-Nov-11 12:10 
GeneralRe: IEnumerable Unboxing and ToMethods Pin
Luc Pattyn17-Nov-11 12:25
sitebuilderLuc Pattyn17-Nov-11 12:25 
GeneralMessage Removed Pin
18-Nov-11 3:46
professionalN_tro_P18-Nov-11 3:46 
AnswerRe: IEnumerable Unboxing and ToMethods Pin
Luc Pattyn18-Nov-11 4:08
sitebuilderLuc Pattyn18-Nov-11 4:08 
GeneralMessage Removed Pin
18-Nov-11 4:37
professionalN_tro_P18-Nov-11 4:37 
AnswerRe: IEnumerable Unboxing and ToMethods Pin
Luc Pattyn18-Nov-11 4:45
sitebuilderLuc Pattyn18-Nov-11 4:45 
GeneralMessage Removed Pin
18-Nov-11 5:21
professionalN_tro_P18-Nov-11 5:21 
GeneralRe: IEnumerable Unboxing and ToMethods Pin
Luc Pattyn18-Nov-11 5:24
sitebuilderLuc Pattyn18-Nov-11 5:24 
GeneralRe: IEnumerable Unboxing and ToMethods Pin
Addy Tas7-Dec-11 11:02
Addy Tas7-Dec-11 11:02 
GeneralMessage Removed Pin
12-Dec-11 4:10
professionalN_tro_P12-Dec-11 4:10 
GeneralRe: IEnumerable Unboxing and ToMethods Pin
Addy Tas12-Dec-11 9:45
Addy Tas12-Dec-11 9:45 
QuestionPrinting: HasMorePages ignored Pin
W Balboos, GHB17-Nov-11 6:48
W Balboos, GHB17-Nov-11 6:48 

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.