Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mixed mode assembly issue
Message
From
02/04/2015 03:22:01
 
 
To
01/04/2015 14:43:03
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 9.0
OS:
Windows 8.1
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01617618
Message ID:
01617681
Views:
27
>>Look in the ItemGroup/Reference elements of the project file (although I'm not sure whether VB is the same as C#)
>
>For that particular application, at the application level, I have this:
>
>
>  <ItemGroup>
>    <Reference Include="FlexCel, Version=6.2.1.0, Culture=neutral, PublicKeyToken=cb8f6080e6d5a4d6, processorArchitecture=MSIL">
>      <SpecificVersion>False</SpecificVersion>
>      <HintPath>..\..\iis\ApplicationNameHere\bin\FlexCel.dll</HintPath>
>    </Reference>
>    <Reference Include="Framework, Version=1.0.2280.42083, Culture=neutral, processorArchitecture=MSIL">
>      <SpecificVersion>False</SpecificVersion>
>      <HintPath>..\Framework\bin\Framework.dll</HintPath>
>    </Reference>
>    <Reference Include="Generic, Version=1.0.5399.27039, Culture=neutral, processorArchitecture=MSIL">
>      <SpecificVersion>False</SpecificVersion>
>      <HintPath>..\Generic\bin\Generic.dll</HintPath>
>    </Reference>
>    <Reference Include="System" />
>    <Reference Include="System.Data" />
>    <Reference Include="System.Drawing" />
>    <Reference Include="System.EnterpriseServices" />
>    <Reference Include="System.Web.Services" />
>    <Reference Include="System.Windows.Forms" />
>    <Reference Include="System.Xml" />
>  </ItemGroup>
>
>
>FlexCel is a 3rd party. The other two are under my own management.
>
>I do not see anything specific in there that would target 2.0.
>
>As far as the Item\Reference for the Framework.dll, as this one is the same as when being run on the Web site, and the Web site does not fail, I did not include the reference in here as it seems to be application related.

Doesn't seem to tell us much of use. If you suspect FlexCel (or any other dll) then looking at the properties of the file should show the runtime version....
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform