Click here to Skip to main content
15,899,313 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionVS 2005 does not recognize the Table Adapters in code Pin
paulogomes24-Mar-09 5:23
paulogomes24-Mar-09 5:23 
AnswerRe: VS 2005 does not recognize the Table Adapters in code Pin
Jon_Boy24-Mar-09 6:14
Jon_Boy24-Mar-09 6:14 
GeneralRe: VS 2005 does not recognize the Table Adapters in code Pin
paulogomes24-Mar-09 6:26
paulogomes24-Mar-09 6:26 
GeneralRe: VS 2005 does not recognize the Table Adapters in code Pin
Jon_Boy24-Mar-09 8:20
Jon_Boy24-Mar-09 8:20 
QuestionRun Application in Administrator mode Pin
pdnet24-Mar-09 4:07
pdnet24-Mar-09 4:07 
QuestionRun Application in Administrator mode Pin
pdnet24-Mar-09 4:06
pdnet24-Mar-09 4:06 
QuestionRun Application in Administrator mode Pin
pdnet24-Mar-09 4:06
pdnet24-Mar-09 4:06 
QuestionRun Application in Administrator mode Pin
pdnet24-Mar-09 4:05
pdnet24-Mar-09 4:05 
I am developing an application in vb.net2008,Sql Server 2005

But there is a problem while running my application on Customer Machine. It throws some security related issues Access Denied or so on....
And also my application does not run in Windows Vista.

I am changing in my app.manifest file like this ........

<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestversion="1.0">
  <assemblyidentity version="1.0.0.0">
  processorArchitecture="X86"
  name="Sample"
  type="win32" />
  <description>Sample Manifest Test Application</description>
  <trustinfo xmlns="urn:schemas-microsoft-com:asm.v3">
    <security>
      <requestedprivileges>
        <!-- <requestedExecutionLevel level="requireAdministrator" /> -->
        <requestedexecutionlevel level="asInvoker" uiaccess="false" />
        <requestedexecutionlevel level="requireAdministrator" uiaccess="false" />
        <!-- <requestedExecutionLevel level="highestAvailable" /> -->
      </requestedprivileges>
    </security>
  </trustinfo>
</assemblyidentity></assembly>

So, What can I do for This , Please help me.
Report post as abusive

Arindam Banerjee
Sr. Software Developer
Rance Computer Pvt Ltd.
Kolkata (India)

QuestionRun Application in Administrator mode Pin
pdnet24-Mar-09 4:04
pdnet24-Mar-09 4:04 
AnswerRe: Run Application in Administrator mode Pin
EliottA24-Mar-09 4:08
EliottA24-Mar-09 4:08 
AnswerRe: Run Application in Administrator mode Pin
dan!sh 24-Mar-09 4:13
professional dan!sh 24-Mar-09 4:13 
GeneralRe: Run Application in Administrator mode Pin
Jon_Boy24-Mar-09 4:25
Jon_Boy24-Mar-09 4:25 
GeneralRe: Run Application in Administrator mode Pin
dan!sh 24-Mar-09 4:29
professional dan!sh 24-Mar-09 4:29 
GeneralRe: Run Application in Administrator mode Pin
Eddy Vluggen24-Mar-09 4:48
professionalEddy Vluggen24-Mar-09 4:48 
GeneralRe: Run Application in Administrator mode Pin
dan!sh 24-Mar-09 4:52
professional dan!sh 24-Mar-09 4:52 
GeneralRe: Run Application in Administrator mode Pin
Jon_Boy24-Mar-09 6:18
Jon_Boy24-Mar-09 6:18 
QuestionSQL query is not making permanent changes in database. Pin
Gagan.2024-Mar-09 3:11
Gagan.2024-Mar-09 3:11 
AnswerRe: SQL query is not making permanent changes in database. Pin
dan!sh 24-Mar-09 3:15
professional dan!sh 24-Mar-09 3:15 
GeneralRe: SQL query is not making permanent changes in database. Pin
Gagan.2024-Mar-09 3:22
Gagan.2024-Mar-09 3:22 
GeneralRe: SQL query is not making permanent changes in database. Pin
dan!sh 24-Mar-09 3:37
professional dan!sh 24-Mar-09 3:37 
GeneralRe: SQL query is not making permanent changes in database. Pin
Gagan.2024-Mar-09 3:42
Gagan.2024-Mar-09 3:42 
GeneralRe: SQL query is not making permanent changes in database. Pin
Jon_Boy24-Mar-09 3:50
Jon_Boy24-Mar-09 3:50 
GeneralRe: SQL query is not making permanent changes in database. Pin
Gagan.2024-Mar-09 3:57
Gagan.2024-Mar-09 3:57 
GeneralRe: SQL query is not making permanent changes in database. Pin
dan!sh 24-Mar-09 4:18
professional dan!sh 24-Mar-09 4:18 
GeneralRe: SQL query is not making permanent changes in database. Pin
Jon_Boy24-Mar-09 4:33
Jon_Boy24-Mar-09 4:33 

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.