0
votes
0answers
20 views
Overcommitting memory on an Ubuntu Server 9.10 running on VMWare Fusion 3.0 (osx) [closed]
I can't set the overcommit_memory from inside the shell:
root@ubuntu:~# /proc/sys/vm/overcommit_memory = 1
-bash: /proc/sys/vm/overcommit_memory: Permission denied
Also I tried …
1
vote
2answers
85 views
Can I determine what triggered an assembly load?
When windows service installer is bombing out with a "Error 1001. Unable to get installer types in the MyService.exe assembly." So it can't load MyServiceInstaller. Fusion loggi …
0
votes
1answer
61 views
IBM WebSphere vs Oracle Fusion
I have been asked to research the advantages/disadvantages the two application servers, but am new to the space and am having a terrible time finding an unbiased comparison of the …
0
votes
1answer
121 views
Fusion loader can’t find a DLL that is actually there - “Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.”
Does anyone have any idea what would cause the Fusion loader to simply skip over a DLL with no warning or acknowledgement?
I'm seeing this problem when attempting to do (in C#)
…
-1
votes
0answers
40 views
Fusion charts only displayed when mouse over it
We are using Enterprise edition of Fusion Chart, but in our page now chart not drawn initially with page load. It requires move the mouse to chart area to chart to be fully drawn.
…
0
votes
1answer
208 views
Order of constructors for a C# class: parameterized, default, and static?
Suppose I have a class with 3 constructors, a default (no argument) constructor, a parameterized constructor, and a static constructor. like this:
public MyClass() { ... }
pub …
3
votes
2answers
243 views
Advice for Delphi Development on a Mac?
I've started developing with Delphi on the Mac and thought I would share my observations and see if anyone else had any advice or tips for Mac development with Delphi.
A while bac …
1
vote
3answers
317 views
How to solve: Custom MSBuild task requires assembly outside of AppBase
I have a custom Task that I want to execute when building my C# projects. This task is located in MyTask.dll, which references another assembly, MyCommon.DLL.
The problem is that …
1
vote
1answer
78 views
How to iterate over a boost::fusion sequence?
I'm trying to initialise a list of args to use with fusion::invoke.
The args are all of the form:
template <typename Type>
struct ArgWrapper
{
inline ArgWrapper(){}
…
0
votes
3answers
200 views
How to ship gdiplus.dll but not have Windows use it?
i have an application that has a dependancy on gdiplus. i need the application to also run on Windows 2000.
i want to include GDIPlus in the application directory, so that Windows …
0
votes
1answer
73 views
Instruct Window’s fusion loader to use system dll first?
i need to deploy an application with a DLL in the application's directory for users on Windows 2000. The dll was shipped with Windows XP an later as a system dll.
Windows XP was a …
0
votes
3answers
697 views
WCF throws FileNotFound exception for “System.ServiceModel” when creating ServiceHost.
I'm running into a really strange problem with WCF. I have 2 projects in a solution, each of them starts up some self-hosted WCF services.
Project 1:
myService = new ServiceHost …
0
votes
1answer
85 views
Data Integration between Oracle and External Application ?
We have an application that needs certain HR (Human Resource) data like the employee table etc. to initiate the manual and automate workflow process it is used for.
Well I am look …
2
votes
5answers
1k views
32 or 64 bit DLL loading from .Net managed code
I have a unmanaged DLL (the scilexer.dll of Scintilla code editor, used by Scintilla.Net from CodePlex) that is loaded from a managed application trough the Scintilla.Net component …
0
votes
1answer
988 views
.NET assemblyBinding configuration ignored in machine.config
I have a situation where I need to be able to load assemblies in the GAC based on their partial names. In order to do this I have added the following to my app.config file:
<r …
