Sharp Develop Gurus Help!!

Cableguy

Expert
Licensed User
Longtime User
Hi guys...

So my system melted down, but I had a backup folder copy of my snl projects....

I'm almost finished re-installing the system and trimming it to my likings...

I copyed the snl's back up folder, but when I try to open a project it erros saying the files are not there! why??
 

Cableguy

Expert
Licensed User
Longtime User
Solved....

Sharp Develop minimum requirements are very badly descripted....

Had to install .net framework 2. redistributable, .net farmework SDK and both Service Packs in order to be able to load correctly my previous projects....

Taximania, maybe this is whats miisng in your install?
.net framework 2.0 check?
.net framework 2.0 sp1 check?
.net framework 2.0 sp3 check?
.net framework 2.0 SDK check?
 

taximania

Well-Known Member
Licensed User
Longtime User
Taximania, maybe this is whats miisng in your install?
.net framework 2.0 check?
.net framework 2.0 sp1 check?
.net framework 2.0 sp3 check?
.net framework 2.0 SDK check?

:sign0098: I re-installed everything you recomended.
:sign0148: Still the same.

Your compiled versions of .dll's work on my laptop, (desktop)
And on my device.

My compiled (altered) versions of your dll's compiled on 'my' laptop, work on 'my' laptop.
But won't work on my device.

I've installed the .net sp3 as advised by Erel, from a different thread.
That cured the config.exe issue when I wasnt using any dll's in my app.

Final: My device can't use any system.windows.forms calls that are compiled from my laptop :sign0148:

:sign0163: ha ha ha ha ha ha ha ha ha
 

agraham

Expert
Licensed User
Longtime User
My compiled (altered) versions of your dll's compiled on 'my' laptop, work on 'my' laptop.
But won't work on my device.
Are you sure you are targeting the Compact Framework when you compile? It sounds like you are compiling for the desktop .NET Framework. I don't know SharpDevelop but I believe it is a Project Option you can set somewhere. Code compiled for the Compact Framework will run on the full Framework but not vice versa.
 
Top