Advanced Forum Search Results
-
Hi! I have an EntityDataModel and each time that I modify my DB, I can't get the update in my model. Why I can't delete a column and or modify anything with this assistant. It's very poor in functionality and it's getting very frustrating in my work. I look on the net, but I do not find anything, except the Microsoft examples. ...
-
Thank you it work now.
-
Yes, I put it on the client side. The error is the same as before:
Error 1 'Genesis.Web.Edition' does not contain a definition for 'OnPublicationDateChanging' and no extension method 'OnPublicationDateChanging' accepting a first argument of type 'Genesis.Web.Edition' could be found (are you missing ...
-
Hi! I found the error, but I'm not able to extend the partial class with another partial one. All that I've try, conducts to a compilation error. Can you give me an example please?
Daniel
-
Hi! I'm having this funny issue here. After generate my DomainService and compile the whole application, I'm getting this error for my compile class (*.g.cs) in the Silverlight application project.
Error 1 'Genesis.Web.Edition' does not contain a definition for 'OnPublicationDateChanging' and no ...
-
Hi! Everyone! I use, to make my first walkthrough, the Business Application template. After performing most of the exercise I found, I try to register and my surprise was big when I realise that I can register without any line of code. But, here's my question: Where the registration information are saved? I have an EntityModel in my app but I ...
-
Hi! I uninstalled silverlight 3 but Visual Studio 2008 keep saying:
You need to install Silverlight 3 SDK before creating a Silverlight project.
I've reinstall all the necesary tools for Silverlight 2
The tools the sp1 and the runtime.
Does anybody have already encounter this kind of problems and succed to fix them?
Thx
-
I finally fix it.
-
In your project properties. Did you updated the project name and the namespace?
-
Hi! like the title said it, I can't bind a value on the SelectedItem of a ComboBox. Case is very easy. I'm receiving data from the server and I binds this data in the DataContext of the parent Grid. It's well for all the form, except for the ComboBox.
Here's my ComboBox XAML: <ComboBox Margin="5,0,5,0"
...