Hi,
I've been writing modules in VB for years and never had the following issue. I'm using 5.6.0 Community Install version.
I created an empty CSharp web application project with VS 2010 in desktopmodules folder as usual.
Under Web properties for the project I set the following:
Set Start URL to be: http://localhost/dotnentukedev/
Set Use Local IIS Web Sever to be: http://localhost/dotnetnukedev/desktopmodules/announcements/
Set Override application root URL to : http://localhost/dotnetnukedev/
Without even adding a reference to the DotNetNuke.dll I get the following warning and any donetnuke webcontrols won't show up on the ascx in design mode:
Warning 1 D:\Websites\DotNetNuke\Portal\5.6.0 DEV\DesktopModules\Cazlar\Modules\Announcements\Announcement-View.ascx: ASP.NET runtime error: Could not load file or assembly 'Telerik.Web.UI, Version=2010.2.929.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4' or one of its dependencies. Strong name signature could not be verified. The assembly may have been tampered with, or it was delay signed but not fully signed with the correct private key. (Exception from HRESULT: 0x80131045) D:\Websites\DotNetNuke\Portal\5.6.0 DEV\DesktopModules\Announcements\Announcement-View.ascx 1 1 Cazlar.Modules.AnnouncementManager
Any help would be appreciated.
Colin