jaimlin's Q&A profile
Visual C++ reply to gettempath() threads
Hi , thank you for all your replies, they hve all been useful for my understanding, of what is involved. I am the stage of being able to create a dir (c:\\TempDir) and copying files in my VS2005 project folder. This works fine when debugging, and release to produce the .exe, But when i test exe on clean machine, error message states it cannot locate any of the resource files. I have tried adding these to the resource folder using solution explorer (right click and add resource), the file name appears in solution explorer but not in solutions explorer resouce folder. My question is:1. How do I save or process files in the winforms application, which I want the .exe to install/copy , when the .exe is launched. My question is:2. Here ...Show All
Visual Studio Team System TFS Support in Visual Web Developer 2005 Express Edition?
Hi, I use Visual Web Developer 2005 Express Edition (VWD2K5EE). If I install Team Explorer then TFS source control will be available in VWD2K5EE IDE Can I connect Team Foundation Server via VWD2K5EE Thanks & Regards ...Show All
.NET Development multithreading with in web service
Is it possible to have multithreading with in web service I mean a multiple back ground threads in web service, populates the queue, while the data in the queue is being consumed by the calls made to the web service from windows /web clients The main idea behind the webservice is Service Oriented Architecture (SOA) where the service layer have been seperated from the processes layer. It is not adviceable to combine both again. If you want better performance you have to fine tune your coding in the webservice or you can look for clustered or network load balancing options. Thanks. Saravana Kumar ...Show All
SQL Server SQL Server 2005 Clustering
Hi, Would anyone give me some directions on where I could get good information on Windows 2003 and SQL 2005 clustering Thanks in advance. Remember that SQL Server 2005 clustering is dependent on Windows Clustering Service(MSCS). Make sure you are very much comfortable with MSCS before you install SQL Server 2005 on a clustered server ...Show All
Visual Studio .rdlc and reportviewer
Can someone please assist me I am using .rdlc reports in studio, and I've got a frmReport.vb that contains a reportviewer. I don't want to set only one report as the source. Isn't there some way to programmatically set the source of the reportviewer depending on user criteria Part 2 of this question. I'd also like to programmatically set the dataset and binding (if any) for this. My 2 reports (rptAdmit and rptTriage - both .rdlc) are each linked somehow to my dataset. Fields on the Admit report are from OBAdmit and fields on the Triage report are from OBTriage, both belonging to FormsDataSet. I have 2 classes as well that use fill, update, delete queries. One is OBAdmit.vb where i reference the OBAdmitTableAdapter and OBAdmitT ...Show All
.NET Development How do I know what framework I need?
I have Windows XP Windows Media Center and .NET Framework 1.1 Configuration (version 1.1.4322.573). I see downloads for 2.0, 3.0. Do I need these and how do I know If you want to run application compatibility toolkit then you will need the version 1.1. Complete backward compatibility is expected but we dont get it. ...Show All
.NET Development Using classic ADO parameter objects from VC#2005
Hi everyone Apologies if this is the incorrect forum for this posting, please let me know if I should repost elsewhere in a more appropriate location. I'm trying to use parameterized queries with classic ADO. I've done this successfully with ADO .NET 2.0, but because of the legacy ODBC drivers that we are needing to support which cause a crash when using ADO .NET I am having to use classic ADO. I'm using the following code to create the parameter and assign to the command object: private object m = System. Type .Missing; adorecordset = new ADODB. Recordset (); ADODB. Command adocommand = new Command (); adocommand.ActiveConnection = adoconnection; adocommand.CommandText = strSQL.ToString(); Parame ...Show All
Visual C++ Adding images
Hi all, I'm trying to add an image to a Dialog box, I've tried to create a bitmap resource and adding it to an image control on the dialog, but I you can only add images of 256 colours, is there any way I can add a full colour image to a dialog box Cheers for any help Pete pj_bennett wrote: I'm trying to add an image to a Dialog box, I've tried to create a bitmap resource and adding it to an image control on the dialog, but I you can only add images of 256 colours, is there any way I can add a full colour image to a dialog box Since the embedded bitmap editor does not support more than 256 colours, I think you should create your image using an external editor. For exa ...Show All
.NET Development application doesn't run in the other computer
I have Visual Studio Professional 2005 at my office and Visual Studio 2005 Beta at home. When i make a simple C++ Windows Form Application in the office i cant run at home. I receive a message that i translate: "The application configuration is incorrect .Reinstall may solve the problem." If i open the project with Beta and i try to run without bilding i receive a similar error ,It says also "Review the manifest file for possible errors". I rebuild then and runs in both computers. The reverse problem doesn't happen. If a create a program at home runs in the office. If i have Net Framework 2 in both computers why doesn't run at home the first program Thank You. The p ...Show All
Visual Studio Express Editions Changing a URL in a webbrowser
I have this webbrowser and have the default page on it. Could i have a address bar so i type in the URL in the address bar and click go and it'll change the URL in the webbrowser But I think using both is correct - if you look at something like Internet Explorer - it has a little refresh button which sort of acts like a go button for whatever is currently typed in the URL textbox. ...Show All
Windows Forms Fade
How can I make a label "fade in" and "fade out" Preferably with a timer Thanks, The internal mechanism of 'fade in' and 'fade out' is the same, changing the opacity by the timer. An interesting demo on the topic: http://www.codeproject.com/cs/media/CsTranspTutorial3.asp ...Show All
Game Technologies: DirectX, XNA, XACT, etc. NoSuitableGraphicsDeviceException was unhandled
Let me just say at the outset that I know nothing about C# (yet) and am trialing the XNA beta to try and get into it. I do know VB and some C, however. Once I had everything installed, I tried a few example programs including the Spacewar project, but I cannot run any of them. They build fine, but I can't run the .exe, and it crashes and asks if I want to send a report to MS. If I "Start Debugging" instead, I get the error "NoSuitableGraphicsDeviceException was unhandled" on the "this.GameComponents.Add(this.graphics);" line. I have no idea where to even start. Is it my install My PC My hardware The program I'm trying to run Once I know the environment is actually working, I can begin the learning! ...Show All
Visual C++ Error message PSAPI.DLL
I am getting a error pop up saying Get Process Image file name w. could not be located in the dynamic link library psapi.dll What should I do to fix this. April Karmen, This is what one of the guys wrote me, April, SmartBridge is known to cause this problem. I would rename the copies of PSAPI.DLL in both the Verizon online help as well as SmartBridge. The only one that you should be using is under the Windows\System32 directory. I see other copies, but I don't think they're being loaded. I got about 10@ different ones that came up, what they had me to is go under start, find, and type in psapi.dll, One guy told me to change all the dll's and rename to old but that worried me a bit, bec ...Show All
SQL Server Data Driven Subscription Disabled
Hi All, We are using SQL Server 2005 enterprise edition for our project with SSRS 2005. We are not getting the Data driven subscription option enabled. That is we see the tab in Report Manager but its disabled. We have ensured the following: 1- The server is enterprise edition with SP1 2- The users are part of local admin group on the report server 3- The report credentials are stored in the database. Is there anything missed out Thank Manish I guess Data Driven Subscription button is not disabled but you're getting error message if it's pressed. Correct Make sure your report does not contain expressions depending on user like User!UserID. See http://msdn2.microsoft ...Show All
SQL Server Standard 2005 to Enterprise 2005
We're setting up a BI server currently with trial edition. We don't know quite yet if we'll need the full-blown enterprise edition, but I have to put some numbers in the budget for next year now. So, under the assumption that we buy standard 2005 edition for this, while I see that an upgrade to enterprise 2005 is possible, is there also upgrade pricing to move to enterprise or would we have to buy enterprise at full price THIs can be best answered by your license vendor. HTH, Jens K. Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All
