Re: is there a way to run a program independent of the .NET version?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



AHA! That is it! :> I looked in the RSSBandit.exe.config file and there is
a section like this.

<startup>
<supportedRuntime version="v1.1.4322"/>
<supportedRuntime version="v1.0.3705"/>
<requiredRuntime version="v1.0.3705"/>
</startup>

Therefore, I believe this is what is limiting me to the 1.1 framework. Does
that make sense to you .NET gurus? I didn't find anything like that in the
RSSBandid.exe.manifest which looks like this.

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<description>RSS Bandit</description>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="X86"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>
</assembly>

re ho...
You calling me a ho? :> Hey, I only do java/j2ee dev during the day to pay
the bills and I'm working to fix/change that, but it takes time! :> haha :>
(this is/was meant to be taken light heartedly, trying to work in a joke
here :>)

Thanks for your help! :>

"Lloyd Dupont" <net.galador@ld> wrote in message
news:eTZc0Yw6FHA.2676@xxxxxxxxxxxxxxxxxxxxxxx
> ho....
> An application could explictely specify to run only with a given version
> of the framewrok.
> if you've got an app foo.exe there is a file called foo.exe.manifest where
> such information is stored.
>
> it could be, also, that given application check the framework/asemblies
> itself and refuse to work with something else.


.



Relevant Pages