Click here to Skip to main content
15,918,109 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: method call after link click Pin
J4amieC22-Jan-08 1:10
J4amieC22-Jan-08 1:10 
GeneralRe: method call after link click Pin
gottimukkala22-Jan-08 1:45
gottimukkala22-Jan-08 1:45 
GeneralRe: method call after link click Pin
J4amieC22-Jan-08 1:49
J4amieC22-Jan-08 1:49 
GeneralRe: method call after link click Pin
Paddy Boyd22-Jan-08 2:17
Paddy Boyd22-Jan-08 2:17 
GeneralRe: method call after link click Pin
gottimukkala22-Jan-08 4:08
gottimukkala22-Jan-08 4:08 
GeneralRe: method call after link click Pin
Paddy Boyd22-Jan-08 4:21
Paddy Boyd22-Jan-08 4:21 
GeneralRe: method call after link click Pin
J4amieC22-Jan-08 4:24
J4amieC22-Jan-08 4:24 
QuestionRecipe Framework Error with Web Service Software Factory Pin
bjurling21-Jan-08 23:32
bjurling21-Jan-08 23:32 
I am using the Web Service Software Factory with Visual Studio 2005 Professional SP1 to build Web Services. When I try to use the Recipe "Create Data Repository Classes from Business Entities" on my DataAccess project a get an error (error information added below).

Any ideas?

"Recipe Framework error"

"An exception occurred during the binding of reference or execution of recipe CreateDataRepositoriesFromDCProjectCS. Error was: An error happend while calling the value provider or evaluating the default value of argument BusinessEntitiesProject..
You can remove the reference to this recipe through the Guidance Package"

Microsoft.Practices.RecipeFramework.ValueProviderException: An exception occurred during the binding of reference or execution of recipe CreateDataRepositoriesFromDCProject. Error was: An error happened while calling the value provider or evaluating the default value of argument BusinessEntitiesProject..
You can remove the reference to this recipe through the Guidance Package Manager. ---> System.Runtime.InteropServices.COMException (0x80042915): 80042915
at EnvDTE.CodeTypeRef.get_CodeType()
at Microsoft.Practices.ServiceFactory.DataAccess.ValueProviders.EntityVP.ProcessClassChild(CodeElement child, Entity entity)
at Microsoft.Practices.ServiceFactory.DataAccess.ValueProviders.EntityVP.ProcessClassElement(CodeClass2 codeClass2, ArrayList entities)
at Microsoft.Practices.ServiceFactory.DataAccess.ValueProviders.EntityVP.ProcessCodeElement(CodeElement element, ArrayList entities)
at Microsoft.Practices.ServiceFactory.DataAccess.ValueProviders.EntityVP.ProcessNamespaceElement(CodeNamespace codeNamespace, ArrayList entities)
at Microsoft.Practices.ServiceFactory.DataAccess.ValueProviders.EntityVP.ProcessCodeElement(CodeElement element, ArrayList entities)
at Microsoft.Practices.ServiceFactory.DataAccess.ValueProviders.EntityVP.ProcessProjectItem(ProjectItem item, ArrayList entities)
at Microsoft.Practices.ServiceFactory.DataAccess.ValueProviders.EntityVP.OnBeginRecipe(Object currentValue, Object& newValue)
at Microsoft.Practices.ServiceFactory.DataAccess.ValueProviders.EntityVP.OnArgumentChanged(String changedArgumentName, Object changedArgumentValue, Object currentValue, Object& newValue)
at Microsoft.Practices.RecipeFramework.Recipe.OnArgumentChanged(Object sender, ComponentChangedEventArgs e)
at Microsoft.Practices.RecipeFramework.Services.DictionaryService.SetValue(Object key, Object value)
at Microsoft.Practices.RecipeFramework.Recipe.CallProviders(IDictionary providers, IDictionaryService readonlyArguments, IDictionaryService arguments, Boolean isBefore)
--- End of inner exception stack trace ---
at Microsoft.Practices.RecipeFramework.Recipe.CallProviders(IDictionary providers, IDictionaryService readonlyArguments, IDictionaryService arguments, Boolean isBefore)
at Microsoft.Practices.RecipeFramework.Recipe.Execute(Boolean allowSuspend)
at Microsoft.Practices.RecipeFramework.GuidancePackage.Execute(String recipe, IAssetReference reference, IDictionary arguments)
at Microsoft.Practices.RecipeFramework.GuidancePackage.Execute(IAssetReference reference)
at Microsoft.Practices.RecipeFramework.RecipeReference.OnExecute()
at Microsoft.Practices.RecipeFramework.AssetReference.Execute()
at Microsoft.Practices.RecipeFramework.VisualStudio.RecipeMenuCommand.OnExec()
at Microsoft.Practices.RecipeFramework.VisualStudio.AssetMenuCommand.Invoke()
Questionchanging the extension fromm aspx to html Pin
Ravi_2121-Jan-08 23:16
Ravi_2121-Jan-08 23:16 
GeneralRe: changing the extension fromm aspx to html Pin
eyeseetee21-Jan-08 23:18
eyeseetee21-Jan-08 23:18 
GeneralRe: changing the extension fromm aspx to html Pin
Ravi_2121-Jan-08 23:29
Ravi_2121-Jan-08 23:29 
GeneralRe: changing the extension fromm aspx to html Pin
eyeseetee21-Jan-08 23:30
eyeseetee21-Jan-08 23:30 
GeneralRe: changing the extension fromm aspx to html Pin
Ravi_2121-Jan-08 23:49
Ravi_2121-Jan-08 23:49 
GeneralRe: changing the extension fromm aspx to html Pin
Bassam Saoud22-Jan-08 3:12
Bassam Saoud22-Jan-08 3:12 
QuestionSave excel file as a web page using C# Pin
pradeep kumarappagari21-Jan-08 22:57
pradeep kumarappagari21-Jan-08 22:57 
Generalsand clock Pin
niki_nilu21-Jan-08 22:34
niki_nilu21-Jan-08 22:34 
AnswerRe: sand clock [modified] Pin
Kasi Viswanathan21-Jan-08 23:18
Kasi Viswanathan21-Jan-08 23:18 
GeneralRe: sand clock Pin
niki_nilu21-Jan-08 23:27
niki_nilu21-Jan-08 23:27 
GeneralRe: sand clock Pin
Kasi Viswanathan21-Jan-08 23:28
Kasi Viswanathan21-Jan-08 23:28 
GeneralRe: sand clock Pin
Kasi Viswanathan21-Jan-08 23:37
Kasi Viswanathan21-Jan-08 23:37 
QuestionHow to develop menu dynamically from database? Pin
dilipv21-Jan-08 22:25
dilipv21-Jan-08 22:25 
AnswerRe: How to develop menu dynamically from database? Pin
eyeseetee21-Jan-08 22:57
eyeseetee21-Jan-08 22:57 
QuestionTextbox onclick event in asp.net 2.0 Pin
srinivasan.s21-Jan-08 21:47
srinivasan.s21-Jan-08 21:47 
GeneralRe: Textbox onclick event in asp.net 2.0 Pin
eyeseetee21-Jan-08 23:01
eyeseetee21-Jan-08 23:01 
GeneralRe: Textbox onclick event in asp.net 2.0 Pin
Elayaraja Sambasivam22-Jan-08 3:04
Elayaraja Sambasivam22-Jan-08 3:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.