Re: Please fix the trouble of reinstating the ASP. Net to ASP.Net 3.5
|
Dang Kettle |
|
4/29/2008 3:19:38 AM |
When i use a script i get:
Compiler Error Message: CS0234: The type or namespace name 'Linq' does not exist in the namespace 'System.Data' (are you missing an assembly reference?) and refers to the line: Line 16: using System.Data.Linq; Does someone knows how to fix this ? it seems that iis doesn't recognize the 3.5 classes. I have already replaced my web.config with a default one, but that didn't make and diffrence. Post Comments |
|
Re: Please fix the trouble of reinstating the ASP. Net to ASP.Net 3.5
|
Evzon Ologio |
|
4/29/2008 3:20:18 AM |
Can you find the Linq dll in C:\Windows\Microsoft. NET\Framework\v3.5.xxxx directory? Post Comments |
|
Re: I am sorry for my late response
|
Dang Kettle |
|
4/29/2008 3:21:35 AM |
Hi Uleiko, I am sorry for my late response. As far i can see i don't see any linq assemblies in the folder. Just reinstalled 3.5 and iis... But i had to use the aspnet_regiis command to add the 2.0 to the iis Post Comments |
|
Re: Can you do using System.Linq?
|
Evzon Ologio |
|
4/29/2008 3:22:12 AM |
Can you do using System.Linq; Post Comments |
|
Hmm, very strange.. He has no problems with the Sy stem.Linq... I am confused now.. 3.5 seems to intalled proper. Post Comments |
|
Re: I have not worked with Linq
|
Evzon Ologio |
|
4/29/2008 3:24:01 AM |
I have not worked with Linq or its namespaces and classes but I have a totally new machine with 3.5 , 3.0 and 2.0 and am using Visual Web Developer. I could do what I suggested so if you get all the classes and methods in Linq namespace, then I thi nk you are good to go. Also, 3.5 and 3.0 are not n ew versions of .NET framework. They are just exte nsions to 2.0. So essentially, we still have only two frameworks to work with, 1.0 and 2.0. Post Comments |
|