Click here to Skip to main content
15,900,502 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionCan windows search api be used for searching sql database? Pin
shraddhapingale14-Oct-08 2:03
shraddhapingale14-Oct-08 2:03 
AnswerRe: Can windows search api be used for searching sql database? Pin
Dave Kreskowiak14-Oct-08 3:58
mveDave Kreskowiak14-Oct-08 3:58 
GeneralRe: Can windows search api be used for searching sql database? Pin
shraddhapingale14-Oct-08 19:12
shraddhapingale14-Oct-08 19:12 
GeneralRe: Can windows search api be used for searching sql database? Pin
Dave Kreskowiak15-Oct-08 1:35
mveDave Kreskowiak15-Oct-08 1:35 
GeneralRe: Can windows search api be used for searching sql database? Pin
shraddhapingale15-Oct-08 1:39
shraddhapingale15-Oct-08 1:39 
GeneralRe: Can windows search api be used for searching sql database? Pin
Dave Kreskowiak15-Oct-08 2:09
mveDave Kreskowiak15-Oct-08 2:09 
QuestionEnterprise Library not Logging the Exception in Production Pin
Member 173223513-Oct-08 20:58
Member 173223513-Oct-08 20:58 
QuestionManifest File Configuration Pin
SNI13-Oct-08 0:11
SNI13-Oct-08 0:11 
Hi I have vc++ 6.0 application and i am trying to port into .Net framework (VS2005). One of my process needs to be run in Admin credentials and for the I have added manifest file in application resource using
(#define MANIFEST_RESOURCE_ID 1
MANIFEST_RESOURCE_ID RT_MANIFEST "Test1.exe.manifest") commands and this get added into resources. I also created the Test1.exe.manifest file and provided credentials as follows:
[
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0"
processorArchitecture="X86"
name="Test1.exe"
type="win32"/>
<description>Description of your application</description>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges>
<requestedExecutionLevel
level="requireAdministrator"
uiAccess="true"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>
]
Even provided "requireAdministrator" credentials in requirePriviledge tag my application is running with the normal user credentials instead on Admin credentials. While building application with this maifest added it is giving Warning as follows:
[
manifest authoring warning 81010002: Unrecognized Element "requestedPrivileges" in namespace "urn:schemas-microsoft-com:asm.v2"
]
Please let know how to run applcation with Admin credentails.

THanks
SNI

jhghjghj

AnswerRe: Manifest File Configuration Pin
Mark Salsbery13-Oct-08 7:51
Mark Salsbery13-Oct-08 7:51 
GeneralRe: Manifest File Configuration Pin
SNI13-Oct-08 18:25
SNI13-Oct-08 18:25 
GeneralRe: Manifest File Configuration Pin
Dave Kreskowiak14-Oct-08 3:50
mveDave Kreskowiak14-Oct-08 3:50 
GeneralRe: Manifest File Configuration Pin
Mark Salsbery14-Oct-08 4:18
Mark Salsbery14-Oct-08 4:18 
GeneralRe: Manifest File Configuration Pin
Dave Kreskowiak14-Oct-08 7:15
mveDave Kreskowiak14-Oct-08 7:15 
GeneralRe: Manifest File Configuration Pin
Mark Salsbery14-Oct-08 7:20
Mark Salsbery14-Oct-08 7:20 
GeneralRe: Manifest File Configuration Pin
Pete O'Hanlon14-Oct-08 5:00
mvePete O'Hanlon14-Oct-08 5:00 
GeneralRe: Manifest File Configuration Pin
SNI15-Oct-08 0:52
SNI15-Oct-08 0:52 
GeneralRe: Manifest File Configuration Pin
Pete O'Hanlon15-Oct-08 2:14
mvePete O'Hanlon15-Oct-08 2:14 
GeneralRe: Manifest File Configuration [modified] Pin
Mark Salsbery14-Oct-08 7:55
Mark Salsbery14-Oct-08 7:55 
GeneralRe: Manifest File Configuration Pin
SNI16-Oct-08 21:06
SNI16-Oct-08 21:06 
QuestionResourceManager class Pin
dmartu12-Oct-08 12:54
dmartu12-Oct-08 12:54 
AnswerRe: ResourceManager class Pin
Dave Kreskowiak14-Oct-08 3:49
mveDave Kreskowiak14-Oct-08 3:49 
QuestionSimple MouseEnter MouseLeave Events Pin
MarkMokris11-Oct-08 4:50
MarkMokris11-Oct-08 4:50 
AnswerRe: Simple MouseEnter MouseLeave Events Pin
Wendelius12-Oct-08 1:03
mentorWendelius12-Oct-08 1:03 
QuestionSpring ToolStrip Pin
Grant Nelson10-Oct-08 21:32
Grant Nelson10-Oct-08 21:32 
AnswerRe: Spring ToolStrip Pin
Thomas Stockwell15-Oct-08 2:09
professionalThomas Stockwell15-Oct-08 2:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.