I installed the whole SDK and I can debug it now. When I do
it gives me
a type initializer error in unknown module..
Thanks.
Stacey
-----Original Message-----
From: Discussion forum for developers using Windows Forms to
build apps
and controls [mailto OTNET-WI
NFORMS DISCUSS.DEVELOP.COM] On Behalf Of
Greg Robinson
Sent: Friday, July 14, 2006 10:46 AM
To: DOTNET-WINFORMS DISCUSS.DEVELOP.COM
Subject: Re: [DOTNET-WINFORMS] Help!! .NET crashes and I
can't tell why
Remove this code from your current build and try it out on a
client
machine
or two.
I have learned too many times you need to start from what
works and then
re-add the new code, test again, re-add....
-----Original Message-----
From: Discussion forum for developers using Windows Forms to
build apps
and controls [mailto OTNET-WI
NFORMS DISCUSS.DEVELOP.COM]On Behalf Of
Stacey Levine
Sent: Friday, July 14, 2006 10:34 AM
To: DOTNET-WINFORMS DISCUSS.DEVELOP.COM
Subject: Re: [DOTNET-WINFORMS] Help!! .NET crashes and I
can't tell why
The last version does work.. but I literally changed a
regular
expression validator on 2 fields on one screen..
Thanks.
Stacey
-----Original Message-----
From: Discussion forum for developers using Windows Forms to
build apps
and controls [mailto OTNET-WI
NFORMS DISCUSS.DEVELOP.COM] On Behalf Of
Greg Robinson
Sent: Friday, July 14, 2006 10:32 AM
To: DOTNET-WINFORMS DISCUSS.DEVELOP.COM
Subject: Re: [DOTNET-WINFORMS] Help!! .NET crashes and I
can't tell why
I assume you have a backup of your last release, and it
still works on
client machines? If it does and your current release does
not then my
bet
is the code.
-----Original Message-----
From: Discussion forum for developers using Windows Forms to
build apps
and controls [mailto OTNET-WI
NFORMS DISCUSS.DEVELOP.COM]On Behalf Of
Stacey Levine
Sent: Friday, July 14, 2006 10:28 AM
To: DOTNET-WINFORMS DISCUSS.DEVELOP.COM
Subject: Re: [DOTNET-WINFORMS] Help!! .NET crashes and I
can't tell why
That is why I tried logging in as Administrator. As the
Domain Admin I
should have all access.. and it still crashes. I also tried
increasing
the applications trust.. but it is a local application and
with full
trust it still has the problem.
By do a debug install, what do you mean? Do you mean put the
application
that has been compiled in debug mode on their machine? Or
install a
subset of Visual Studio?
Thanks.
Stacey
-----Original Message-----
From: Discussion forum for developers using Windows Forms to
build apps
and controls [mailto OTNET-WI
NFORMS DISCUSS.DEVELOP.COM] On Behalf Of
Phil Sayers
Sent: Friday, July 14, 2006 10:21 AM
To: DOTNET-WINFORMS DISCUSS.DEVELOP.COM
Subject: Re: [DOTNET-WINFORMS] Help!! .NET crashes and I
can't tell why
code access security....trust permissions for .net 2.0
config?
can you do a debug install on a client's machine, and
attach your
debugger to it to see where it breaks?
Stacey Levine wrote:
> I guess I should have added that it is .NET 2.0 ..
and I made sure
all
> machines have all the windows updates.
>
> Thanks.
>
> Stacey
> -----Original Message-----
> From: Discussion forum for developers using Windows
Forms to build
apps
> and controls [mailto OTNET-WI
NFORMS DISCUSS.DEVELOP.COM] On Behalf Of
> Phil Sayers
> Sent: Friday, July 14, 2006 10:03 AM
> To: DOTNET-WINFORMS DISCUSS.DEVELOP.COM
> Subject: Re: [DOTNET-WINFORMS] Help!! .NET crashes and
I can't tell
why
>
> hasn't there been a framework 1.1 patch through
windows update
recently?
>
> Stacey Levine wrote:
>
>> I made a few minor changes to an application, and
it runs fine on my
>> machine and another developers machine. Our client
machines wont' run
>>
> it
>
>> though. Not even if I am logged in as
Administrator. So I know it is
>>
> not
>
>> permissions, it is something else. But I can't
figure it out. We
have
>> run dependency walker's on the application and
everything is there
for
>> that. I put an exception handler around the entire
app and that
>>
> doesn't
>
>> even get called. I even tried putting a msgbox as
the first line in
>>
> the
>
>> sub main.. notta. Any hints/ideas on how I can
figure out what is
>> wrong?
>>
>>
>>
>> The only thing that I am getting that is any help
is in the
>>
> application
>
>> event log is:
>>
>>
>>
>> Faulting application acctgmaint.exe, version
2.0.2.0, stamp 44b79fcb,
>> faulting module kernel32.dll, version
5.1.2600.2180, stamp 411096b4,
>> debug? 0, fault address 0x0001eb33.
>>
>>
>>
>> For more information, see Help and Support Center
at
>> http://go.
microsoft.com/fwlink/events.asp.
>>
>>
>>
>> Stacey Levine
>>
>> Lead Technical Architect
>>
>> Value Music Concepts
>>
>> 825-C Franklin Court
>>
>> Marietta, GA 30067
>>
>> 678-229-4255
>>
>>
>>
>>
>>
>>
>>
>
>
>
>
|