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

.NET (Core and Framework)

 
AnswerRe: Could not load file or assembly 'Microsoft.Practices.CompositeUI, Version=1.0.51205.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. Pin
jschell9-Sep-11 6:58
jschell9-Sep-11 6:58 
QuestionSide-by-side installation of .Net frameworks on Citrix Metaframe servers Pin
Dylan Morley8-Sep-11 22:40
Dylan Morley8-Sep-11 22:40 
AnswerRe: Side-by-side installation of .Net frameworks on Citrix Metaframe servers Pin
Matt U.9-Sep-11 8:01
Matt U.9-Sep-11 8:01 
AnswerRe: Side-by-side installation of .Net frameworks on Citrix Metaframe servers Pin
jschell10-Sep-11 7:53
jschell10-Sep-11 7:53 
GeneralRe: Side-by-side installation of .Net frameworks on Citrix Metaframe servers Pin
Dylan Morley11-Sep-11 21:46
Dylan Morley11-Sep-11 21:46 
QuestionCreate multiple instances of class for multi-threading Pin
HentoDeluxe8-Sep-11 11:40
HentoDeluxe8-Sep-11 11:40 
AnswerRe: Create multiple instances of class for multi-threading Pin
MicroVirus8-Sep-11 12:54
MicroVirus8-Sep-11 12:54 
GeneralRe: Create multiple instances of class for multi-threading Pin
HentoDeluxe9-Sep-11 5:17
HentoDeluxe9-Sep-11 5:17 
Thanks for the comments,

I just want to clarify somethings:

* Each run of myMechModel.Calculate() takes about 2 seconds
* I need to run parameter sweeps (mass going from 100-200 in 4 steps, stiffness going from 100-200 in 4 steps etc).
* If I run it all on a single instance of myMechModel on a single thread, I'm talking 10+ seconds.

I think the main problem I have is to figure out how many instances to create, because the number of simulations might vary quite a bit. Should I see how many threads the computer runs, create that many instances and manually setup all the runs on the different threads.

I'd much rather use something more automated/efficient such as the Task Parallel Library, is there anything I could do to use that?

Final questions, I've read about IClonable, is that the way to go to create instances of myMechModel?
AnswerRe: Create multiple instances of class for multi-threading Pin
Luc Pattyn9-Sep-11 5:38
sitebuilderLuc Pattyn9-Sep-11 5:38 
Questioncall exe file in vb.net Pin
vishnumoorthy6-Sep-11 16:35
vishnumoorthy6-Sep-11 16:35 
AnswerRe: call exe file in vb.net Pin
Pradeep Shukla6-Sep-11 17:37
professionalPradeep Shukla6-Sep-11 17:37 
GeneralRe: call exe file in vb.net Pin
Pravin Patil, Mumbai6-Sep-11 20:20
Pravin Patil, Mumbai6-Sep-11 20:20 
GeneralRe: call exe file in vb.net Pin
Pradeep Shukla7-Sep-11 4:07
professionalPradeep Shukla7-Sep-11 4:07 
GeneralRe: call exe file in vb.net Pin
Pete O'Hanlon7-Sep-11 4:32
mvePete O'Hanlon7-Sep-11 4:32 
GeneralRe: call exe file in vb.net Pin
Pradeep Shukla7-Sep-11 4:37
professionalPradeep Shukla7-Sep-11 4:37 
GeneralRe: call exe file in vb.net Pin
Pete O'Hanlon7-Sep-11 4:55
mvePete O'Hanlon7-Sep-11 4:55 
GeneralRe: call exe file in vb.net Pin
PIEBALDconsult7-Sep-11 14:49
mvePIEBALDconsult7-Sep-11 14:49 
AnswerRe: call exe file in vb.net Pin
PIEBALDconsult7-Sep-11 3:02
mvePIEBALDconsult7-Sep-11 3:02 
AnswerRe: call exe file in vb.net Pin
Rakesh Meel10-Sep-11 0:31
professionalRakesh Meel10-Sep-11 0:31 
AnswerRe: call exe file in vb.net Pin
jkirkerx27-Sep-11 17:03
professionaljkirkerx27-Sep-11 17:03 
QuestionEnterprise Library caching problem Pin
maryam.saboor5-Sep-11 18:23
professionalmaryam.saboor5-Sep-11 18:23 
AnswerRe: Enterprise Library caching problem Pin
Mehdi Gholam6-Sep-11 17:30
Mehdi Gholam6-Sep-11 17:30 
AnswerRe: Enterprise Library caching problem Pin
Pradeep Shukla6-Sep-11 17:52
professionalPradeep Shukla6-Sep-11 17:52 
QuestionADO.NET Entity Framework and persistence encapsulation Pin
oraclepilot5-Sep-11 10:29
oraclepilot5-Sep-11 10:29 
QuestionForward Email by programattically using asp.net +C# Pin
Alok Kumar Sharma4-Sep-11 8:18
Alok Kumar Sharma4-Sep-11 8:18 

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.