I’m getting the following error:
Could not load type 'Intel.Intel'.
I copied my entire Visual Studio 2010 folder before I formatted my computer and I copy/replaced the same folder with this one after I installed windows again. I’m running this locally not on a host server. Anyone know what I’m doing wrong? I’ve search google and find many pages giving solutions for this, but none seem to fix my problem. Let me know if I need to provide anymore additional information. Thanks!
Update: Sorry I was unclear I copied the “Visual Studio 2010” folder from under my documents. I’ve installed Visual Studio 2010 Premium from my MSDN account.
Update 2: I also forgot that I was getting this error below before the Could not load type error. I fixed it by replacing the “~” with “.”. The strange thing is that while that will seem to fix that error — If I try locating the file through the “Pick Master..” option when retyping “MasterPageFile=” it will give me the path with the tilda and yet it wont work. I don’t know if this helps identify the overall problem or not.
The file '/Intel.Master' does not exist.
And below notice the “~/Intel.Master” — as mentioned above I can get rid of this error by changing that to “./Intel.Master”
<%@ Page Title="" Language="vb" AutoEventWireup="false" MasterPageFile="~/Intel.Master" CodeBehind="Index.aspx.vb" Inherits="Intel.Index" %>
Found a solution.
I looked in IIS Manager and I found that my application was a folder icon and not an application icon. So I right clicked it and selected “Convert to Application”. After doing this it solved that error and now I have another one. I feel however that this solution did “fix” the problem.