i created a vb.net windows application and it's working
great on my computer. i tried to run it on another
computer and i'm getting an error. i guess it has some
dependencies problem (eventhough i am not using any! the
form has only several standard controls such as listview,
comboboxes, textboxes, buttons). why does it happen and
how do i "package & deployment" like vb6?
Herfried K. Wagner [MVP] - 20 Dec 2004 11:20 GMT
"rom" <meir_c@ifat.com> schrieb:
>i created a vb.net windows application and it's working
> great on my computer. i tried to run it on another
[quoted text clipped - 3 lines]
> comboboxes, textboxes, buttons). why does it happen and
> how do i "package & deployment" like vb6?
Deploying the .NET Framework in a setup package
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=deployframework&lang=en>

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/
Jeff Gaines - 20 Dec 2004 11:39 GMT
> i created a vb.net windows application and it's working
> great on my computer. i tried to run it on another
[quoted text clipped - 3 lines]
> comboboxes, textboxes, buttons). why does it happen and
> how do i "package & deployment" like vb6?
You must have the NET Framework installed on each PC you use it on.
This comes with the SP2 CD for XP which is useful.

Signature
Jeff Gaines
Posted with XanaNews 1.16.5.2
rom - 20 Dec 2004 12:06 GMT
ok, i made some further investigation -
1. the other computer has .net framework 1.1 installed.
2. some other vb.net windows applications run on this
computer with no problem...
3. i tried to put and "End" as first line in the form_load
function but i still get the same error!
thanks
>-----Original Message-----
>
[quoted text clipped - 8 lines]
>You must have the NET Framework installed on each PC you use it on.
>This comes with the SP2 CD for XP which is useful.
rom - 20 Dec 2004 12:19 GMT
changing the opacity of the window made 1 problem, i
removed it. using a class that i find somewhere over the
net that prevents users from resizing columns in listview
also generated an error. i removed this also. now the
application starts but only with half of the
functionality!!! and it is not all! almost every button i
click on generated another error....even a simple button
that adds a new row into the listview.
>-----Original Message-----
>ok, i made some further investigation -
[quoted text clipped - 23 lines]
>>
>.
rom - 20 Dec 2004 12:59 GMT
had to run it from local and not from remote folder....
>-----Original Message-----
>changing the opacity of the window made 1 problem, i
[quoted text clipped - 38 lines]
>>
>.