rfinlay's Q&A profile
.NET Development How to create Passport Authentication prototype for my applications
Hi all, I am Working on implementation of passport authentication using Passport RPS 4.0 SDK. I configured required server components on my machine and then coding for the same using the Passport RPS API in Visual Studio 2005. But when i am exectuing i m getting this error- RPS object is not getting initialized. What could be the problem for this I have configured it correctly but i am behind the firewall, would this be the problem ...Show All
Visual Basic Runtimeerror 429 ActiveX component cannot create object
I wrote this to read the fileinformations from a power point prensentation and put them in a table in a word document. Anyway, I always get an error on opening the presentation (I marked the line in the code) Runtimeerror 429 ActiveX component cannot create object Would be really pleased if someone could help. Thx Ivonne Sub AuslesenPowerPoint() Application.DisplayAlerts = False Dim file As String   ...Show All
Visual C# How to prevent a form from being activated/gaining focus.
I'm working on a project where I want to be able to click on a form but not have the form keep focus. Although not what I'm working on at the moment but the Windows On Screen Keyboard is a good example. The OSK when clicked on doesn't take focus, but keeps the focus on the control that had the focus before. It does this but still is able to proccess an onclick event and send the keystroke over to the control that has focus. I'm needing to do som ...Show All
SQL Server ReportingService2005.CreateReport() warning...
I am using Reporting Services 2005 on SQL Express with Advanced Services... I am dipping into the SOAP API and trying to add DataSources and Reports dynamically, as is how I would like to be able to deploy them... My problem is this: I have a shared datasource and a report that were deployed to the server via the 'Deploy' method in VSTS...I can access that report just fine, and it obviously uses the shared datasource... Next, I copy ...Show All
Windows Forms serializing object to resources across versions?
I am trying to implement an object which gets saved to the resources for the form at design-time and loaded back into a property for a custom control. That is not a problem; using the DesignerSerializationVisibility attribute with DesignerSerializationVisibi ...Show All
.NET Development Unloading an Assembly
Hello, We can load an Assembly using - Assemby.LoadFrom(path) How can we unload it Is there any method or another way to do it This is needed because Iam trying to access it and Iam getting an exception saying that it is accessed by some other application & it is in use. Thank you. I have this class defined in an assembly called "TheAssembly.dll": public class FooBar ...Show All
Windows Forms Combobox problem?
I have 2 tabpages,each of which is having a combobox,which displays same category of data.ie for eg. place. New residence place is displayed on ist combo and old one on 2nd combo.I specify different datasources(esentially of same data) to the respective& ...Show All
Smart Device Development .net 2.0 - SQL connection
Hi All, I've created a smart device app. in .net 2.0 (beta 2). Also, created SQL server mobile database with 1 table and then I dropped table on the mobile designer window which created sqlceconnection1, sqlceadapter1, sqlcecommand1, sqlcecommand2, sqlcecommand3 and sqlcecommand4 objects ( that automatically adds reference Microsoft.SqlServerce.SqlClient.dll to my project ). When I try to compile the solution..it tells me " Error  ...Show All
Windows Forms Custom collection inside inherited control NOT removed when control removed
Hello All, We have a custom ComboBox which inherits ComboBox and extends it. Within the custom ComboBox there is a custom collection. Everything works as expected except for one thing. If I drag a custom ComboBox onto my form, add some custom collection items and then remove the custom ComboBox from the form, the custom collection is NOT removed from the Designer generated code. It seems like that should happen automatically. Can someone e ...Show All
.NET Development URGENT:System.Resources.ResXResourceWriter
hi all, I am using .NET framework2.0, according to MSDN there is a class ResxResourceWriter in the namespace System.Resources, but i am not getting any such class here, what could be the problem, i am using WINNT operating system. Thanks in Advance -Rahul got the solutiong actually ResXResourceWriter is in System.Windows.Forms MSDN says wrong ...Show All
Visual Studio Team System VSTSIntro.ppt - Web access work items
Slide 36 of VSTSIntro.ppt states that there will be web access to work items. You might want to remove this if this is now not the case. http://download.microsoft.com/download/0/7/3/073F2E33-6226-4431-AABC-EAFC69ED931B/VSTSIntro.ppt I argue that future versions of VSTS will require the implementation of a web client. As VSTS become ubiquitous and users require timely access to its services anytime and anywhere, the ability to access work ...Show All
.NET Development Release mode build problem
Hi. I have a solution with two projects - a c++ wrapper for an unmanaged legacy .dll and a c# project which is using the wrapper. The solution builds (and works) fine in debug mode but not in release mode: MyWrapper error LNK2019: unresolved external symbol "unsigned int __cdecl SomeMethod()" ( SomeMethod@@YAIPBDPADI@Z ) referenced in function _MyWrapper_SomeMethod Has anyone heard of this Also, when trying to run the project on my lapt ...Show All
Visual C# hi all
in VB.net we can write ' My ' in our code like My .Network My .Computer what can we use equal that in C# Dear faty we were talking about My in Vb.net 2005 not in 1.1 but i want to help you so check this link Hope it helps ...Show All
Visual Studio Express Editions Is Visual Basic 2005 Express interpreted or compiled?
I have looked through a lot of literature, but it seems difficult to find a clear answer to this question. I can see that VB generates P-code, which is interpreted and therefore executes much slower than compiled languages, but some literature indicate that it may be possible to compile the P-code and generate a fast executing program. C is a terrible language so I am looking for a good, strong alternative, but in practice it seems that th ...Show All
Visual Studio Team System Project deletion in TFS Source Control
I have created a (C#) web service project and stored it in an appropriate team project using TFS Source control. However things went awry during check in and I was left with some items checked in and some not. To cut a long story short, I deleted the web service project from source control, checked in the deletion and started over. Now I get errors complaining that 2 of the files in my project can't be checked in because they already exist. They ...Show All
