B
Brad Pears
I have a vb.net 2005 project and have made a lot of modifications to it. The
project runs fine in debug mode. Now I want to implement it and first I am
running the executable on my machine to make sure it runs properly...
However, when I run it locally as an executable, I get no end to run time
errors - things like conversions from type string to integer etc...etc....
There's seems to be a billion problems all of a sudden.
I have option strict turned OFF in my development environment. Is it
enforcing all of these errors that would normally have been generated with
option strict ON when running as an executable? Is there a way to get around
it at all? I don;t understand why it runs perfectly fine in dev but bombs
out in a big way when running as an executable...
Thanks,
Brad
project runs fine in debug mode. Now I want to implement it and first I am
running the executable on my machine to make sure it runs properly...
However, when I run it locally as an executable, I get no end to run time
errors - things like conversions from type string to integer etc...etc....
There's seems to be a billion problems all of a sudden.
I have option strict turned OFF in my development environment. Is it
enforcing all of these errors that would normally have been generated with
option strict ON when running as an executable? Is there a way to get around
it at all? I don;t understand why it runs perfectly fine in dev but bombs
out in a big way when running as an executable...
Thanks,
Brad