error

Forward Error Correction and Packet Order Correction

This article lists 2 techniques used to improve wireless throughput, Forward Error Correction and Packet Order Correction. http://www.enterprisenetworksandservers.com/monthly/art.php?3514 Does anyone know how to enable them? ...

Rejected git push

To [email protected]:xxx/xxxxx.git ! [rejected] master -> master (non-fast-forward) error: failed to push some refs to '[email protected]:xxx/xxxxx.git' To prevent you from losing history, non-fast-forward updates were rejected Merge the remote changes before pushing again. See the 'Note about fast-forwards' section of 'git push --hel...

silverlight error

Hi, I get this error from silverlight: Operation named 'GetRssFeed' does not conform to the required signature. Return types must be an entity, collection of entities, or one of the predefined serializable types. This is my domainservice class: // TODO: Create methods containing your application logic. [EnableClientAccess()] ...

error Unknown column in 'where clause' matlab using an array of strings

I want to read a column from a table of data base and for every row that I have read, read some rows from another table. the elements that I read from both tables are Strings, my code is: query1 = 'select col1 from MyDb.table1 order by col1'; [x1]= mysql(query1); for i=1:size(x1) my=char(x1(i,1)); query2=spri...

Exception is NULL always

Hello all, Can someone explain to me why the Android "Catch" handler will not initialize an Exception object? When an error occurs and my code is trying to initialize an Exception object it is ALWAYS NULL. The above doesn't make sense to me because the exception should always initialize the Exception object period. It should never be n...

Declaring a struct method in C++

I'm trying to create a recurring struct method in my code to walk through a binary search tree. But I'm getting errors on compile and unsure what is the cause. I've got Node* findNode(const Node *, const Object &); in the private section of the .h file and Node* BSTree::findNode(const Node* current, const Object &target){ if(*current...

Ajax retrieve data from Mysql - Not working properly

I am learning AJAX and I am trying to recreate this fairly simple example: http://www.w3schools.com/php/php_ajax_database.asp I created this database: So now to recreate the example I just basically copied and pasted the code: index.html <html> <head> <script type="text/javascript"> function showUser(str) { if (str=="") { do...

How do I stop mouse_out firing when mouse click fires.

I have buttons that have mouse_over, mouse_out and CLICK events. But when I click the button it takes me to another frame and the mouse_out event tried to fire. How do I stop that happening? act1_btn.addEventListener(MouseEvent.CLICK, act1Pressed); act1_btn.addEventListener(MouseEvent.MOUSE_OVER, act1Over); act1_btn.addEventListener(Mou...

WxWidgets: Troubling Callling wxFrame ConstructorE

Okay, I have run into a really bizarre problem. I have a wxWidgets program that has two frames, a main one, and a secondary one. The main one has a button that calls the second one to open. I had trouble with calling a derived class from the second wxframe's class, so I moved the declaration/implementation of the class to before the c...

How to solve sending data via ajax "Item is undefined: if (item.guid != null)" error

Hi, i'm writing this jquery script to send data to a php file via ajax it works but am getting this error can any body tell for I can solve this the code is posted bellow so is the error here is the error which I get after the data is sent. Item is undefined: if (item.guid != null) here is the code: // Data dataObj = { cor...

Failed to find library 'powerlib' matlab. Simulink program executing

When I tried to run a Simulink program under my R2009a Matlab, it showed an error message as follows: Failed to find library 'powerlib' referenced by 'dcmotor_openloop/Armature Current '. This library must be on your MATLAB path. I'm wondering where I can find this powerlib. ...

Http 502 Bad Gateway error when accessing a web service

I have a asp.net 4.0 web site and I'm using some external web services to retrieve some data that I display. I have created proxies for those web services using the wsdl tool. I'm setting an url and I'm setting PreAuthenticate = true and Credentials = new System.Net.NetworkCredentials(userName, password) on the web service. I get an e...

Definition mx.binding:BindingManager could not be found.

Why I'm getting this error in a actionscript project using flash Builder? I'm not even embedding anything, I'm just extending an OSMF class 'NetStreamLoadTrait' which has some metadata, that's it. [ExcludeClass] I'm using another OSMF project insted the one coming with the Flex SDK 4.0, but I have deleted the osmf package inside the SD...

ASP.NET MVC: Weird characters in error page.

Since I uploaded an updated version of an ASP.NET MVC 1 application to the server, the Yellow Screen of Death has changed to something like this: ��I�%&/m�{J�J��t��$ؐ@�����iG#)�*��eVe]f@�흼��{���{��;�N'���?\fdl��J�ɞ!���?~|?"��Ey�')=��y6����h���ͼhR��L�w�|��2=��Ez<����7�:5�<�+oy��:� �T����W�v�<[��~2�g�2��?�ʋ�y�hYՋ������t� _N���M�l�����{�,�...

problem with calling invalidate in async task thread in Android !

Hi Everyone, I am trying to call the invalidate() from asyntask thread. I am getting this error : 10-18 15:14:30.469: ERROR/AndroidRuntime(889): Caused by: android.view.ViewRoot$CalledFromWrongThreadException: Only the original thread that created a view hierarchy can touch its views. The line I have used is : mainClass.myMapV...

Precompiled .NET app receiving "Internet Explorer cannot display the webpage"

We have a web server that is running many web applications. When I took over this server, I noticed that the sites were not precompiled, so in an effort to clean it up, I precompiled the site using the Publish option in VS2008 (and allow the precompiled site to be updatable). When I deployed the site to the web server, the site stopped...

Python IDLE won't open

Hi, I'm have problems opening IDLE - I can only get it to open when I right click > edit with IDLE on a PY file. I'm running Python 2.6.4. I tried using 'python.exe Lib\idlelib\idle.py', and I get a few errors: C:\Python26>python.exe Lib\idlelib\idle.py ---------------------------------------- Unhandled server exception! Thread: SockTh...

php mysql script gone wrong. please help

Hi guys im hoping someone can help, im working on a site and created this experimental script whitch populates a category menu dynamically based on the database entry it worked for a day and then suddenly stopped. i changed my includes for requires and it gave me this error message Fatal error: Maximum execution time of 30 seconds exc...

Handling different XML response documents with one SAX Handler

Hello, I am developing a Java application that makes an HTTP Request to a web service, and XML is returned. If the response code is 200, then a requestSucceeded() callback method will send the XML to a SAXParser with a different SAX Handler, depending on what web service is being called. If the response code is not 200, then a requestFa...

Is there a change between how session/cached info is stored with dif. Azure Guest OS?

I have an application running perfectly on windows azure since april. Unfortunetly, about 2 weeks ago it suddenly stopped. It would not run again until we upgraded the Azure Guest OS to the newest Version(1.7). Over the last two weeks we're noticing that session data transferred between pages (eg. http://program-url/cars/edit/3 will be...