Click here to Skip to main content
16,017,922 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello!
I'm using a strongly typed dataset in my asp.net application. on the development machine it works fine but when i publish it to the server (activated copy all, so the data on the server and my project folder is the same)

i'm using visual studio 2010 and asp.net 4

error:
CS0246

i've got german errors. but it basically says it can't find my strongly typed dataset
Posted

1 solution

Hi
Possibilities are that either you are building the multi project based solution and the one project that has typed datasets has certain issues resulting in not a proper build of the code.

Check out this link: error CS0246 The type or namespace name could not be found[^]

Regards
Pawan
 
Share this answer
 
Comments
Alexander Kroiss 3-Aug-12 9:07am    
Well Thanks for you toughts. :)

Now i've read on some forums to try and put it on the root of my webserver. Did this and now it works fine.
But the moment i'll try and move the project to a subfolder it does that error.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900