I_luv_peanuts's Q&A profile
Visual Basic failed to load database information
pls help me I am using Vs 2005 and crystal report 11.5 when i run the set up and try to view the Crystal report below error Come .when run this code in my machine it works fine when i run the setup and try view the report then error come like failed to load database information error in file:"C:\doument\..\\... .rpt") pls help its very urgent code is like Private Function GenerateReport() As Boolean Dim ds, subDs As New DataSet Dim strSql As String Dim pvCollection As New ParameterValues Dim pdv As New ParameterDiscreteValue Dim crtableLogoninfos As Ne ...Show All
SQL Server Drillthrough Functionality via Excel Add-in
Hi, I'm using the Analysis Services Excel Add-In to query a Cube built with partitions. When using the drilldown functionality for my current\default partition the function seems to work fine. However, when I try to drilldown on data in the other partitions, the following error message appears: "Unable to Drillthrough on this Cell" Would someone please be able to shed some light on this Many Thanks Jonathan Derbyshire Jonathan_Derbyshire@Hotmail.com I want to ask you. Are you using sql 2000 or sql 2005 If you are using sql 2005, are you connecting from excel in the serv ...Show All
.NET Development Global class identifier is not valid - Global is a keyword
When installing Visual Studio 2005 express edition, the global.asax that is generated includes defintion of a public class named Global. This creates an error, since Global is also a keyword. I could change the name of the class, but I'm not sure what other problems this would introduce. Anyone run into this (and fix it) before Thx. ...Show All
Windows Forms DataBindding.Add
i have tried several variations on this to try and get it working but.. yeah no dice so can someone give me a hint. i have a bad tendancy to do what im doing and stay up till all hours of the night on a work day screwing with code. so yeah okay so i have my record set, now if i use a list box i can get this&nbs ...Show All
SQL Server SQL reoprting service on sql express prroblem
Hi all - i finished installing sql server express edition with reporting services. After installing i am going into the reporting services configuration manager and see that i can enter the initialization pane - inedition the web service identity tab is marked as not configured. The setting in the user name is domainname\myusername. (n a working machice (with sql develpoer edition) the setting is aspnet account.) when i am accessing the report manager vie internet explorer and try to enter the report manager i get the exception " The Report Server Web Service is unable to access secure information in the report server ...Show All
Visual Studio Setup project for VSTudio 2005 Addin. how to register in Addins folder?
Hello, I'm really newbie in addin development. I already finished my addin, and also I created a setup project, but I don't know how to put my .addin file in the %VSMYDOCUMENTS%\Addins folder, I tried adding a custom folder in the File System Editor but doesn't work Any help is very appreciated Regards There are a few things you can do: 1) %VSMYDOCUMENTS% is the user's ...\My Documents\Visual Studio 2005 directory. When you create your MSI, right click on the left pane of the File System Editor, select Add Special Folder, and User's Personal Data Folder. This is equivalent to the ...\My Documents portion of the path. Th ...Show All
Visual Studio Licencing of Crystal Web Components
Hi! Suppose an ASP.NET application that incorporates the Crystal Web Viewer components as packaged in VS.NET 2005. My question is if this can be deployed to a customer as part of the application royalty-free, or if a special licence is needed for that (by MS, Crystal). Thanks, Christian. I have looked at Business Objects website on updates / Merge Modules, etc, but we still can't figure out how to run our existing Crystal Reports in VS.NET 2003. Creating them is much easier in Crystal XI. We then would like to deploy them using .NET app so we can utilize the reports via the web, but ...Show All
Visual C++ Mixing C and C++ MFC
Hello everyone! I am working on this project where I have to implement a decoder/video player. I have a decoder project written in raw C. It takes an encoded file as input and generates a decoded file. I have another project, a video player, which is an MFC implemented in C++. What I have to do is incorporate these two projects together. I have to decode a single frame and play it on the spot. Anyways, this introduction is just to get you guys in the mood. I already read some articles about mixing C and C++. I am still a newbie in Visual C++, but I pretty much understand whats is a MFC and how it works. Well i managed to fix all the syntax ...Show All
SQL Server SQL Mobile Embedded XP support?
I am building a mobil application using Windows XP embedded. I need a database that will run on xp embedded as follows: Client mode: Sometimes connected to server(local) sometimes disconnected. Server Mode: Ready access to database from client and system running server. Client must be able to switch to server mode in event of failure. Does SQL Mobile support running Windows XP embedded on the Server Does SQL Mobile support running Windows XP embedded on the Client Does SQL Mobile support running Windows XP embedded in a failover mode If it does not support this type of operation then what mobile database will support XP ...Show All
Windows Forms GDI+ graphics and viewport
Hello, I am using .NET 2.0 and building a custom control. There are multiple graphics elements that I would like to render on the surface. When drawn together they form the complete control image but need to be managed separately because they might have different scale, units, move indendently, and are updated at different times for different reasons. My idea was to maintain several buffers or graphics objects that I could use draw into and load images as they needed updating. Because the total image is larger then the control - I was planning to copy regions of the larger in memory images onto the control surface - like a viewport. Be ...Show All
Visual Studio Express Editions Executable icon in Win32 project
In visual c++ 6.0 I could set the icon by including a bitmap resource, but I haven't figured out how to do this in vc++ express. Is it even possible There is no resource editor in VC++ Express. But you can still add a rc file to the project and add an icon file to it. BTW: There is no way to add an icon by including a bitmap. You always must add an icon resource. ...Show All
Windows Forms DataGrid Help
HI!, i have a problem with displaying a column in my datagrid.... here's the scenario: i need to display a column to my datagrid... but the problem is, the data is coming from two(2) columns in the mssql database, and i only need to display one column from the two columns(the column that is not null, its always one column with value and the&n ...Show All
Visual Basic Creating Plug-in aware application and MultiThreating
I want to create a Plug-in aware application in VB. net (VS2005) as descriped in the article http://www.divil.co.uk/net/articles/plugins/plugins.asp Also I will be using MultiThreathing, on both issues I am new. If I create a plug-in, will this plug-in automaticly be runned in his own threat or is it going to be a part of the Host application threat Regards, Dennis ps. are there more know articles about plug-in aware applications in VB .net (VS2005) As given, it looks as if the plugin is called on the host's thread. If you want it on a separate thread, you create a thread and get that ...Show All
Visual C++ error C2143: syntax error : missing ';' before '^'
<Amitoj@discussions.microsoft.com> wrote in message news:c34e795e-45b4-4682-884e-b4cf9e47f5de@discussions.microsoft.com > I am writing a VC++ .NET + DirectX9 App using VS 2005 Beta 2. > > I am getting following error - > 1>c:\dojo2\mc++dx.net\mc++dx.net\StingRay3D.h(19) : error C2143: > syntax error : missing ';' before '^' > 1>c:\dojo2\mc++dx.net\mc++dx.net\StingRay3D.h(19) : error C4430: > missing type specifier - int assumed. Note: C++ does not support > default-int > 1>c:\dojo2\mc++dx.net\mc++dx.net\StingRay3D.h(19) : error C4430: > missing type s ...Show All
SQL Server Change query issues
I am trying to take this statement: Select Total = SUM(gt) FROM (Select Distinct CustomerName, CustomerNumber, FeeGoal_AZ AS FG, FeeSchedule, (cast(FeeGoal_AZ as numeric(30,10)) / FeeSchedule) * 100 AS gt from DCR WHERE branch='00002' group by CustomerName, CustomerNumber, FeeGoal_AZ, FeeSchedule ) as dTable and change up (cast(FeeGoal_AZ as numeric(30,10)) / FeeSchedule) * 100 AS gt I need that part to do this instead there: (PostedAmount + Sum of all PDC where the PDC in this month + Sum all CC where CC in this month) / FeeSchedule) * 100 as gt Here is my failed attempt: ...Show All
