PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Framework Forms package & deployment

Reply

package & deployment

 
Thread Tools Rate Thread
Old 20-12-2004, 10:49 AM   #1
rom
Guest
 
Posts: n/a
Default package & deployment


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?
  Reply With Quote
Old 20-12-2004, 11:21 AM   #2
Herfried K. Wagner [MVP]
Guest
 
Posts: n/a
Default Re: package & deployment

"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
> 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?


Deploying the .NET Framework in a setup package
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=deployframework&lang=en>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>


  Reply With Quote
Old 20-12-2004, 11:39 AM   #3
Jeff Gaines
Guest
 
Posts: n/a
Default Re: package & deployment

On 20/12/2004 rom wrote:

> 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?


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.

--
Jeff Gaines
Posted with XanaNews 1.16.5.2
  Reply With Quote
Old 20-12-2004, 12:06 PM   #4
rom
Guest
 
Posts: n/a
Default Re: package & deployment

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-----
>On 20/12/2004 rom wrote:
>
>> 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?

>
>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.
>
>--
>Jeff Gaines
>Posted with XanaNews 1.16.5.2
>.
>

  Reply With Quote
Old 20-12-2004, 12:19 PM   #5
rom
Guest
 
Posts: n/a
Default more information...

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 -
>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-----
>>On 20/12/2004 rom wrote:
>>
>>> 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?

>>
>>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.
>>
>>--
>>Jeff Gaines
>>Posted with XanaNews 1.16.5.2
>>.
>>

>.
>

  Reply With Quote
Old 20-12-2004, 01:01 PM   #6
rom
Guest
 
Posts: n/a
Default SOLVED!

had to run it from local and not from remote folder....

>-----Original Message-----
>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 -
>>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-----
>>>On 20/12/2004 rom wrote:
>>>
>>>> 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?
>>>
>>>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.
>>>
>>>--
>>>Jeff Gaines
>>>Posted with XanaNews 1.16.5.2
>>>.
>>>

>>.
>>

>.
>

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off