When I create my own Silverlight business application, I get the following error:
Code Generator
'Microsoft.ServiceModel.DomainServices.Tools.CSharpCodeDomClientCodeGenerator' encountered a fatal exception and could not generate code for the project
'C: \ Software \ ProjectPartCenterAdmin \ Alpha \ Latest version \ ProjectPartCenterAdmin \ ProjectPartCenterAdmin.csproj ':
The exception is thrown by the goal of a greeting.
After all this, after working, there was nothing in my code. Everything I did was clean. Is there any way to get the details on what is the exception? I'm dead in the water until I can not figure it out.
Oh, and by the way, I hate codes generation! I have endless problems with RIA services and I am doing my best to do the "right way";
Edit:
I am getting a similar warning:
After creating the MEF structure container The following exception occurred:
Unable to load one or more requested types Recover Loader Exceptions Property for more information.
The default code generator will be used.
I am getting this for some time, and ignored it because the application works fine
Also, when I sign my
CustomValidation Delete the attribute, the exception is exhausted. But there is no warning. First of all, you have to check whether the project has custom verification errors. I had only one issue but when I realized that I had two validity result method with the same name! And to change it, the built was successful.
Comments
Post a Comment