IIS Configuration :: Cannot Add Duplicate Collection Entry Of Type Add With Unique Key Attribute Name

Apr 21, 2014

when i hosted my page in a previously maintained project i got error like http error 500.19 the requested page cannot be accessed because the related configuration data for the page is invalid.config error:cannot add duplicate collection entry of type 'add' with unique key attribute 'name''

View 1 Replies


Similar Messages:

VS 2008 Cannot Add Duplicate Collection Entry Of Type "add" With Combined Key Attributes Use

Sep 10, 2010

I am seeing Fire with this error, i tried to google and did my all but i failed to resolve it my self. i tried all the examples, used the remove on my web config to remove the so called duplicate key. I am using IIS 7 on Windows Server 2008 and when i run my app , i get the following Error and my webconfig looks like this [URL]

View 4 Replies

Configuration :: Unrecgonised Attribute Type?

May 10, 2010

I am trying to host a web site developed by me on my windows server 2003. I used visual studio 2008 and sql server 2005 for developing.

I copied the file into my root folder of iis and when i right click and click browse it gives the following error.

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Server Error in '/' Application.
--------------------------------------------------------------------------------

Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Unrecognized attribute 'type'.

Source Error:

Line 10: <configuration>
Line 11: <configSections>
Line 12: <sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
Line 13: <sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
Line 14: <section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>

Source File: D:Inetpubwwwrootpublishweb.config Line: 12

--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2379; ASP.NET Version:1.1.4322.2379

------------------------------------------------------------------------------------------------------------------------------------------------------------------------

This is my webconfig file

