Click here to Skip to main content
15,887,485 members
Home / Discussions / C#
   

C#

 
GeneralRe: Mouse Wheel Pin
Judah Gabriel Himango24-Apr-07 4:40
sponsorJudah Gabriel Himango24-Apr-07 4:40 
GeneralRe: Mouse Wheel Pin
The Brazilian One24-Apr-07 5:57
The Brazilian One24-Apr-07 5:57 
GeneralRe: Mouse Wheel Pin
Judah Gabriel Himango24-Apr-07 8:18
sponsorJudah Gabriel Himango24-Apr-07 8:18 
QuestionDeploying Visual C# express application Fails on target cpu Pin
kourvoisier24-Apr-07 3:59
kourvoisier24-Apr-07 3:59 
AnswerRe: Deploying Visual C# express application Fails on target cpu Pin
Pete O'Hanlon24-Apr-07 4:20
mvePete O'Hanlon24-Apr-07 4:20 
GeneralRe: Deploying Visual C# express application Fails on target cpu Pin
kourvoisier24-Apr-07 7:35
kourvoisier24-Apr-07 7:35 
AnswerRe: Deploying Visual C# express application Fails on target cpu Pin
dbrenth24-Apr-07 7:51
dbrenth24-Apr-07 7:51 
GeneralRe: Deploying Visual C# express application Fails on target cpu Pin
kourvoisier24-Apr-07 9:59
kourvoisier24-Apr-07 9:59 
I do not drag the setup.exe to the target machine. I simply click it str8 from the file server.
The .net framework is not installed on the file server.

Do you think this may be the problem?

I have published other .net applications to this server and installed on multiple target cpu's without any issue.

I do have a app.config file with a hardcoded file path. Do you think this could be the issue?

although i dont think may be the issue either.

below is my app.config

<?xml version="1.0" encoding="utf-8" ?><br />
<configuration><br />
<br />
	<configSections><br />
  <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" ><br />
   <section name="Navision_Add_On.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /><br />
  </sectionGroup><br />
 </configSections><br />
 <appSettings><br />
<br />
		<add key="WorkingDirectory" value="C:\Navision_Plug" /><br />
<br />
	</appSettings><br />
	<br />
</configuration> 

GeneralRe: Deploying Visual C# express application Fails on target cpu Pin
dbrenth24-Apr-07 10:39
dbrenth24-Apr-07 10:39 
GeneralRe: Deploying Visual C# express application Fails on target cpu Pin
kourvoisier24-Apr-07 10:57
kourvoisier24-Apr-07 10:57 
QuestionDeploying Visual C# express application Fails on target cpu Pin
kourvoisier24-Apr-07 3:58
kourvoisier24-Apr-07 3:58 
AnswerRe: Deploying Visual C# express application Fails on target cpu Pin
Judah Gabriel Himango24-Apr-07 4:10
sponsorJudah Gabriel Himango24-Apr-07 4:10 
GeneralRe: Deploying Visual C# express application Fails on target cpu Pin
kourvoisier24-Apr-07 7:36
kourvoisier24-Apr-07 7:36 
AnswerRe: Deploying Visual C# express application Fails on target cpu Pin
Dan Neely24-Apr-07 7:54
Dan Neely24-Apr-07 7:54 
GeneralRe: Deploying Visual C# express application Fails on target cpu Pin
kourvoisier24-Apr-07 10:01
kourvoisier24-Apr-07 10:01 
QuestionDataset to Hash table convertion Pin
gskumar11124-Apr-07 3:39
gskumar11124-Apr-07 3:39 
Questionstring.indexOf [modified] Pin
marky77724-Apr-07 3:38
marky77724-Apr-07 3:38 
AnswerRe: string.indexOf Pin
JoeSharp24-Apr-07 3:56
JoeSharp24-Apr-07 3:56 
AnswerRe: string.indexOf Pin
Martin#24-Apr-07 4:07
Martin#24-Apr-07 4:07 
GeneralRe: string.indexOf Pin
marky77724-Apr-07 4:15
marky77724-Apr-07 4:15 
GeneralRe: string.indexOf Pin
Martin#24-Apr-07 4:17
Martin#24-Apr-07 4:17 
Questionhow to get shotcut in the folder right click Pin
Nkuttynasi24-Apr-07 3:18
Nkuttynasi24-Apr-07 3:18 
AnswerRe: how to get shotcut in the folder right click Pin
Judah Gabriel Himango24-Apr-07 4:08
sponsorJudah Gabriel Himango24-Apr-07 4:08 
GeneralRe: how to get shotcut in the folder right click Pin
Nkuttynasi25-Apr-07 6:19
Nkuttynasi25-Apr-07 6:19 
QuestionMDI Child Pin
sayed8324-Apr-07 3:02
sayed8324-Apr-07 3:02 

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.