Advanced Forum Search Results
-
I hope that they can cross that bridge sooner than later. For me, I cannot use the July CTP with VS2010, even compiling for .Net 3.5 because of some versioning issues with the DataAnnotations DLL (version 99.0.0.0) , which means that RIA is holding up my VS2010 adoption. I have compensated by moving my RIA code to a different ...
-
The RIA drops will not work side-by-side? That doesn't make any sense. All the other APIs I have work side-by-side, and I am not aware of anything extra special in RIA that would dictate that we can't use them side-by-side. Not having side-by-side support will be a big stumbling block for adoption as people are looking at ...
-
I was initially confused because I was using Windows Explorer properties page to check the version number, and on the data annotations dll, it shows 1.0.0.11, but ILDASM shows the manifest as version 99.0.0.0. That explains my confusion, but adding that DLL to the references and even setting copylocal=true doesn't allow it to ...
-
That was the first thing I tried, but that didn't help either. I cannot seem to find a 99.0.0.0 version on my machine. I still can't explain that.
-
That actually isn't the answer to my question. The other post deals with the .Net 4.0 version of the RIA services. My question deals with the .Net 3.5 version, just using VS2010 as the IDE.
Thanks,
Shan
-
Hello,
I am converting my development environment over to VS2010, but keep targeting .Net 3.5. When I open my project up that implements a DomainService, it won't build. I get the following build message:
C:\Windows\Microsoft.NET\Framework\v4.0.21006\Microsoft.Common.targets(1291,9): warning MSB3258: The primary reference ...
-
This is a bug for us too. I cannot rename the property as I am genning it from CRM and CRM doesn't allow me to rename the property. There are 4 out-of-the-box properties in CRM that have 'public' in the name and are causing us issues. Hopefully this can be patched instead of waiting another couple of ...
-
I just noticed that Silverlight 3 has been released to web. I cannot find the Silverlight 3 developer toolkit. Does anyone know where I can download it?
Thanks,
Shan
-
Hello,
I have a DomainDataSource control on my asp.net web form, and I have bound a DetailsView control to it. They are both set to allow updating.
The DetailsView control has a sub-set of columns (I only want to display and allow the users to change a small set of columns that are in my domain data source).
I have attached the OnUpdating ...
-
Hello,
I am trying to use the DomainDataSource for ASP.NET but I cannot find any of the documentation. The help file that comes with the May CTP only covers Silverlight development and makes no mention of the ASP.NET Data Source control that was also in the CTP. Where can I find this documentation?
Thanks,
Shan ...