Perro Azul's Q&A profile
Visual Studio Team System ReportServer and missing System.XML
I have finally made it. After couple of sleepless nights I managed to successfully install VSTS. I checked and all required services are running (Analysis, Reporting, SQL and SQL agent). I can open http://localhost/Reports , however I have an error when I try to open http://localhost/ReportServer . See the error below: Server Error in '/ReportServer' Application. Compilation Error Description: An error occurred during the compilation of a ...Show All
Visual Studio Team System Bug: Get Latest Changes causes VS.Net to lose focus.
This hardly matters, but when you select to Get Latest Changes in VSTS.Net from Foundation Server VSTS.Net falls in z-order to the back window. It's a quirk. This is indeed very annoying. I am looking into a solution for this. As James mentioned this happens to us in our daily usage as well. Please let us know if you see this behavior in anything other than one of the progress dialogs (get, checkin, etc.) as we are ...Show All
Visual C++ writing windows service using vc++2005 and unmanaged c++
Hello, I recently upgraded my IDE to vc++2005 from vc++6. I used to write windows services using the ATL Com AppWizard (and choose "service" as the server type). My problem is that now, in vc++2005, I can't find any wizard for creating a windows service using only native (not managed) c++ code. The only wizard exist in this new IDE creates a managed code project. Do you know any way of creating windows services in vc++2005 using only unmanaged ...Show All
Smart Device Development wldap32 on Windows CE 4.2
I tried posting on one of the other forums to try and find information on this but didn't get any response. Could anyone please let me know where I can find wldap32.lib for Windows CE 4.2. When I installed the Pocket PC SDK 2003, as well as the Standard Sdk, there is documentation about the winldap api for Arm4. However wldap32.lib which holds the implementation for this is not present in the wce420/lib directory in these SDKs. It looks to be pr ...Show All
Visual Studio Express Editions Secondary windows open allways full screen in .NET 2.0 programs
On the road to become a famous programmer I am blocked after the first chapters in the VB-Express-Edition-Book “Build a Program Now!”… The book often says, “Try, Try, and Try” and that is exactly what I did. However, I must have done something wrong! The secondary screens in .NET 2.0 programs always open to full screen, sometimes with the possibility to minimize, sometimes not, e.g.: - VB 2005 Express Edition – Project ...Show All
Windows Forms Failed to load resources from resource file. Please check your setup.
I am attempting to run a .net windows form application on a Windows 2000 machine. But when I load the application it does nothign for 20 second then returns the error message: "Failed to load resources from resource file Please check your setup." At ...Show All
Windows Forms How to refresh ComboBox's DataSource?
I have a ComboBox with its DataSource bound to a BindingSource. And this BindingSource is bound to a generice list. This generaic list will change upon the selection of another option on the same form. When the list is changed, how could I reflect the changed list in the ComboBox When the generic list is changed, it is not recreated. It is just cleared and filled with new elements. So the generic list is still the same object every time it is c ...Show All
Visual Studio How to Create Project Reference and App_Code from Web Sevice?
I tried to use a T3 template to create source code but I cannot put the source into the App_Code folder. And I tried to use the sample AddProjectReferenceAction (from TechEd2005HoL) to create project reference also but exception occured while generating the project. How can I solve this problem Sorry. I could not spot the reply. I have not yet solved the problem. Here is the extract of the Ho ...Show All
Windows Forms Concurrency Violation
Hi All I have a form which I have build with the VS dataform wizard which has put me a datagrid on the form and navigation buttons with Add new, Update and Delete buttons on as well, the data set is bound to just 1 table, a ...Show All
Visual C++ Having Trouble with an exception
Hello to all, I'm having a problem with an exception that keeps coming up when I try to run my program. Is there anything I can do to my code to get rid of this My code compiles fine. First-chance exception at 0x695bffe0 in proj_text_spheres.exe: 0xC0000005: Access violation reading location 0x00454001. Unhandled exception at 0x695bffe0 in proj_text_spheres.exe: 0xC0000005: Access violation reading location 0x00454001. I suspect ...Show All
Visual Basic Data Source with MySQL/ODBC
Hello, I am trying to add a Data Source with MySQL/ODBC 3.51. The connection to the MySQL DB is successful, however, VB uses a different SQL syntax than MySQL that throws an error every time I try to run a query. I found the syntax in the VB generated code that looks like this: Me ._commandCollection(0).CommandText = "SELECT * FROM `cse_db`..`user`" The problem is the 'cse_db'..'user' portion. This is incompatible with MySQL synt ...Show All
Visual Basic DefInstance()
I have upgraded from VB6 to VB.NET. The application contains a form which in turn contains a Timer which activates other processes. The sub main() contains frm. DefInstance.Show() in it. But after migration, the above form is not being activated and the timer is not being executed. How can I make it work Welcome to the MSDN fora. I hope you find an answer to your question. In order to assist you with ...Show All
Visual Studio Express Editions Text Box Validation
Hi, I am currently using the following code to only allow numeric input in a text field. The problem with this is that it restricts all keys except numeric. I need to allow the backspace key for example. Any help would be appreciated Private Sub txtFrom1_KeyPress( ByVal sender As System.Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles txtFrom1.KeyPress Dim strValid As String Dim ty ...Show All
Visual Studio Express Editions Duplicate Property Definitions That Return Different Data Types
Hello All, I am having a bit of trouble here and am hoping that someone may know the answer to fixing my problem. I have created a class library and organized its members into an object model. Every class has a Parent Property. This property points to the class or collection that owns the given class. An example would be a class called DBTable which is part of the DBTables collection, therefore DBTable's Parent is DBTables. In most cases ther ...Show All
Visual C++ Can I build a simple Console application that does not use Sxs.
Basically I just want to build some simple console programs that I can move from system to system (2000/XP) as a single .exe without having to get into the detail of Isolated Applications or Side-by-Side Assemblies. I currently get an error at execution of 'This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.' if I just bring my SimpleC++program.exe to a Windo ...Show All
