My EXE file increased in FileSize... A LOT!

  • Thread starter Thread starter Lars Netzel
  • Start date Start date
L

Lars Netzel

I have been working on a bugg a long time and finally found the solution for
it. It was solved by creating my own class that inherits the DataGrid
control and overrides a Protected Method called ProcessKeyPreview.

Since I did that the EXE file sized Increased with about 11 Mb and that's
not really good.

Why is this? It's just a few lines of code I added

Best regards/Lars Netzel
 
Lars Netzel said:
I have been working on a bugg a long time and finally found the solution for
it. It was solved by creating my own class that inherits the DataGrid
control and overrides a Protected Method called ProcessKeyPreview.

Since I did that the EXE file sized Increased with about 11 Mb and that's
not really good.

Why is this? It's just a few lines of code I added

Best regards/Lars Netzel
????????

WHAT!

Thats half the size of the entire 1.1 Framework?
Are you sure you havenlt accidentily include some extreneous file into your
app?

Richard
 
Reboot your machine and try again. I once had this problem in a VB5
application. My typically 1.5 meg exe had ballooned to like 50 megs for no
reason. Apparently alot of garbage was being included and to this date, i
have no idea why. In any case, it finally occurred to me to reboot and
subsequently everything was normal. So reboot, its worth a shot.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top