Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error Generating Typescript File #236

Open
KitKat31337 opened this issue Oct 29, 2016 · 0 comments
Open

Error Generating Typescript File #236

KitKat31337 opened this issue Oct 29, 2016 · 0 comments

Comments

@KitKat31337
Copy link

10/29/2016 3:31:49 PM: An error occurred while processing code in E:\Projects\MADTechLV\CustomerPortal\src\CustomerPortal\Model\Entities\User.cs System.Runtime.InteropServices.COMException (0x80004005): Error HRESULT E_FAIL has been returned from a call to a COM component. at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo) at Microsoft.VisualStudio.LanguageServices.Implementation.Utilities.Exceptions.ThrowEFail() at Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel.ExternalElements.AbstractExternalCodeElement.get_ProjectItem() at EnvDTE.CodeClass.get_ProjectItem() at MadsKristensen.EditorExtensions.IntellisenseParser.ProcessElement(CodeElement element, List1 list, HashSet1 underProcess) in C:\projects\webessentials2015\EditorExtensions\Misc\CodeGeneration\IntellisenseParser.cs:line 89 at MadsKristensen.EditorExtensions.IntellisenseParser.ProcessFile(ProjectItem item, HashSet1 underProcess) in C:\projects\webessentials2015\EditorExtensions\Misc\CodeGeneration\IntellisenseParser.cs:line 49
at MadsKristensen.EditorExtensions.ScriptIntellisenseListener.<>c__DisplayClass7_0.b__0() in C:\projects\webessentials2015\EditorExtensions\Misc\CodeGeneration\ScriptIntellisenseListener.cs:line 58

Please report this bug at https://github.com/madskristensen/WebEssentials2015/issues, and include the source of the file.`

`using Microsoft.AspNetCore.Identity.EntityFrameworkCore;

namespace CustomerPortal.Model.Entities
{
public class User : IdentityUser
{
//TODO Need to associate with CustomerAccount
}
}
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant