2
votes
2answers
32 views
Win32: Suggestions for manifested app’s testing vs deployment
Starting with Windows Vista, Microsoft added a class of compatibility shims that will allow an application that assumes it has administrative file and registry access to continue t …
0
votes
1answer
24 views
After VS2008 to VS2010 project upgrade getting “manifest signing certificate” error
I created a test project with VS2008 C# Express on computer 1 (Vista).
I converted it to VS2010 C# Express on computer 2 (Windows 7).
The converted project gives me this error:
…
0
votes
1answer
31 views
iPhone - HTML5’s “cache manifest” Common to many webapps??
Sorry for the cryptic title.
I would like to know if the cached files from one iPhone webapp using HTML5's manifest capability, can be made available to another webapp from same d …
0
votes
0answers
19 views
MSBuild Click-Once issues with manifest
I am getting the following error when I publish my ClickOnce application with MSBuild. I have a pre-publish task which copys the correct app.config file into the project before the …
1
vote
3answers
29 views
Default arguments in JAR-manifest
Is there a way to create a JAR-file that contains some arguments that are passed to the main class? (It does not matter whether it prepends or appends the arguments to potential co …
0
votes
1answer
29 views
Help: Change WPF application manifest?
Hello all!
I posted a comment to Microsoft that the Dialog Boxes in WPF are not VisualStyle enabled.
Joe Castro posted a workaround there which I don't really understand how to a …
0
votes
0answers
12 views
Android: making search available throughout the whole application
Right now I'm adding
<intent-filter>
<action android:name="android.intent.action.SEARCH" />
<category android:name="android.intent.category.DEFAULT" />
</in …
0
votes
3answers
61 views
Can I deploy my application without a manifest?
My program is a simple web scraper, should I deplot it with a manifest?
When I right click the properties in the SOlution Explorer, I see the change icon option, and also the Mani …
0
votes
1answer
116 views
Assembly Manifest loading error (.NET and C++ dlls)
My application (pure DotNET 2.0) is referencing another pure DotNET 2.0 dll which is PInvoking into an unmanaged (C++ 2005) dll. On some computers this works fine, on others there …
0
votes
1answer
30 views
How do I call a .NET windows app that has been installed from a publish?
If I publish two separate C# Windows forms apps to a server, and a user installs both of these apps on their machine, how would I get one app to call the other (possibly with param …
0
votes
3answers
145 views
Not able to run my jar file on Windows
I have these files board.class and x4.class (x4.class has main() method).
To jar these files, I wrote
jar cf x4.jar *.class
and got a x4.jar file.
I copied this x4.jar file to …
2
votes
1answer
92 views
Program Compatibility Assistant thinks my app is an installer
I have created a .NET C# WinForms application on Win 7 RTM x64, which let's say I have called DataInstaller.
When I run this program outside of the debugger (just an empty form wi …
1
vote
1answer
67 views
What is a manifest authoring warning ?
Anyone knows what this mean? Care to shed some light?
Got this warning while compiling a MFC project in VS2005.
..\..\..\Shared\res\zenOn_common.manifest : manifest authoring warn …
0
votes
2answers
56 views
Bin-deployed MVC app expects different manifest
This is seriously starting to bake my noodle. I've just built and deployed (via FTP) a vanilla ASP.Net MVC application (version 1.0.0.0), but have struck the following problem aft …
0
votes
1answer
38 views
Why do I get a duplicated entry in my Windows manifest?
The following manifest is added to my .exe.:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1 …