<?xml version="1.0"?>
<!--
Note: As an alternative to hand editing this file you can use the web admin tool to configure settings for your application. Use the Website->Asp.Net Configuration option in Visual Studio. A full list of settings and comments can be found in machine.config.comments usually located in WindowsMicrosoft.NetFrameworkv2.xConfig
-->
<configuration>
<configSections>
<sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
<sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
<section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
<sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
<section name="jsonSerialization" type="System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="Everywhere"/>
<section name="profileService" type="System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
<section name="authenticationService" type="System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
<section name="roleService" type="System.Web.Configuration.ScriptingRoleServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
</sectionGroup>
</sectionGroup>
</sectionGroup>
</configSections>
<appSettings/>
<connectionStrings>
<add name="ADConnectionString" connectionString="LDAP://test.testdomain.com/CN=Users,DC=test,DC=testdomain,DC=com" />
<add name="testareaConnectionString" connectionString="Data Source=SHARADVI;Initial Catalog=testarea;Integrated Security=True"
providerName="System.Data.SqlClient" />
<add name="ebusinessConnectionString" connectionString="Data Source=SHARADVI;Initial Catalog=ebusiness;Integrated Security=True"
providerName="System.Data.SqlClient" />
<add name="ebusinessConnectionString2" connectionString="Data Source=SHARADVI;Initial Catalog=ebusiness;Integrated Security=True"
providerName="System.Data.SqlClient" />
<add name="ebusinessConnectionString3" connectionString="Data Source=SHARADVI;Initial Catalog=ebusiness;Integrated Security=True"
providerName="System.Data.SqlClient" />
<add name="ebusinessConnectionString4" connectionString="Data Source=SHARADVI;Initial Catalog=ebusiness;Integrated Security=True"
providerName="System.Data.SqlClient" />
<add name="ebusinessConnectionString5" connectionString="Data Source=SHARADVI;Initial Catalog=ebusiness;Integrated Security=True"
providerName="System.Data.SqlClient" />
<add name="ebusinessConnectionString6" connectionString="Data Source=SHARADVI;Initial Catalog=ebusiness;Integrated Security=True"
providerName="System.Data.SqlClient" />
<add name="ebusinessConnectionString7" connectionString="Data Source=SHARADVI;Initial Catalog=ebusiness;Integrated Security=True"
providerName="System.Data.SqlClient" />
<add name="ebusinessConnectionString8" connectionString="Data Source=SHARADVI;Initial Catalog=ebusiness;Integrated Security=True"
providerName="System.Data.SqlClient" />
<add name="ebusinessConnectionString9" connectionString="Data Source=SHARADVI;Initial Catalog=ebusiness;Integrated Security=True"
providerName="System.Data.SqlClient" />
<add name="ebusinessConnectionString10" connectionString="Data Source=SHARADVI;Initial Catalog=ebusiness;Integrated Security=True"
providerName="System.Data.SqlClient" />
<add name="ebusinessConnectionString11" connectionString="Data Source=SHARADVI;Initial Catalog=ebusiness;Integrated Security=True"
providerName="System.Data.SqlClient" />
<add name="ebusinessConnectionString12" connectionString="Data Source=SHARADVI;Initial Catalog=ebusiness;Integrated Security=True"
providerName="System.Data.SqlClient" />
<add name="ebusinessConnectionString13" connectionString="Data Source=SHARADVI;Initial Catalog=ebusiness;Integrated Security=True"
providerName="System.Data.SqlClient" />
<add name="ebusinessConnectionString14" connectionString="Data Source=SHARADVI;Initial Catalog=ebusiness;Integrated Security=True"
providerName="System.Data.SqlClient" />
<add name="ebusinessConnectionString15" connectionString="Data Source=SHARADVI;Initial Catalog=ebusiness;Integrated Security=True"
providerName="System.Data.SqlClient" />
<add name="ebusinessConnectionString16" connectionString="Data Source=SHARADVI;Initial Catalog=ebusiness;Integrated Security=True"
providerName="System.Data.SqlClient" />
<add name="ebusinessConnectionString17" connectionString="Data Source=SHARADVI;Initial Catalog=ebusiness;Integrated Security=True"
providerName="System.Data.SqlClient" />
<add name="ebusinessConnectionString18" connectionString="Data Source=SHARADVI;Initial Catalog=ebusiness;Integrated Security=True"
providerName="System.Data.SqlClient" />
<add name="ebusinessConnectionString19" connectionString="Data Source=SHARADVI;Initial Catalog=ebusiness;Integrated Security=True"
providerName="System.Data.SqlClient" />
<add name="ebusinessConnectionString20" connectionString="Data Source=SHARADVI;Initial Catalog=ebusiness;Integrated Security=True"
providerName="System.Data.SqlClient" />
<add name="ebusinessConnectionString21" connectionString="Data Source=SHARADVI;Initial Catalog=ebusiness;Integrated Security=True"
providerName="System.Data.SqlClient" />
<add name="ebusinessConnectionString22" connectionString="Data Source=SHARADVI;Initial Catalog=ebusiness;Integrated Security=True"
providerName="System.Data.SqlClient" />
<add name="ebusinessConnectionString23" connectionString="Data Source=SHARADVI;Initial Catalog=ebusiness;Integrated Security=True"
providerName="System.Data.SqlClient" />
<add name="ebusinessConnectionString24" connectionString="Data Source=SHARADVI;Initial Catalog=ebusiness;Integrated Security=True"
providerName="System.Data.SqlClient" />
</connectionStrings>
<system.web>
<!--
Set compilation debug="true" to insert debugging
symbols into the compiled page. Because this
affects performance, set this value to true only
during development.
-->
<compilation debug="false">
<assemblies>
<add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<add assembly="System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/></assemblies>
</compilation>
<!--
The <authentication> section enables configuration
of the security authentication mode used by
ASP.NET to identify an incoming user.
-->
<authentication mode="Forms">
<forms name=".ASPXAUTH" loginUrl="login.aspx" defaultUrl="default.aspx" protection="All" timeout="30" path="/" requireSSL="false" slidingExpiration="true" cookieless="UseDeviceProfile" domain="" enableCrossAppRedirects="false">
<credentials passwordFormat="SHA1"/>
</forms>
</authentication>
<authorization>
<deny users="?"/>
<allow users="*"/>
</authorization>
<membership defaultProvider="MyADMembershipProvider">
<providers>
<add name="MyADMembershipProvider" attributeMapUsername="sAMAccountName" type="System.Web.Security.ActiveDirectoryMembershipProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" connectionStringName="ADConnectionString"
connectionUsername="testadministrator" connectionPassword="password"/>
</providers>
</membership>
<!--
The <customErrors> section enables configuration of what to do if/when an unhandled error occurs during the execution of a request. Specifically, it enables developers to configure html error pages to be displayed in place of a error stack trace.

<customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
<error statusCode="403" redirect="NoAccess.htm" />
<error statusCode="404" redirect="FileNotFound.htm" />
</customErrors>
-->
<pages>
<controls>
<add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
</controls>
</pages>
<httpHandlers>
<remove verb="*" path="*.asmx"/>
<add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" validate="false"/>
</httpHandlers>
<httpModules>
<add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
</httpModules>
</system.web>
<system.codedom>
<compilers>
<compiler language="c#;cs;csharp" extension=".cs" warningLevel="4" type="Microsoft.CSharp.CSharpCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<providerOption name="CompilerVersion" value="v3.5"/>
<providerOption name="WarnAsError" value="false"/>
</compiler>
<compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" warningLevel="4" type="Microsoft.VisualBasic.VBCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<providerOption name="CompilerVersion" value="v3.5"/>
<providerOption name="OptionInfer" value="true"/>
<providerOption name="WarnAsError" value="false"/>
</compiler>
</compilers>
</system.codedom>
<!--
The system.webServer section is required for running ASP.NET AJAX under Internet Information Services 7.0. It is not necessary for previous version of IIS.
-->
<system.webServer>
<validation validateIntegratedModeConfiguration="false"/>
<modules>
<remove name="ScriptModule"/>
<add name="ScriptModule" preCondition="managedHandler" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
</modules>
<handlers>
<remove name="WebServiceHandlerFactory-Integrated"/>
<remove name="ScriptHandlerFactory"/>
<remove name="ScriptHandlerFactoryAppServices"/>
<remove name="ScriptResource"/>
<add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add name="ScriptResource" preCondition="integratedMode" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
</handlers>
</system.webServer>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35"/>
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35"/>
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>

---------------------------------------------------------------------------------------------------------------------------------------------------------------------

View 1 Replies

Configuration :: Deployment Error: Unrecognized Attribute 'type'?

Nov 26, 2010

I am trying to deploy my site from my computer to my server and I am getting the next error.

Server Error in '/Fleet' Application.

Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Unrecognized attribute 'type'.

Source Error:

[Code]....

Source File: C:InetpubwwwrootFleetWebweb.config Line: 12

I am using Framework 3.5

I have tried to change asp.net from 1.1.x to 2.0.x and I am getting other error : The page cannot be found

View 2 Replies

A Duplicate Key Cannot Be Inserted Into A Unique Index?

Aug 31, 2010

I'm trying (SQL Server Compact) to add primary key constraint on existing table that has some rows in it. While adding primary key I'm getting the error:

"A duplicate key cannot be inserted into a unique index"

View 2 Replies

C# - Get Item From Collection By Unique ID

Apr 27, 2010

I have a collection of Contacts that inherits from CollectionBase:

public class ContactCollection : CollectionBase{
//...
}

each contact in the collection has a unique ID:

public class Contact{
public int ContactID{
get;
private set;
}
//...
}

I think what I would like to do is something like the following:

// get the contact by their unique [Contact]ID
Contact myPerson = Contact.GetContactById(15);
// get all contacts for the customer
ContactCollection contacts = customer.GetContacts();
// replaces the contact in the collection with the
// myPerson contact with the same ContactID.
contacts.ReplaceAt(myPerson);
// saves the changes to the contacts and the customer
// customer.Save();

View 3 Replies

Web Forms :: Prevent Duplicate Entry Into Aspnet_profile Table Through CreateUserWizard?

Jul 29, 2010

Is it possible to setup the CreateUserWizard to check for a duplicate entry in the aspnet_profile table (for a custom field) before the new user is created? For example, if I added a phone number field and wanted to make sure nobody else could create an account using that same phone number if a user already has an account with that phone number in the aspnet_Profile table's PropertyValuesString row?

View 10 Replies

C# - Ensuring Unique ID Attribute For Elements Within ScriptControl?

Apr 27, 2010

I'm creating a control based on ScriptControl, and I'm overriding the Render method like this:

