I added a safety check:
if (!string.IsNullOrEmpty(grammer))
{
grammerList.Add(grammer);
}
Search found 501 matches
- Sun Oct 27, 2013 7:13 am
- Forum: Bug Reports and Testing
- Topic: v0.4.0 Pre-Release Testing
- Replies: 52
- Views: 15299
- Thu Oct 24, 2013 7:40 am
- Forum: Scripting
- Topic: Powershell script inside powershell script
- Replies: 2
- Views: 1807
Re: Powershell script inside powershell script
Going from memory I think what he is looking for is $Parameter2 or $Parameter2.value
- Tue Oct 22, 2013 2:16 pm
- Forum: OSA General
- Topic: Is it possible to turn an object on when OSAE service starts
- Replies: 26
- Views: 4279
- Sun Oct 20, 2013 3:18 pm
- Forum: Developers
- Topic: Logging, Exception Handling, and some other stuff
- Replies: 5
- Views: 2282
Re: Logging, Exception Handling, and some other stuff
Hi JBAD, We talked a bit about using log4net when i restructured a load of the API as I had to change the calls when I changed it to a singleton pattern. I have used log4net in other projects so whas tempted myself. I think one of the reasons was that if the whole project switched to log4net then it...
- Thu Oct 17, 2013 11:26 am
- Forum: Bug Reports and Testing
- Topic: Mobile GUI
- Replies: 4
- Views: 3034
Re: Mobile GUI
Hi Peezman, The mobile site is written in pure html using rest calls to get its data hence in theory it would work the same if it had a html extension. If your finding that it is working on the server but not other remote devices then it is likely a firewall issue, as localhost request will not be b...
- Mon Oct 14, 2013 2:45 am
- Forum: Installation Support
- Topic: Service OSAE failed to start. Verify...sufficient privileges
- Replies: 59
- Views: 21492
Re: Service OSAE failed to start. Verify...sufficient privil
The reason it does that is the first time the installer runs it doesn't have the credentials required to connect to the DB, once the installer has run it creates the OSAE user with the permission required to do what it needs against the OSAE DB, thus subsequent interactions with the DB can be done w...
- Mon Oct 14, 2013 1:51 am
- Forum: OSA General
- Topic: Question about OSA Screens / GUI2
- Replies: 5
- Views: 1506
Re: Question about OSA Screens / GUI2
Hey Datahead,
It's not a replacement, but another installation type where you only want access to the screens. There is an intention to bring out a Client installer, the installer is ready but there is outstanding changes required to the service thus Brian decided to release it with the next version.
It's not a replacement, but another installation type where you only want access to the screens. There is an intention to bring out a Client installer, the installer is ready but there is outstanding changes required to the service thus Brian decided to release it with the next version.
- Mon Oct 07, 2013 2:00 pm
- Forum: Installation Support
- Topic: Service OSAE failed to start. Verify...sufficient privileges
- Replies: 59
- Views: 21492
Re: Service OSAE failed to start. Verify...sufficient privil
Your netbook should be fine.
When running the installer and the installer fails to start, instead of cancelling the installation check if there is any logs in "C:\ProgramData\OSAE\Logs". Are there any related windows event logs?
When running the installer and the installer fails to start, instead of cancelling the installation check if there is any logs in "C:\ProgramData\OSAE\Logs". Are there any related windows event logs?
- Sat Oct 05, 2013 2:22 pm
- Forum: Developers
- Topic: build errors - missing directive or assembly reference ?
- Replies: 10
- Views: 5014
Re: build errors - missing directive or assembly reference ?
I would agree with JBAD in that sites should be a project for a number of reasons, it was discussed early on but a fair bit of work had been done and the decision was made not to do the switch over. Ultimately IIS has to compile it when it hits it for the first time hence the slow load times when yo...
- Sat Oct 05, 2013 2:12 pm
- Forum: OSA General
- Topic: Arduino Question
- Replies: 34
- Views: 15609
Re: Arduino Question
At a guess your probably connecting to the wrong COM port, change line 41 of mainwindow.xaml.cs. Its the same principle as when your using the Arduino IDE you have to go into the settings and set the right COM port to communicate with the board.