2016-04-28 7 views
0
Line 19:  
static BalloonShopConnectionString1() 

Line 20: 
    { 

Line 21: 
     dbConnectionString = ConfigurationManager.ConnectionStrings["BalloonShopConnection"].ConnectionString; 

Line 22: 
     dbProviderName = ConfigurationManager.ConnectionStrings["BalloonShopConnection"].ProviderName; 

Line 23:   productsPerPage = System.Int32.Parse(ConfigurationManager.AppSettings["ProductsPerPage"]); 

Line 21 Error 
+0

Was ist Ihre Frage hier –

+0

Ihnen zu sagen, brauchen Wir sind das Problem. Keine Ahnung, was Sie genau wollen .... und übrigens müssen Sie nicht C# asp im Titel schreiben. Dafür gibt es Tags herum. – opelhatza

Antwort

0

null Bezug auf 21 oder 22 passieren könnte, wenn BalloonShopConnection nicht in Ihrer web.config definiert ist

Verwandte Themen