Click here to Skip to main content
15,919,434 members
Home / Discussions / C#
   

C#

 
Questiondisplay row number in datagrid? Pin
sammyh26-Apr-05 8:57
sammyh26-Apr-05 8:57 
AnswerRe: display row number in datagrid? Pin
Marc Clifton26-Apr-05 11:15
mvaMarc Clifton26-Apr-05 11:15 
GeneralRe: display row number in datagrid? Pin
Heath Stewart26-Apr-05 11:20
protectorHeath Stewart26-Apr-05 11:20 
GeneralRe: display row number in datagrid? Pin
sammyh26-Apr-05 18:42
sammyh26-Apr-05 18:42 
GeneralRe: display row number in datagrid? Pin
Heath Stewart27-Apr-05 5:11
protectorHeath Stewart27-Apr-05 5:11 
QuestionHow to write a simple service Pin
dwark10626-Apr-05 8:47
dwark10626-Apr-05 8:47 
AnswerRe: How to write a simple service Pin
Tom Larsen26-Apr-05 9:22
Tom Larsen26-Apr-05 9:22 
AnswerRe: How to write a simple service Pin
Heath Stewart26-Apr-05 9:33
protectorHeath Stewart26-Apr-05 9:33 
In MSI you should use the File key (and the Visual Studio .NET Windows Installer project will continually change this on you) as the argument with quotes, like installutil "[$fileKey]". You must also either get the full path to installutil.exe by using [WindowsFolder]Microsoft.NET\Framework\v1.1.4322\installutil.exe for .NET 1.1, for example. This can get tricky.

The exception is most likely because one of the assemblies your windowsservice_1.exe assembly depends on is not found. Please read How the Runtime Locates Assemblies[^] for more information. You can also see what assembly is missing by running fuslogvw.exe from the .NET Framework directory.

Finally, you MUST make sure the client has the .NET Framework - to correct version, or you'll need to use a publisher policy - installed or none of this will work. If you write managed code, the runtime is required to run it.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Customer Product-lifecycle Experience
Microsoft

[My Articles] [My Blog]
GeneralRe: How to write a simple service Pin
dwark10626-Apr-05 13:29
dwark10626-Apr-05 13:29 
Generalopen new window in c# Pin
ABBASI_RA26-Apr-05 8:34
ABBASI_RA26-Apr-05 8:34 
GeneralRe: open new window in c# Pin
Heath Stewart26-Apr-05 9:36
protectorHeath Stewart26-Apr-05 9:36 
GeneralRe: open new window in c# Pin
Polis Pilavas26-Apr-05 10:40
Polis Pilavas26-Apr-05 10:40 
QuestionHow to get the window state? Pin
Sheela Krishnan26-Apr-05 8:33
Sheela Krishnan26-Apr-05 8:33 
AnswerRe: How to get the window state? Pin
Dennis C. Dietrich26-Apr-05 8:53
Dennis C. Dietrich26-Apr-05 8:53 
GeneralTabControl Pin
Alex_Y26-Apr-05 8:18
Alex_Y26-Apr-05 8:18 
GeneralRe: TabControl Pin
Marc Clifton26-Apr-05 11:16
mvaMarc Clifton26-Apr-05 11:16 
GeneralRe: TabControl Pin
Alex_Y27-Apr-05 3:55
Alex_Y27-Apr-05 3:55 
GeneralRe: TabControl Pin
Marc Clifton27-Apr-05 4:08
mvaMarc Clifton27-Apr-05 4:08 
GeneralRe: TabControl Pin
Alex_Y27-Apr-05 5:07
Alex_Y27-Apr-05 5:07 
GeneralSaving a Panel/Groupbox to JPG Pin
Da`Sooty26-Apr-05 7:38
Da`Sooty26-Apr-05 7:38 
GeneralRe: Saving a Panel/Groupbox to JPG Pin
Heath Stewart26-Apr-05 9:47
protectorHeath Stewart26-Apr-05 9:47 
GeneralFileIOPermissions Pin
Member 141845426-Apr-05 7:26
Member 141845426-Apr-05 7:26 
GeneralRe: FileIOPermissions Pin
Heath Stewart26-Apr-05 9:38
protectorHeath Stewart26-Apr-05 9:38 
GeneralRe: FileIOPermissions Pin
26-Apr-05 9:47
suss26-Apr-05 9:47 
GeneralRe: FileIOPermissions Pin
Heath Stewart26-Apr-05 11:12
protectorHeath Stewart26-Apr-05 11:12 

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.