Hi all.
I have some problems with SVN.
Can anybody help me?
When I tray to merge branch to trunk i get flowing error:
Server sent unexpected return value
(403 Forbidden) in response to OPTIONS
Same error get when tray to create new tag or branch.
I have Read/write permisions.
I use VisualSVN and TortoiseSVN.
Thanks
...
Hi,
We just had our Rails app spit an error when ActionMailer was trying to send an email:
Net::SMTPServerBusy - 451 Error while writing spool file
We're using our own SMTP mailservers to send. Anyone know the details on this and how we can avoid it happening again in the future or if its possible to make ActionMailer try to send the ...
I have a problem with my ASP.NET application. It has been developed for about a year or so without disabling Debug mode. I wanted to test if it works without debug and it isn't but, when I set debug="true", it works fine.
When I try to open application for the first time it gives me "Server not available" error. In the events log I have...
The following line of code presents the title error:
ITestClass t = new TestClass();
TestClass implementation:
public class TestClass : ITestClass {
public static TestClass Instance
{
get
{
return TestClass.Instance;
}
}
//Interface members
}
I have anot...
Has anyone encountered this error before? I am trying to debug an issue for a client and can not seem to get anywhere with this.
With a clear Internet cache I visit http://www.safcoproducts.com and almost every time (on first load) it crashes IE 6 and 7. This does not occur in FireFox. We have tested the same files on a different ser...
Hi I have the following piece of code to upload a file to Sharepoint. It uses HTTP PUT:
public static string UploadFile(string destUrl, string sourcePath)
{
try
{
Uri destUri = new Uri(destUrl);
FileStream inStream = File.OpenRead(sourcePath);
WebRequest req...
Hi. I'm trying to build a project in Visual Studio 2008. I'm getting a bunch of linker errors that are really bothering me. My application is a Win32 console application using only native ANSI C++.
They are all linker errors of the same pattern.
Linker errors are related to every single private static data member of classes I have defin...
There are some errors in my Perl script, I looked though the source code but couldn't find the problem.
#Tool: decoding shell codes/making shell codes
use strict;
use Getopt::Std;
my %opts=();
getopts("f:xa", \%opts);
my($infile, $hex);
my($gen_hex, $gen_ascii);
sub usage() {
print "$0 -f <file> [-x | -a] \n\t";
print '-p <path to ...
When I try to use javax.servlet.http.*; an error package does not exist is thrown. Should I want to reinstall java or it occurs due to some other problem. I'm using j2sdk 1.4.0 & Tomcat 6.0.
Thanks & Regards
...
Hi everyone!
My Visual Studio at work is not detecting errors on the fly... I just can see errors when I build my solution.
Does anyone know how can I configure this? Intellisense is working just fine, but this error detection on the fly isn't.
Thanks!!
...
i am expanding on the XNA game studio 2D tutorial and adding menus from the microsoft XNA Game studio website. i thought it would be just plug in and run, but is much more complicated than i thought. here is one error, i will post more as i get them.
Here is the debug window:
C:\Users\Ian\Desktop\GameStateManagementSample - Copy\GameSta...
Hi,
I enabled tracing in IIS7.
I set those properties to true in the ASP tab of the IIS management tool:
appAllowClientDebug,
appAllowDebugging,
errorsToNTLog,
scriptErrorSentToBrowser;
To test it, I wrote a small classic ASP test page in wich I voluntary include a bug (bad activeX name).
My asp test page is rendered until th...
I'm getting an error when trying to use the WCF Test Client with my WCF service. Here is the service code:
[ServiceContract]
public interface IEmployeeService
{
[OperationContract(Name = "GetEmployee")]
[WebGet(RequestFormat = WebMessageFormat.Xml,
UriTemplate = "/Employees/{employeeNumber}")]
Employee GetEmployee(strin...
Hi, this is a problem that regularly arises when I write Silverlight XAML. In this case, I've made a usercontrol VerticalTabStop (code attached) that has a ToolTip attached. I instanciate a couple of my usercontrols, and then I get the debugging window and the following error:
Line:52
Error: Unhandled Error in Silverlight 2 Application
...
I am getting this error, I have no clue where:
OGRE EXCEPTION(2:InvalidParametersException): Header chunck didn't match either endian: Corrupted stream? in Serializer::determineEdianness at f:\codingextra\ogre\shoggoth_vc9\ogre\ogremain\src\ogreserializer.cpp (line 90)
I am using Visual Studio 2008. I tried to gvim the file on th...
I have an ASP.NET application, built over DotNetNuke, used in my university for student management.
Any now and then, when generating some long-running report, the application throws an error like this: "DataBinding: 'System.Data.DataRowView' does not contain a property with the name XXXX" where XXX may be different.
I have to emphasiz...
I am trying to install subversion on a centos 5 VPS.
I managed to install subversion but when I try to do yum install mod_dav_svn I get this error:
Error: Missing Dependency: httpd-mmn =
20051115 is needed by package
mod_dav_svn
After a lot of googling I read that you need Apache 2.2 (I previously had 2.0) so I recompiled the s...
I am trying to install subversion on a centos VPS.
I managed to install subversion and mod_dav_svn and now I am trying to configure them.
I edited httpd.conf and added the lines:
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so
But this crashes apache on restart:
httpd: Syntax ...
I do all my PHP coding in Dreamweaver (currently version CS3) I am used to it and like it. There is one thing I would like though, is to be able to check for errors. Currently I don't see them until I upload the page to a server. Is there anyway to setup PHP error checking in Dreamweaver?
Thanks.
...
I have some storyboards in XAML (WPF Project) and I´m calling them from the VB code with this:
Dim ServiceOff As Storyboard = DirectCast(FindResource("ServiceStopped"), Storyboard)
ServiceOff.Begin()
I´m getting the following error when trying to build:
Overload resolution failed because no accessible 'Begin' accepts this number o...