« Structural Analytical Code Checking and Results Builder | Main | Sun Direction, Shadow Calculation and Wizard Update »

June 18, 2013

Comments

Thanks again Jeremy. I was just about to launch into research as to what the "self-obvious" warning actually meant. Time saved.

Dear Dale,

Thank you for your appreciation.

My pleasure entirely :-)

Cheers, Jeremy.

Hi Jeremy,

One trick I found if you rightclick on a project in the solutionbrowser in VS you can unload it. Then you can edit the projectfile. After editing the projectfile you reload the project file and presto the warning is gone.

Sander

Dear Sander,

Thank you for the hint.

So far, I closed the project, edited, and reopened.

You suggestion should save me a few milliseconds now and then.

Every little helps :-)

Cheers, Jeremy.

Nice...!

I recently ran into this. It turns out there is a completely different approach to this problem that resolves the issue in a "correct" way.

Whenever possible you try to build with AnyCPU, but you do eventually have to deal with platform _bitness_.

The solution is to employ "AppDomain.CurrentDomain.AssemblyResolve" in a platform resolver/wrapper DLL that loads a platform specific version of a required component. This approach is even more important in the case of plugins as it allows for an optimal solution for any given _bitness_.

Verify your Comment

Previewing your Comment

This is only a preview. Your comment has not yet been posted.

Working...
Your comment could not be posted. Error type:
Your comment has been posted. Post another comment

The letters and numbers you entered did not match the image. Please try again.

As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.

Having trouble reading this image? View an alternate.

Working...

Post a comment

Your Information

(Name and email address are required. Email address will not be displayed with the comment.)

Jeremy Tammik

AboutTopicsIndexSource