Click here to Skip to main content
15,881,516 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
When I compile with CTRL-F5 compile succeeds but program throws error CLR30r3 when spawned by the compiler. Program executes without problem when not spawned by the compiler. What do I do to correct this?

Edit - OP comment from solution:
Quote:
The programs throw no exceptions during compile or if executed outside the development environment. Only when spawned (executed) by the compiler.
Posted
Updated 21-Oct-14 3:12am
v3
Comments
Richard Deeming 21-Oct-14 8:43am    
Fix the program so that it doesn't throw an exception.

Since you haven't posted any code, we can't tell you any more than that.
[no name] 21-Oct-14 8:52am    
You debug your code, find the problem and fix it.
Richard MacCutchan 21-Oct-14 8:52am    
Programs are not spawned by the compiler, they are compiled into object code.
Kornfeld Eliyahu Peter 21-Oct-14 9:36am    
Check the target framework integrity - you may have to re-install it...

I re installed both the framework and the compiler and there was no change maybe its an OS problem.
 
Share this answer
 
Comments
CHill60 21-Oct-14 11:07am    
Do you mean this to be a solution - as per my previous comment you are making your post drop out of the list of unanswered questions
Richard MacCutchan 21-Oct-14 11:28am    
Why not show the actuual code where the error occurs, and the full and exact error message? Then someone may be able to figure out what the issue is.
I am thoroughly confused by the message board format. "Drop out" " List of unanswered question". I used to be able ask a question and reply to answers. I have no idea of how to do this any more.
 
Share this answer
 
Comments
Richard MacCutchan 21-Oct-14 11:29am    
It is really not difficult. However, this is also not an answer.
[no name] 21-Oct-14 13:44pm    
I can see your confusion as this is not a message board.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900