|
I get the following error when building my Windows Forms solution:
'"LC.exe" exited with code -1'
I use 2 commercial Windows Forms Libraries: Infragistics and the Gantt-Control from plexityhide.com, that's why I have licenses.licx files in my WinForms...
Started by Stefan Haubold on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
The solution is to reinstall information in the error message?
When I had problems with LC.exe in the past, most times.
We frequently encounter this error from our last project.
|
|
These methods are laughably stupid, IMO, but I want to get a feel for what other developers think of such code. Criticisms may include technical and stylistic errors. Corrections may use anything from Apache commons-lang, such as StringUtils, DateUtils...
Started by LES2 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It beats the standard Java date classes to a bloody... .
Also, use JodaTime.
Next, write unit tests for all the methods you touch, before you touch them .
I can't stand incorrectly indented code.
Ctrl + Shift + F in Eclipse.
First thing, fix the indentation.
|
|
Hello.
I have a problem with a C# ASP .NET project in Visual Studio 2008 This problem started when I reinstalled my computer with Windows 7 ultimate 64-bit. To this I'm also using Office 2007.
The error message I'm getting is:
{System.UnauthorizedAccessException...
Started by Tomas I on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
This error corresponds to .NET System.UnauthorizedAccessException and is usually caused by wrong.
|
Ask your Facebook Friends
|
I have installed VS 2008 SP1 on W2k3 OS. After I installed ASP.NET MVC beta adn tries creating ASP.NET MVC type project I get the following error.
"the project type is not supported by this installation"
Let me know if you have fixed this issue.
Started by Krishna Kumar on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at stackoverflow):
Most answers unearthed in the search suggested that old project types were being moved onto a machine MVC beta into a WinXp installation running within....
I was getting the same error and found this question in a Google search for the answer.
|
|
Speedo accuracy following backlit dash project.
Well after much faffing about I finally got the backlit dash back in the car at the weekend. I have to say that i am quite pleased with the overall look although the aluminium bezels do obscure the speed...
Started by F in Jay on
, 20 posts
by 9 people.
Answer Snippets (Read the full thread at mg-rover):
Ordered.
The redline is an error on my part.
But even with that it seems a bit on the high side .
|
|
I get the following error when trying to "update" my eclipse project :
failed due to an internal error (took 0:00.337) Error: Problem writing resource '/sspaceex/src/PLWL_implementations/CVS/Template'. A resource already exists on disk '/home/ray/workspace...
Started by rayimag on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I suggest that you delete the project in Eclipse ( don't check "Also delete files on disk"), then rename the project on disk to ....
Close the project in these files).
Eclipse is confused because a file exists that shouldn't be there .
|
|
Just upgraded to Snow Leopard, installed Xcode 3.2, then installed iPhone SDK 3 for SL.
In a project, I now get the following error on build:
ld: library not found for -lcrt1.10.6.o
I've searched around the net, but nothing helpful can be found.
Started by kindaran on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
First I got the error message
ld: library not found for "Device 3.1 Debug" or "Device 3.1 Release", I get the error message
ld: library not found the following to my Makefile:
CFLAGS="$(OTHER_CFLAGS....
On the Simulator and the device).
|
|
I have a multi project solution in VS08. I just added a new Configuration called Release-VersionIncrement to the solution, specifying "use release" configuration as baseline. All project files were updated with that configuration. However, when I am trying...
Answer Snippets (Read the full thread at stackoverflow):
To edit in Visual Studio: Right click on the proejct, pick "Unload project" then right click on the unloaded ....
Project files are just MSBuild files.
Usually this happens when the OutputPath property of the project file is blank.
|
|
I'm developing in native C++, using visual studio.
I have one project which contains infrastructures - base classes which I want to derive classes from in other projects in the same solution. Say I have a base class in the infrastructres project:
file...
Started by Shelly Nezri on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
The link ....
You need a definition it in the question.
You can just add curly bracers after its definition and rebuild your project.
Make sure your Base::Bar() method has its implementation somewhere.
project into your own executable.
|
|
Hello,
Im using Eclipse Galileo, and have configured it for Apache Tomcat . I have added Apache Tomcat 6.0 to Windows->Server->Runtime Environments, with the following settings:
Tomcat Installation Directory - C:\apache-tomcat-6.0.24\apache-tomcat...
Started by John on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Eclipse stores....
The server in the Servers view, you need to add the newly created server instance to the project through the project's "run on server" settings, Eclipse creates a project in the Servers view, as BalusC pointed out.
|