c# - Applications manifest file causing problems on Win 7 environment -


My app has been upgraded from 1.1.4 to 3.5. On win 7 64 bit environment I manually delete the app.exe.manifest file because otherwise it crashes when it launches.

I deployed a visual studio & amp; To set up, in the application settings of Setup Project Exe, I have tried all the options in my own dropdown, which is related to anything used to use a manifest file (the manifest is still ready) .

Ideally I want to see and feel the office but in the worst case this full stop is working, okay with now or without

Any help appreciated.

Update: Manifsest file

  & lt; Assembly xmlns = "vase: schemas-microsoft-com: asm.v1" manifestVersion = "1.0" & gt; & Lt; Dependency & gt; & Lt; DependentAssembly & gt; & Lt; Assembly Identity type = "win32" name = "Microsoft.Windows.Common-Control" version = "6.0.0.0" Processor Architect = "x86" public keyToken = "6595b64144ccf1df" language = "*" /> & Lt; / DependentAssembly & gt; So, for a 64 bit environment, it's not going to work obviously, but I add that it appears that when I create 'Manifest' without the app in my app settings. 

a) Are you using any of the original libraries? I mean non-managed (.NET)?

b) Do you have problems with the Win7 32-bit platform? Or only 64-bit platforms?

C) The screenshot of the actual error will be very useful here.

D) If you are using many DLLs in your exe, then information about those people will be very helpful in debugging.

There is a knife with limited information here ...

I had a similar problem once, and this was the reason that a library is 32-bit while the target platform for the XE is " Someone "was on the 64-bit platform. Net applications were loaded as 64-bit and when the problem execution flow reached the point where 32-bit libraries were loaded.

I hope it helps.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -