I´ve unpacked a WSP package creating a new Project in Visual Studio with the "Import Sharepoint Solution Package" option. I can deploy the project and everything works just fine but I obtain this warning message:
Warning 1 File 'MySolutionCentralAdminPage.aspx.cs' was not found.
The Warning comes with this block of code:
<%@ Page Language="C#"
AutoEventWireup="true"
CodeBehind="MySolutionCentralAdminPage.aspx.cs"
Inherits="MySolution.MySolutionCentralAdminPage"
MasterPageFile="~/_admin/admin.master" %>
The thing is everything just works so this file MUST be somewhere but after an intensive search (in my computer and then looking for solutions in internet) I must say I cannot find this file.
How can I locate it in order to modify it?