Click here to Skip to main content
15,906,567 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, I am quite new to Web-developement. I am getting the following error. I have no idea how i can solve it. Can anyone able to help me with this ?

Error message : 
The type or namespace name 'GoogleAnalyticsPageTracker' does not exist in the namespace 'XXX.XX.XXXX.UserControls' (are you missing an assembly reference?)


Thank you in advance !
Posted
Updated 7-Mar-12 21:25pm
v2

You are missing a reference to a dll that contains GoogleAnalyticsPageTracker as a type.
 
Share this answer
 
I figured it out ! I updated some code in a file that is associated with this Autogenerated code and because of that it has added the quoted path in the GoogleAnalyticsPageTracker autogenerated method (xxx.xx."xxxxxx".UserControls).

So i just modified the autogenerated path and it works fine....

for example,,,

Auto Generated code after i made some changes is,,,

Ab.xy.Added.UserControls and i modified this to,,


Ab.xy.UserControls.........
 
Share this answer
 

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