S
sli23
When i run the following C# code in Asp.net page, always got error promt in
VisualStudio:"use the new keyword to create an object instance"
using Microsoft.CommerceServer.Runtime;
...
ContentSelector adContentSelector =
CommerceContext.Current.TargetingSystem.SelectionContexts["Advertising"].GetSelector();
......
VisualStudio:"use the new keyword to create an object instance"
using Microsoft.CommerceServer.Runtime;
...
ContentSelector adContentSelector =
CommerceContext.Current.TargetingSystem.SelectionContexts["Advertising"].GetSelector();
......