Very strange Visual Studio 2013 issue - .net-4.5

Hi all I wonder if someone out there can help. I have a very strange issue in VS2013, I have a MVC .net4.5 web application. When I try to reference anything from that same project I can't see anything from the entire project. For example if I wanted to reference TestModel in the Models folder in my HomeController I can't find anything. Doing ProjectName.Models.TestModel, produces errors when I try to build the solution.
Any ideas? I've searched around the web but haven't been able to find anything!

Looks like this is an issue that someone else has experienced: http://social.msdn.microsoft.com/Forums/sqlserver/en-US/ac8c38cc-d3e1-4649-9b34-8c7cb4f9095f/in-vs-2013-web-applications-cannot-reference-their-own-classes?forum=visualstudiogeneral
Looks like deleting the .suo fixed it!

Related

Deploying solution with mulitple windows forms projects

I apologize if this has been answered in another post, I can't seem to find it if it has. Anyway, I have built a back end utility for a fellow streamer friend of mine but I can't seem to figure out what I'm doing wrong when it comes to deploying it. This is a project that will be expanded on in the future, and possibly have more windows form projects. So here is what I am running into (With Pictures):
Here is my solution explorer with the projects:
When I go to build the deployment I've tried making all the projects "outputs" and got this error. Thinking it was there were too many Project Outputs I changed it to where the startup project would be the output and the others would be either source or content files. Still got these errors. Here is the File System Setup:
And when I go to run the build to create the deployment, here are the errors I receive:
I don't know/don't see what I am doing wrong here and would very much appreciate a point in the right direction. Thank you all so much in advance.
Check your updates. I remember there is an option to review or check the status of latest updates.
I found this article about that issue but it looks like a general error with updates or the installation
It is not too long but maybe it does not help. I hope it helps, good luck

On saving html files in visual stuido lines got messed up

I have developed an angular application using VS code.On saving html file, the lines got messed up. It automatically re-aligns. I don't know what is causing this. This issue suddenly showed up. Can someone help me to solve this? Thank you.
This is for programming community only. For tools related things you have to use different stack overflow community.You have to switch off auto save on save. So then only it won't reset. For VS code I found https://marketplace.visualstudio.com/items?itemName=cbrevik.toggle-format-on-save

can't find blueprint in packaged unreal project

i'm working on a game in unreal, and just for funsies i decided to package my project to see how it would work outside the editor. for some reason it doesn't, its says fatal error followed by a bunch of error codes.
I tried going through the log, which can be found here: Link to download on Mega.nz
the log says it couldn't find the blueprint for my "BasicBullet", although the editor can (it both compiles and runs fine in the editor). That message is followed by somehting i don't understand, and then a fatal error message. can someone explain what is going on?
Thanks in advance
I fixed the problem, all i had to do was go to the config folder, in the project and edit the DefaultEditor.ini file.
i changed bDontLoadBlueprintOutsideEditor= true to bDontLoadBlueprintOutsideEditor= false and now it works perfectly.
been struggling with this problem for days now, and the solution was so simple.

TapkuLibrary.h and <TapkuLibrary> not found - Lexical and Preprocessor Issues

I've had huge troubles with this for quite a while now.
A few days ago after rebuilding my project, I got an error saying "TapkuLibrary.h" was not found. I removed the files attached to the project and followed the directions exactly directed at https://github.com/devinross/tapkulibrary
However, when I tried to rebuild my project, the file is still not found!
I'm using XCode 4.6.1 building for iOS 6.1
I can see that the files attached to the xcode project from Tapku can be found because I can find them in the side bar. For some reason though, TapkuLibrary.h is not found.
Also, when I control a class, it links me to the right symbol for all files except TapkuLibrary.h which is, again, not found.
I'm quite stressed by this, so any clues would be immensely appreciated. Thank you so much in advance!
UPDATE:
I've tried gain to remove all the files and readd them to no avail.
Please look at the solution in this question: TapkuLibrary.h not found on archive
I think it's exactly the same issue you're having.

In Box2d i got 2349 errors when i chang code from one mac to other mac

I am working on Box2d application,
my problem is when i move my application's source code from one mac to another mac i got 2349 Errors, i don't know why i am getting this errors.
i even try removing Box2D source from my application from and add again but doesn't work.
if any one know reason and solution please share with me.
Thanks.
Sounds like you are missing some framework. Posting some of the error messages might help us to help you better!
I found solution to my Question.
i got such errors because of change in name of my projects containing folder.
i.e. my working project was at source path /Bubbles/Boxes
on destination mac i changed it to /Bubbles123/Boxes
i changed Bubbles to Bubbles123 that was the problem, it might be creating problem with path.
it works for me now.
Thanks.