rignack's Q&A profile
Visual Studio Database Fields not being displayed
In VS2005 Professional using Crystal Reports 10, given the following, Dataset : DataSet1 Dataview dvTest I have a Crystal Report (CrystalReport1) whose data source is the dataset I created. Various database fields from the dataset are on the report. The dataset is filled properly, but for some reason none of the field data is being displayed on my report. Is there something I'm missing I've used this model on numerous occasions and am ...Show All
SQL Server how to make this stored procedure more performant
ALTER PROCEDURE dbo.sp_AddProdutionPlanning ( @ProductionPlanning_Product uniqueidentifier , @ProductionPlanning_Date datetime , @ProductionPlanning_Quantity int ) AS Begin TRAN Declare @NewID uniqueidentifier ; Declare @NewIt ...Show All
Visual Studio Team System Service Unavailable - install didn't really work?
Hi folks, i'm trying to add a new team project in VS2005 and i get some errors. anyways, after trying to debug the problem, i've just noticed that i cannot even access any web pages that have been created by the TFS install. for example, people are saying to goto something like :17012/" href="http:// :17012/">http://<servername>:17012 and i always get 'SERVICE UNAVAILABLE' error. :( i checked the website in IIS and it's set f ...Show All
.NET Development How to get the old typed dataset
When I create a new typed dataset on v2 by dragging the tables into a dataset component surface I get a lot of stuff that I don't want like dataadapters, queries, connection strings, etc. I want a type dataset the way v1.1 used to do since I have my stored procs and I use SqlHelper for for all dataadaptor creation, etc. How can I get that I can't work with this new way that seems designed for unskilled users but that makes things mo ...Show All
Visual Studio Team System Team Build: Object reference not set to instance of an object
We're currently using Beta 3 Refresh. When I build the solution locally I receive no errors, but when running a build through Team Build, I receive 462 "Object reference not set to instance of an object." How can I go back through each project and check that everything is correct if I don't receive errors when I build locally Build started 3/30/2006 9:36:06 AM. __________________________________________________ Project "C:\ARRM ...Show All
Visual Basic Processing Serial Data
I need the reduce the processing time in a uMicrocontroller to allow faster sampling times. This has creates a problem in the data collection routine in VB. The old system collected the analog data a converted it to a decimal format before sending it to the serial port. This data is collected and saved using Hyperterminal. The VB program would, when run, would open this file and process the decimal data by graphing it. What I need ...Show All
Visual C# How to use TypeConverter
TypeConverter typeconv= TypeDescriptor.GetConverter(typeof(int)); Console.WriteLine(typeconv.IsValid("@@ASDF@#R53456+4A")); Console.WriteLine(typeconv.IsValid("123")); Console.WriteLine(typeconv.IsValid("12344")); Console.WriteLine(typeconv.IsValid("99999999999999999999999999999999999999999999999999999999999")); Why all result is return true Hello. ...Show All
Visual Studio Express Editions Convert extremely simple VB app to a self-contained exe?
Is it possible for me to take a one-form, very simple application I wrote in VB and make in completely self-sufficient All the application does is have a couple buttons and a text field. The buttons simply call shell programs on the local machine. Kinda bloated to require a MASSIVE .net 2.0 install for such a simple app... Thanks. hi, no you can't every thing your write in .net need .netframework running ...Show All
Windows Forms Exiting application with Me.Close and Application.Exit not working.
Hi, I'm trying to exit from an application if an exception occurs, but for some reason neither Me.Close not Application.Exit appear to be doing anything. I even tried ExitThread, which I am a bit wary of without doing a bit more reading up on. Code below: Private Sub ManagerForm_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim bolReadConfigFile As Boolean = True Do While bolReadConfigFile Try ...Show All
SQL Server Merge replication fails
Hi all, Finally snapshot is generated. Then i create a pull subscription (i am using merge replication). But after executing 193 actions it gives following error Line 1: Incorrect syntax near 'No_' Details are as follow. 1. The subscription has been marked for reinitialization. Reinitialization will occur the next time you synchronize this subscription. 2. Category:SQLSERVER Source: IM66\WM_MSDE Number: 170 Message: Line 1: Inco ...Show All
Visual Studio Mailing or label list report
Does anyone know how to print a column or columns of data from a datasource into multiple columns on the report Like a Mailing label report. I've figured it out. It's a combination of setting up the # of columns for the "Body" of the report and the size of those columns. There is one problem though with the report viewer control, when you view the report like this, the view is incorrect. It doesn't s ...Show All
.NET Development .Net wsdl:import problem when parsing a wsdl made with websphere / java
Dear developers, using .Net as a client for a webservice, which seems to be build with IBM Webshere / Java, results in a wsdl parsing error with the following message: The HTML document does not contain Web service discovery information. From what I have discovered, the problem remains on parsing the wsdl:import statements which are included the wsdl because it is splitted into several wsdl files which are combined using the wsdl:import statemen ...Show All
Visual Studio Express Editions some VB 2005 express problems
Hi 1.Is there any child node in treeview 2.How can the text in the rich text box always show at the bottom while receiving some income msg from hyper-terminal Thanks Please read this document . My best guess response: 1. Yes. 2. Hyperterminal doesn't use a rich textbox. ...Show All
Smart Device Development WM 5 on emulator
How do I run WM 5 on the emulator do I need to get the WM 5 image if so then where can I get it and what is the installation process Thanks. Carl, I have the same problem on one of my machines, the other machine(s) work fine. Did you get a resolution ...Show All
SQL Server exporting
I have noticed on one of my reports that when I export to a .PDF or .TIF file, I get an extra blank page for each page there is data on. However, in Report Designer when I preview the report, it looks fine. Example, I have a report with 7 pages of data. In RD it show ONLY the 7 pages of data. When I export it though, I get 14 pages with 7 blank pages (header only). I have tried to reduce the width of the text boxes thinking I had something spill ...Show All