protected override void Render(HtmlTextWriter writer)
{
RenderBeginTag(writer);
writer.RenderBeginTag(HtmlTextWriterTag.Div);
writer.Write("This is a test.");
writer.RenderEndTag();
RenderEndTag(writer);
}

My question is, what if I want to assign the div an ID attribute and have it be unique on the page, even if there are mulitple instances of my control?

I've seen other people's code that does this:

writer.AddAttribute(HtmlTextWriterAttribute.Id, this.ClientID + "_divTest");

That will prevent naming conflicts between instances of my control, but what if I've already created a div elsewhere on the page that coincidentally has the same ID?

I've also heard about implementing INamingContainer. Would that apply here? How could I use it?

UPDATE:

I've worked around this by overriding CreateChildControls and adding actual controls, as opposed to rendering HTML directly. In that case INamingContainer does its job. However, I'm still curious if there's a way to solve my original problem (unique IDs for directly rendered elements).

View 3 Replies

Web Forms :: How To Filter PO Item In Invoice Entry And Avoid Duplicate Selection Of PO Item Again

Aug 22, 2010

This is the Grid am using ....

[Code]....

Every thing is working fine ....

Wat i did is in the first header of gridview dropdownlist i have binded the PO Item , so that user can select item n make invoice...

Here the problem is user will click addnewrow button to create new row second row , again user is able to select the same item what he selected in first row of gridview. here how to avoid duplication in the second row .

Say i have four PO item

Item1,Item2,Item3,item4

user may select Item1 in first row , after clicking addnewrow button user will get second row

here again user is able to select Item1 from dropdownlist ... how to avoid duplicate selection

coz the dropdownlist is binded from database using sqldatasource n filter based on user selected PO no.

Duplicate Item selection should be removed until all the four item is selected ...

View 1 Replies

Configuration :: Unrecognized Attribute "targetFramework" Note That Attribute Names Are Case - Sensitive While Hosting

Nov 29, 2010

i'm trying to host an .net framework4.0 application in IIS7. i got an error while clicking on the manage module in modules .like ("Unrecognized attribute 'targetFramework'. Note that attribute names are case-sensitive. ") .I changed my application poll to .net4.0.I am able to browse my application

</system.serviceModel>
</configuration>

View 5 Replies

Configuration :: Unrecognized Attribute "targetFramework" - Note That Attribute Names Are Case - Sensitive

Oct 20, 2010

I installed Microsoft Visual Studio 2010 Ultimate Trial and converted existing asp.net 2.0 web application and I am getting this error: znrecognized attribute 'targetFramework'. Note that attribute names are case-sensitive. It's coming from this section in the web.config which was auto-generated by VS2010 when I converted the project:

<compilation defaultLanguage="c#" debug="false" targetFramework="4.0">
<compilers>
<!--<compiler language="c#" type="Microsoft.CSharp.CSharpCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" extension=".cs" compilerOptions="/d:DEBUG;TRACE" /></compilers> -->
<compiler language="c#" type="Microsoft.CSharp.CSharpCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" extension=".cs"/></compilers>
<assemblies>
<add assembly="Microsoft.JScript, Version=10.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/></assemblies></compilation>

View 1 Replies

Adding Duplicate Type Of Column To A Datatable?

Jan 9, 2011

How can i add same fields for columns in a datatable. I wan to make a datatable which repeate column name of same type multiple times, but dot net dont allow me to add that, but i want to do that hw can i do that?

table.Columns.Add("S.NO", typeof(int));
table.Columns.Add("DC", typeof(string));
table.Columns.Add("DC", typeof(string));
table.Columns.Add("DC", typeof(string));
table.Columns.Add("ST", typeof(string));
table.Columns.Add("ST", typeof(string));
table.Columns.Add("AD", typeof(string));
table.Columns.Add("AD", typeof(string));

View 1 Replies

Security :: Added Profile Provider To Web.config Then Receive Error "Violation Of UNIQUE KEY Constraint IX_aspnet_Users - Cannot Insert Duplicate Key In Object Dbo.aspnet_Users"

Aug 9, 2010

