hi, i have the following line of code
Dim fsUser As New IO.FileStream(S nPath & s.Identity & "\UserData\info .ppf",
IO.FileMode.Cre ate, IO.FileAccess.W rite)
in a sub, SnPath is not null, s.identity is not null, and there are no
runtime nor compilation errors. once it hits this line, the code stops
running and my program just acts like nothing happened. its not enclosed in a
try catch block and ive tried closing and reopening the project yet for some
reason it wont work. any ideas?
--
-iwdu15
Dim fsUser As New IO.FileStream(S nPath & s.Identity & "\UserData\info .ppf",
IO.FileMode.Cre ate, IO.FileAccess.W rite)
in a sub, SnPath is not null, s.identity is not null, and there are no
runtime nor compilation errors. once it hits this line, the code stops
running and my program just acts like nothing happened. its not enclosed in a
try catch block and ive tried closing and reopening the project yet for some
reason it wont work. any ideas?
--
-iwdu15
Comment