calmal20's Q&A profile
Visual Studio LocalReport Export graph in Pdf
I use LocalReport for generate export in Excel et pdf with Framework V2.0.50727. When RDL contain graph ( bar or pie) the size of file ( render) in pdf is 16Mo. In excel is OK ( 41ko) or with no graph in pdf (89 ko) Parameter DeviceInfo is a empty string. any idea I would also like to know if this will be fixed. My requirments require db's other than sql, I didn't notice this problem until I had already built a number of reports. Thanks ...Show All
SQL Server Using Crystal Reports with SQL Server Everywhere Edition
I have been evaluating the Microsoft SQL Server Everywhere Edition and have been trying to create a Crystal Report from it. When creating the connection from Crystal I have selected the OLE DB provider supplied by Microsoft with the product and then been presented with the 'Data Source' screen. On entering the path to my .sdf file I get an error reading :- Opening a database as read only requires a temp path to be specified. [,,,Db name,,] Can you tell me what is required to be entered here Also - I only have the Express Edition of SQL Server 2005 which won't open an Anywhere Edition database - is there a way of getting the mobile tools for use on the desktop The engine is requesting a folder ...Show All
SQL Server Issue when exporting to excel...
Hi i am using Reporting Services 2000 in my application, and am getting an error when i attempt to export to excel. the error that i recieve in the popup window is the following, "Exception of type Microsoft.ReportingServices.ReportRendering.ReportRenderingException was thrown. (rrRenderingError) Get Online Help Exception of type Microsoft.ReportingServices.ReportRendering.ReportRenderingException was thrown. Object reference not set to an instance of an object. " i have discovered that this occurs when rendering the two textboxes used in the footer of my report, as when i remove them, the report renders fine. note all other export functions (pdf, csv etc etc) work fine. any help on how to fix this problem ...Show All
Visual Studio 2008 (Pre-release) What ever happened to ObjectSpaces?
Or more specifically how is this next version different from ObjectSpaces Why didn't ObjectSpaces ever ship I remember first playing around with ObjectSpaces almost 4 years ago! We were continually promised that the ship date was "just around the corner". I think the last I heard was that it was going to be merged into the now-dead (castrated ) WinFS product. What sort of lessons have you learned over the years from the failure of ObjectSpaces and the maturing OR/M market in general It seems like many vendors (Frans and his LblGen Pro product to mention one) and open source alternatives (Hibernate and it's red-headed step sister nHibernate) are already years ahead. What I've seen so far seems encouraging but honestly not anym ...Show All
Windows Live Developer Forums MSN Search API implemented in ASP only
Hello! I've been working hard for a couple of days to implement the search API's of Google, Yahoo, and MSN in ASP only. I'm happy to say I've got it all working and I'm very, very happy with the results. MSN Search was perhaps the trickiest one to get working, but actually very reliable and easy once I understood the format of the SOAP envelope: < xml version='1.0' encoding='UTF-8' > <SOAP-ENV:Envelope xmlns:SOAP-ENV=" http://schemas.xmlsoap.org/soap/envelope/ " xmlns:xsi=" http://www.w3.org/1999/XMLSchema-instance " xmlns:xsd=" http://www.w3.org/1999/XMLSchema "> <SOAP-ENV:Body> <ns1:Search xmlns:ns1=" http://schemas.microsoft.com/MSNSearch/2005/09/fex "> &l ...Show All
SQL Server Error Scripting Procs: Failed to retrieve dependency information
How can I resolve the following error when I try to script out some procs. In SSMS I right click the db and I choose 'Tasks > Generate Script', then I select 10 stored procs (without changing any of the default options). If I don't include the proc mentioned in the error below, then it works OK. TITLE: Microsoft.SqlServer.SqlEnum ------------------------------ Failed to retrieve dependency information (object_id(System.Int32) 1271727633.object_type(System.Int16) 4.relative_id(System.Int32) 1879729799.relative_type(System.DBNull) .object_name(System.String) usp_SEL_RCEPCompanyHistory.object_schema(System.String) dbo.relative_name(System.DBNull) .relative_schema(System.DBNull) .). For help, click: http://go.microsoft.co ...Show All
Windows Forms XP Home/HP Professional
I have a computer with XP Professional and one with XP Home. The computer with XP Pro is my laptop from work which logs into a domain. When I bring it home I sometimes want to connect to my home PC to copy over information. I used to have Windows 2k and that was no problem. I recently purchased a new computer which has Windows XP Home on it and I can't seem to get my laptop to connect to it. I type in an administrator username and password but no dice. Any suggestions I am sorry to tell you but this forum is for the development of Windows Forms Applications using .NET Framework 2.0 technology. Please redirect your issue to a forum related to your problem. http://www.microsoft.com/communities/ Thank you! ...Show All
Visual Studio Team System How to solve errorlist question
Hello every!In my test project can checking but the error list display: 警告 8 CA0800 : FCRM : Type methd's 'aCheck' is contains numeric or illegal prifix, which should be modify 警告 9 CA0800 : FCRM : Type local's variable 'strTemps1' is contains numeric or illegal prifix, which should be modify C:\Documents and Settings\Administrator\桌面\ClassTest\ClassTest\Class1.cs 84 ClassTest 警告 10 CA0800 : FCRM : Type parameter's variable 'strWeh1' is contains numeric or illegal prifix,which should be modify C:\Documents and Settings\Administrator\桌面\ClassTest\ClassTest\Class1.cs 76 ClassTest 警告 11 CA0800 : FCRM : Type methd's 'gGetStringo' is contains num ...Show All
Visual Basic NOOB HERE!!!Make a Timer Display elapsed time in Label?
im new at VB and im trying to make a little game where you have a certain amount of time, lets say 10 seconds, to get get something done. My question is this. How do you get a timer, wheather it be system or form, to display its elapsed time in a label Dim CountDown As Integer Private Sub Form1_Load ( ByVal sender As Object , ByVal e As System . EventArgs ) Handles Me . Load Me . Timer1 . Enabled = False End Sub Private Sub Button1_Click ( ByVal sender As Object , ByVal e As System . EventArgs ) Handles Button1 . Click CountDown = 10 Me . Timer1 . Interval = 1000 Me . Timer1 . Enabled = True End Sub ...Show All
Visual Studio Team System Project file checked out on save
If you select a project in the solution explorer and then click the save button, it checks out the file even though no modifications have been made. Is this by design I can't imagine that this behavior is intentional. Has this issue been logged as a bug previously Hi Jason: Can you do a diff and see if the contents are identical VS might be making an edit to one of the files behind the scenes and then notifying us of that and hence we end up checking out the file. Let us know what you find. ...Show All
SQL Server Excel Numbers format
Hi all i'm having an issues when i trying to do a report: i make a report and there is a field which contains data that can be numeric and numeric with letter: "77756" or "345WS" when i export my report to excel i and i open it i get like a make in the upper left coner of the cells that have only numbers asking me to convert this to numeric format, but this think is that i need this values to be string so i can apply filtering. is there a way that i can format my cell to string so the excel take it like that and allowme to do the autoifilter. I would really appriciate your Help Thanks Thank you for the advice, I tried it but I think the problem is I am using an Access ...Show All
.NET Development SocketException when registering channel: Possible bug in .NET Remoting
When registering and unregistering a TCP channel repeatedly, I often get a SocketException. It seems as though UnregisterChannel does not truly stop the TCP socket and unregister everything. The code below reproduces on my system. Am running .NET Framework 2.0 RTM / Visual Studio 2005 and no beta code was ever installed on this machine. The problem reproduces on two other machines but not a third. public static void Main(string[] args) { int i = 1; try { while (true) { ChannelServices.RegisterChannel(new TcpChannel(666), false); ChannelServices.UnregisterChannel(ChannelServices.RegisteredChannels[0]); i++; } } catch (Exception ex) { Console.WriteLine("Died at iteration {0}.", i); Console.WriteLine(ex.ToStr ...Show All
Windows Forms Calendar Control DataChanged Event firing every 2 minutes
All Has anybody else seen this behaviour I created a simple WinForm app, nothing but the Calendar Control and the DataChanged event. When teh event is fired the text for the application is updated so you can see that the event has fired. I do nothing but run the app, and teh event fires every 2 minutes. Why Thanks. Well, I think the reason why this event will be automatically fired is that the control must keep the today indicator update when time pass the midnight. So use DateSelected event instead since it can only be fired by mouse. ...Show All
Smart Device Development Unable to load DLL 'cemapi.dll':
Hi, I type this code: Imports Microsoft.WindowsMobile.PocketOutlook Public Class Form1 Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim sms As New SmsMessage( "Some phone number" , "Some message" ) sms.Send() End Sub End Class And I get the following exception: Unable to load DLL 'cemapi.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) How I can fix it. Any advice would be grateful. This is frustrating. Hi, Thanks for reply. I’m trying to develop a windows applica ...Show All
.NET Development .NET Framework included on windows?
Guys, i’m not a developer, but i know you all can help me. My question: Does the .NET Framework 1.1 is included in any OS Windows XP Server 2003 Or what about the 2.0 Framework kbradl1 wrote: Windows 2003 includes 1.0 framework Windows XP does not include either framework and no OS includes 2.0. Thanks kbradl1 , What if i install Service Pack 2 on Windows XP Does the SP2 include the .NET Framework ...Show All
