View Single Post
  #3 (permalink)  
Old September 4th, 2008, 02:21 PM
jaykali jaykali is offline
Registered User
 
Join Date: Sep 2008
Location: , , .
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Alright a tad frustrated now.

Got my SimpleCalculator.ascx in my usercontrols folder and went back and added strong signing to the control, rebuilt, copied the dll to the GAC in c:\windows\assemblies got the public key from that dll's properties went to the web.config and added a line to the 'safecontrol' with the appropriate namespace, public key, etc. - and lo and behold still a parser error that says "could not load type 'SimpleCalculator.SimpleCalculator'", alas this is discouraging.

Reply With Quote