I developed a site for a client a couple of years ago. It uses the the standard ASP.NET Membership, authentication, etc. I just added the profile section with (2) fields: CustID AgntID. Now whenever I load the page with any Profile code in it I receive this error: Violation of UNIQUE KEY constraint 'IX_aspnet_Users'. Cannot insert duplicate key in object 'dbo.aspnet_Users'. The INSERT statement conflicted with the FOREIGN KEY constraint "FK__aspnet_Pr__UserI__3CA9F2BB". The conflict occurred in database "broo001", table "dbo.aspnet_Users", column 'UserId'. The statement has been terminated. The statement has been terminated. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: Violation of UNIQUE KEY constraint 'IX_aspnet_Users'. Cannot insert duplicate key in object 'dbo.aspnet_Users'. The INSERT statement conflicted with the FOREIGN KEY constraint "FK__aspnet_Pr__UserI__3CA9F2BB". The conflict occurred in database "broo001", table "dbo.aspnet_Users", column 'UserId'. The statement has been terminated. The statement has been terminated. Source Error:

[Code]....

Stack Trace:

[Code]....

Here is the code from my web.config:

[Code]....

Here is some of my page code:

[Code]....

View 3 Replies

C# - Cannot Implicitly Convert Type System.Collection.Generic.IEnumberable

Mar 8, 2010

I'm receiving this error in my Linq statement ---

Cannot implicitly convert type 'System.Collections.Generic.IEnumerable' to 'hcgames.ObjectClasses.ShoppingCart.ShoppingCartCartAddon'. An explicit conversion exists (are you missing a cast?)

From this query

ShoppingCartItems items = Cart.GetAllItems();
ShoppingCartCartAddons addons = Cart.GetAllAddons();
var stuff = from x in items
select new ShoppingCartItem()
{
ProductID = x.ProductID,
Quantity = x.Quantity,
Name = x.Name,
Price = x.Price,
Weight = x.Weight,
Addons = (from y in addons
where y.ShoppingCartItemID == x.ID
select y)
};

View 2 Replies

Configuration :: .dll Loaded But Entry Point Not Found?

Sep 20, 2010

<NEWBIE to configuration> I attempted to update a .dll from a 1.1 project to a bin directory and received the following error

Dllname was loaded, but eh DllRegisterServer or DllUnregisterServer entry point was not found.
Dllname may not be exported, or a corrupted version of Dllname may be in memory. Consider using Pview to detect the file and remove it.

I do not have the option of using Pview. I have attempted stopping iis then try remove and restarting server. What other options do I have to delete the dll, or reregister the new dll??

View 1 Replies

Custom Server Controls :: Creating .NET UserControl With Collection-type Property?

Feb 21, 2011

How can I create a UserControl with a collection-type property which has a collection editor?

I've a CompositeControl with an ArrayList-type property which has CollectionEditor-type designer. You can see this property on Properties window with a "..." button which launches a collection editor. This works fine and all but I want to apply the same to a UserControl and I've couldn't manage to pull it off so far. I've done the same thing what I've done with my CompositeControl but the property either doesn't even show on Properties window of the UserControl or shows as a single value property with no "..." editor button.

This is what I've done with CompositeControl:

[Code]....

View 1 Replies

Object Data Type Serialization In Wcf Using DataContract Attribute

Mar 21, 2011

I have created a WCF Rest API Service using wcf rest starter kit preview 2 which automatically return JSON or XML data depending on the requested content type. everything is working fine but as my service methods return multiple data type some methods returns a object of a class or collection of class, bool, int or collection type. so I planed to return a same Response in all methods for this I Create a new class as following:

[DataContract(Namespace = "")]
public class ServiceResponse
{
[DataMember]
public bool IsError
{ get; set; }
[DataMember]
public string ResponseMessage
{ get; set; }
[DataMember]
public Object ResponseData
{ get; set; }
}

and User class as following:

[DataContract(Namespace = "")]
public class User
{
[DataMember]
public string UserName
{ get; set; }
[DataMember]
public int UserID
{ get; set; }
}

In ServiceResponse Class I have declared an Object Type property ResponseData and my all method has return type of ServiceResponse. My problem is that when I set any string,bool,int type as ResponseData it is serialized but when I set collection type or an object of another class which also has DataContarct attribute this class is not serialized see below code :

