I am moving some old vb6 code from nero burning sdk to IMAPIv2. To prolong its life a little longer
I randomly (not very often) get this error "Automation error. Class already exists" -1062599675
Any suggestions as to what is causing it and how to fix it?
My guess is that my code isn't properly releasing the COM objects its creating.
H...
Hi,
I have installed latest scala ide plugin to eclipse (Version: 3.4.2). It seems installation is ok without any errors.
I am able to create a scala project and add a package, but i couldn't add scala object, at the time it shows "projectname" is not a Scala project error message in add object dialog.
I have googled and found it co...
Here is my schema and xml file contents.When I want to validate my xml file with my schema file I got the error:Element X1 is not defined in this scope.
Error line: 25
Error column: 12.
Where is the problem?
<xs:complexType name="LabelType">
<xs:sequence>
<xs:element name="Text" type="xs:string"/>
<xs:element ...
Hi i am using linq to get the data from list but as i get the in linq i use foreach loop to add it in generic list but i got error " Value cannot be null. Parameter name: source"
i am using c# With .net
my code
var nCounts = from sale in sal
select new
{
...
Hi,
I'm currently writing a unit test project using the version 4.6.1 (Windows Vista + Eclipse). My project is divided in 3 part:
A. Unit test application (type:CLDC application)
B. Application to be tested (type:CLDC application)
C. A library project (type: library,no .jar file imported)
The A project should reference the code prese...
Hello all,
I get a error during a template import, the template is created in Dot Net Nuke 5, I am trying to create a new child portal and import a template, during the process I get:
Tab Exists at DotNetNuke.Entities.Tabs.TabController.AddTabInternal(TabInfo objTab, Boolean includeAllTabsModules) at DotNetNuke.Entities.Tabs.TabControll...
I have installed visual SVN server on windows XP.(Authentication method - windows login). I edited the pre-lock.cmd script and put a comment line, "REM do nothing". Next I tried to get a lock on a file. Everything works great uptil this point! . Then I try to release the lock and get the following error "Server sent unexpected return val...
I'm working on an iPhone app, and I got this strange log sometimes when manipulating a map:
ImageIO_Free: ptr 0xdf0f000 got double released??? (16384 bytes)
If I countinue playing around, the app would crash.
I googled it, but haven't found anything interesting... So weird !
...
I am installing Eclipse for RCP and RAP Developers, my old copy went rogue and decided to act up.
So clean install time! Yay! I downloaded the new version copied it to opt folder and extracted it, then ran it.
For some reason I cant install any plugins due to some crap error*, and it doesn't have list of default plugins, i deleted my ...
I am trying to backup a drive from a laptop that is defunct. This drive was pulled from the machine and mounted in an external enclosure and connected to a desktop via USB.
Laptop that the drive was pulled from is Windows 7 Pro, and the desktop I connected the laptop drive to is Windows 7 Ultimate.
I am running PowerShell on the deskto...
I am executing a.jar file from PHP through Command Line. However, if there is any error/exception, the error is not being displayed.
I am using the following PHP script.
<?php
exec('java -jar D:\\ABC\\JavaApplication2\\dist\\JavaApplication2.jar', $result, $returnCode);
var_dump($result);
$count = count($result);
for($i=0; $i<$count;$i+...
HI! I'm trying to create the web service in the cakePhp. I'm new to cakePhp and only recently start working on it. I found a useful tutorial at http://www.littlehart.net/atthekeyboard/2007/03/13/how-easy-are-web-services-in-cakephp-12-really-easy/
I created both the controller and index.ctp files as described in the tutorial. But when I ...
Hi,
I am a fairly new iPhone developer. I have four apps in final testing stages and working to get them signed and ready for the app store.
I duplicated the RELEASE configuration, and when I try to build using it I get this error:
Precompile myappname_Prefix.pch<br>
Command /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4...
IE continues to give me an error on the next-to-last line stating "Object required". I am not sure where the issue would be. Any advice?
function showdiv()
{
document.getElementById("dialogue").style.display = "";
document.getElementById("screen").style.display = "";
document.getElementById("screen").style.width = getBrowserWidth(...
Is there a way to filter errors/warnings by project in Visual Studio 2010?
For example, if project A has dependencies for project B and C, Visual Studio will show errors/warnings for both project A, B and C, even whenever I compile project A alone.
I don't mind if VS show A's errors/warnings when I compile the entire solution, but I wo...
UPDATE:
Hi,
I've narrowed down the problem(s) and it appears to be in this part of the code:
<script type="text/javascript">
oxm_ad = {"website":"cca5e4b8-7ed2-848b-ffea-037efaac851a",
"size":"468x60",
"floor":"0.1",
"beacon":"<div id='beacon_f936906f11' style='position: absolute; left: 0px; top: 0px; visibility: hidden;'><img src='h...
Again, I am working with code from my predecessor and am at a loss for this one. It appears to be a sampled navigation script. It is receiving an error in IE stating 'Object doesn't support this property or method'. Here is what I have narrowed the error down to.
The function:
/**
* hoverIntent r5 // 2007.03.27 // jQuery 1.1.2+
* <h...
When trying to create a C# file using DbMetal (as part of DbLinq), I get the following error:
DbMetal: Sequence contains more than one element
It's only appearing when I reference multiple foreign keys as part of my primary key. The following is the DDL for my table causing issues:
CREATE TABLE [QuestionChoice]
(
[Questionair...
I am working on a ASP website, which everything seems fine, but when i implement a slider on a page inside a folder in the root (i.e. aboutus/index.aspx) i get that error when the slider is trying to call the images.
I have similar slider animations in pages located in the root folder and in those i get no problem at all, seems it only ...
Hi,
I just ran into a problem when trying to launch the phone's email app via a button in the options menu because as soon as I click the button in the emulator it causes a force close error. If s.o. help me out here to find the error in my code, that would be great.
This is my java file:
package com.mobilevideoeditor.moved;
im...