Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
//using StackExchange.Profiling.Data.EntityFramework;
//using StackExchange.Profiling.Data.Linq2Sql;

[assembly: WebActivator.PreApplicationStartMethod(
[assembly: WebActivatorEx.PreApplicationStartMethod(
typeof($rootnamespace$.App_Start.MiniProfilerPackage), "PreStart")]

[assembly: WebActivator.PostApplicationStartMethod(
[assembly: WebActivatorEx.PostApplicationStartMethod(
typeof($rootnamespace$.App_Start.MiniProfilerPackage), "PostStart")]


Expand Down
2 changes: 1 addition & 1 deletion MiniProfiler.MVC3.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<tags>profiler sql mvc asp.net performance timing</tags>
<dependencies>
<dependency id="MiniProfiler" version="2.0.2" />
<dependency id="WebActivator" version="1.4" />
<dependency id="WebActivatorEx" version="2.0.3" />
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="Microsoft.Web.Infrastructure" targetFramework=".NETFramework4.0" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Data.Entity;
using System.Data.Entity.Infrastructure;

[assembly: WebActivator.PreApplicationStartMethod(typeof(SampleWeb.App_Start.EntityFramework_SqlServerCompact), "Start")]
[assembly: WebActivatorEx.PreApplicationStartMethod(typeof(SampleWeb.App_Start.EntityFramework_SqlServerCompact), "Start")]

namespace SampleWeb.App_Start {
public static class EntityFramework_SqlServerCompact {
Expand Down
2 changes: 1 addition & 1 deletion Sample.Mvc.Mongo/Sample.Mvc.Mongo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<Reference Include="System.Web.Services" />
<Reference Include="System.EnterpriseServices" />
<Reference Include="WebActivator">
<HintPath>..\packages\WebActivator.1.0.0.0\lib\WebActivator.dll</HintPath>
<HintPath>..\packages\WebActivatorEx.2.0.3\lib\net40\WebActivatorEx.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Sample.Mvc.Mongo/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<package id="protobuf-net" version="1.0.0.280" />
<package id="EntityFramework" version="4.1.10331.0" />
<package id="SqlServerCompact" version="4.0.8482.1" />
<package id="WebActivator" version="1.0.0.0" />
<package id="WebActivatorEx" version="2.0.3" />
<package id="EntityFramework.SqlServerCompact" version="4.1.8482.2" />
</packages>
2 changes: 1 addition & 1 deletion Sample.Mvc/App_Start/EntityFramework.SqlServerCompact.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Data.Entity;
using System.Data.Entity.Infrastructure;

[assembly: WebActivator.PreApplicationStartMethod(typeof(SampleWeb.App_Start.EntityFrameworkSqlServerCompact), "Start")]
[assembly: WebActivatorEx.PreApplicationStartMethod(typeof(SampleWeb.App_Start.EntityFrameworkSqlServerCompact), "Start")]

namespace SampleWeb.App_Start
{
Expand Down
2 changes: 1 addition & 1 deletion Sample.Mvc/Sample.Mvc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<Reference Include="System.Web.Services" />
<Reference Include="System.EnterpriseServices" />
<Reference Include="WebActivator">
<HintPath>..\packages\WebActivator.1.0.0.0\lib\WebActivator.dll</HintPath>
<HintPath>..\packages\WebActivatorEx.2.0.3\lib\net40\WebActivatorEx.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Sample.Mvc/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
<package id="protobuf-net" version="1.0.0.280" />
<package id="SqlServerCompact" version="4.0.8482.1" />
<package id="System.Data.SQLite" version="1.0.66.1" />
<package id="WebActivator" version="1.0.0.0" />
<package id="WebActivatorEx" version="2.0.3" />
</packages>