public ServiceResponse GetUser(int userID)
{
User user = getUser(userID); get user data from database
ServiceResponse response=new ServiceResponse();
var response = new ServiceResponse
{
IsError = false,
ResponseMessage = string.Empty,
ResponseData = user; // Setting Result Data here
};
return response;
}

when I called above method(GetUser) I got Null response due to serialization problem, but following code works fine

public ServiceResponse TestMethod(string testMessage)
{
ServiceResponse response=new ServiceResponse();
var response = new ServiceResponse
{
IsError = false,
ResponseMessage = string.Empty,
ResponseData = testMessage; // Setting Result Data here
};
return response;
}

View 1 Replies

Configuration :: MIME Type For .licx Extension/Error 53 Unable To Resolve Type ' <add Type="TabStrip" Version="7.0" />'...

Nov 12, 2010

I am not sure if I have found the right forum for this one.

the problem is:

I have a .licx file in my rootfolder.

I am getting the error:

Error 53 Unable to resolve type ' <add type="TabStrip" version="7.0" />' C:inetpubwwwrootCrop_ApplicationCrop_Applicationeo_web.licx 7 Crop_Application

,which I get for all the types that are in the xml file(i just gave one of them).

A friend told me that I have to add the type .licx in the MIME type in the IIS .

The problem is that I find the MIME type, I add the extension type .licx but I do not know the MIME type for .licx

View 1 Replies

Configuration :: Programmatically Read Entry From Xml Config File

Jan 2, 2011

i have a xml configuration file like below format.

<setting>
<web>
<mailid>xxxx</mailid>
</web>
<network>
<logid>sd</logid>
</network>
</setting>

i would like to programmatically read entry from xml config file which is same as asp.net webconfig file reading.

View 2 Replies

Configuration :: Unable To Cast Object Of Type 'System.Web.HttpApplication' To Type 'Microsoft.Practices.CompositeWeb.WebClientApplication'

Apr 15, 2010

I got this error and do not know how to solve it.

I've got a subweb as application. It's called ADMIN. It works fine when running locally but when deploying in the development web server, i got the error: Unable to cast object of type 'System.Web.HttpApplication' to type 'Microsoft.Practices.CompositeWeb.WebClientApplication'

I've got a App_global.asax.dll and App_global.asax.complied on the subweb folder Admin.

View 1 Replies

C# - Check Compile Time That Type Is Marked With The Serializable Attribute?

Jan 26, 2011

Specifically we're making our application compatible with the Out Of Process Session State server where all types saved in session must be serializable. Is there a way to see at compile time that any type put into HttpSessionState is marked with the Serializable attribute. Something along the lines of this 'non-valid' code

public static void Put<T>( string key, T value ) where T : IsMarkedWitheSerializableAttribute
{
HttpContext.Current.Session[key] = value;
}

View 2 Replies

MVC :: Error - Attribute 'MyApp.DateTime' Is Not Valid On This Declaration Type

Sep 5, 2010

I have the following custom model binder attribute:

[Code]....

However, when I use it as follows:

[Code]....

I get the following error:

Attribute 'MyApp.DateTime' is not valid on this declaration type. It is only valid on 'class, struct, enum, interface, param' declarations.

What am I missing?

View 5 Replies

Forms Data Controls :: Can Bind Any Type Of System.Collection To DataSource Property Of A DataGrid

Nov 11, 2010

can we bind any type of System.Collection to DataSource property of a DataGrid ?

View 6 Replies

Forms Data Controls :: Sort Functionality Not Working When Binding The Grid To A Collection Type Object?

Apr 1, 2011

My Grid is bound to a collection type datasource. When I try to sort the Columns in the Grid I get Javascript error saying sorting event not implemented. Why is the default inbuilt sort functionality not working which worked fine when I directly used a sqlDataSource using smart tag. Do I have to write some code to achieve sorting ?

View 1 Replies

HttpHandlers / Modules :: Entry Type Of IIS Custom Modules?

Jan 26, 2010

After adding a custom module, Module list is showing MyModule "Entry Type" as "Local".

and Entry Type of all other modules is "Inherited".

what is Entry Type and difference between "Local" and "Inherited"?

View 4 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved