Advanced Forum Search Results
-
On creating a new SL project into an existing Web App I get this error - I don't get the error if I start a new solution
I have tried comparing web.config files but can't see anything - I have also used a web.config file from an existing small working app
Note - The existing solution has other SL projects
Error ...
-
Well browniepoints - thanks for that helpful and insightful reply.....
the connectionstring issues is NOT the only issue.
you have to put a using DAL; line in the code behind of the SL App. (where DAL is the namespace of you data access project
You don't get an compile time error if you don't but you will get a resource not found ...
-
Hi Ron
Many thanks again - all now working ! using both EF and LinqToSQL
It was a connection string problem !
It turns out that the connection string that has to appear in the web.config has a name that is not the one I expected or normally used.
By grabbing the one generated by the EF - placed in app.config and copying to ...
-
Hi Ron
Yes that line is in web.config
Just tried this - took the HRApp example from the sample examples
Moved the db to SQL08 to hopefully avoid any odd connection string problems - tested that worked OK
That works then but when I create a new Class project to host the data access and I create a service that picks the DAL ...
-
Also get same problem with referencing an LINQtoSQL model in another project.
but also cannot get the app to run and show data if metadata generation is not ticked and the app compiles
Mike
see thread Problems when Data Access in separate Project
-
Hi Keith and
Normal
0
false
false
false
EN-GB
X-NONE
X-NONE
MicrosoftInternetExplorer4
...
-
Have just been trying the RIA Services with a small project but using an existing Data Access Project as my LINQ source
So I have 3 projects - SL, Web and DAL
I create my service in the web project and it recognises the connection to my DAL and creates the auto generated code in the SL project
- this all looks OK but then
Nothing works ...
-
I also have a similar problem
I installed RC0 on my development machine to test my SL application and that runs fine locally in FF and IE BUT.......
When I try an access my deployed SL I get both FF and IE asking to install SL again
The deployed app has a MinimumVersion="2.0.30523" set
My dev machine now has 2.0.30923.0 ...
-
Hi
I took the 1.1 Alpha video example and replaced one of the links to point one of my own wmv files and I get
Silverlight error message
ErrorCode: 1001
ErrorType: MediaError
Message: AG_E_UNKNOWN_ERROR
I hear the video but see nothing
Any ...