Software Development Network Logo
  • Windows Vista
  • SQL Server
  • Microsoft ISV
  • Visual FoxPro
  • Visual Basic
  • VS Express Editions
  • Visual Studio
  • VS Team System
  • Visual J#
  • Visual C#
  • Windows Live
  • Game Technologies
  • Smart Device
  • .NET Development
  • Visual C++

Software Development Network >> jaswinder_rana's Q&A profile

jaswinder_rana

Member List

Lbrsjhold
SharpCarp
Karthi keyan
davidbellot
Interesting
Mark Hollman
SKB2006
Mr. Arunkumar Khannur
Code Writer
DaleWitty
xp2005
cfjgrind
Denis Voyer
T.Satish Kumar
ashields
MikMak
wwei48
Alisa Beth
Erbil Yilmaz
GReg Bonebrake
Only Title

jaswinder_rana's Q&A profile

  • Visual C++ help with error C2872: 'IServiceProvider' : ambiguous symbol with C++ code

    Hi, I am getting the error ......ServProv.h(93) : error C2872: 'IServiceProvider' : ambiguous symbol with the following code. file.cpp #include "stdafx.h" using namespace System; using namespace System::Runtime::Remoting; #import ".\RemotableObject.tlb" namespace mynamespace {     class myclass {     ...     }     int _tmain(int argc, _TCHAR* argv[])     {         return 0;     } } RemotableObject.tlb is generated from a c# dll. I am not using IServiceProvider directly in the file Based on a note in msdn library, I ...Show All

  • SQL Server RMO: Replication between SQL Server 2005 amd SQL Server 2005 Express

    Hi! On an existing MergePullSubscription (Subscriber: SQL Express) I call the SynchronizeWithJob() method. But each time, the following exception occures: ExecutionFailureException: The specified pull subscription is not configured with a synchronization agent job. But how do I configure synchronization agent jobs in SQL Server 2005 Express I had a similar problem, When you add a reference through Visual Studio and under the .NET tab select "Microsoft.SqlServer.Replication" it is actually adding the RMO assembly. The only way I found to get a hold on the MergeSynchronizationAgent object is to ...Show All

  • .NET Development how to call a javascript function from content page which was declared in master page?

    this is my master page <% @ Master Language ="VB" CodeFile ="MasterPage.master.vb" Inherits ="MasterPage" %> < html xmlns ="http://www.w3.org/1999/xhtml" > < head runat ="server"> < title > calendar </ title > < meta name ="GENERATOR" content ="Microsoft Visual Studio .NET 7.1"> < meta name ="CODE_LANGUAGE" content ="Visual Basic .NET 7.1"> < meta name ="vs_defaultClientScript" content ="JavaScript"> < meta name ="v ...Show All

  • SQL Server What are the best practices for a time dimension?

    Data is timestamped. Using smalldatetime provides minute resolution. However, different reports may need 5 minute, 10 minute, 1 hour, daily, weekly, or monthly aggregates. How should this be structured Thanks, David You may also want to check the following articles: Getting Time right in Analysis Services - by Tom Chester for SQL Junkies Web site http://www.sqljunkies.com/Article/D1E44392-592C-40DB-B80D-F20D60951395.scuk About Time - by Brian Altmann http://www.geocities.com/brianaltmann/olaptopic-time.html ==============================­==================== Mosha Pasumansky  - http://www.mo ...Show All

  • .NET Development Passing WindowsPrincipal across Remoting boundary

    Can anyone point me to a *good* resource that describes making my 3-tier remoting app secure I built the thing already and it works great but it has no user awareness. I want to pass the logged in user identity from client tier to middle tier and then actually run a task as that user on the server tier. Is this even possible with built in .Net functionality thanks, dave John, thanks for the reply. I kept digging and found some good resources. The doc for the channel settings related to security is poor. I finally found a really good "SecureRemoting" sample that used "impersonate=true" in the app.config an ...Show All

  • Windows Live Developer Forums Marketing - getting search engines to notice my blog?

    How do I get search engines to find my blog data to make available for investors, day trader, etc. that may want to know about what I can offer them to learn to make more than $500,000 a year trading Nasdaq stocks. This forum is for questions about the MetaWeblog API for MSN Spaces. Questions about the MSN Spaces product are probably better directed to http://spaces.msn.com/thespacecraft/ ...Show All

  • Windows Forms why isn't my dataset filled ???

    Hi there, I want to create an Crystal Report and to do that I have to fill an DataSet, but the DataSet isn't filled....why not  The dataset dsValuta contains 2 tables: stam_valuta and stam_valuta_koers they are linked with an foreign key on val_code when I run this code i get no error but the dataset is empty....  what can go wrong  [code] Dim GetDa ...Show All

  • Visual Studio Team System Go-Live Licence for VSTS Beta3.

    Hi, According to Buck Hodges blog http://blogs.msdn.com/buckh/archive/2005/09/21/472618.aspx   mentioning that we can go for Go-Live License for Team Foundation Beta3. Please kindly provide us the information about to get the Go-Live License for TFS Beta3. Thanks. What updates would you like   You can find a summary of "what's new in Beta 3" on my blog at http://blogs.msdn.com/bharry We'll let everyone know when the Beta 3 refresh is ready but there aren't going to be very many differences with it.  It is primarily being done to fix localization issues and to match the released version of VS and SQLServer. ...Show All

  • Visual Basic how can i put chinese character into text box

    i have a problem that i want to input chinese character into text box. when i input the character it's always show i think the text box can't recognize the character. so if anyone can help me pleaseeee. thank's I think this is the problem with Textbox Font. If you have installed Chinese font in your system you can use that font like TextBox1.Font = New System.Drawing.Font( "Chinese Font Name" , 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType (0, Byte )) ...Show All

  • Windows Forms project-to-project references ???

    I have a Solution with two Projects. Each project has a Form with a Button. I want FormOne in ProjectOne can be opened by clicking the buttonToFormOne on FormTwo in ProjectTwo.               |-- ProjectOne -- FormOne -- buttonToFromTwo  Solution               |-- ProjectTwo -- FormTwo -- buttonToFormOne  ...Show All

  • Visual C++ VC 7.1/8 difference with templates

    VC7.1 fails to compile the code below, with the error "no appropriate default constructor available", when the template qualification in red is omitted.  However, VC8 does compile it.  Which compiler is behaving correctly Thanks, Keith MacDonald template<typename T> class Base { public:  Base(T n)   : val_(n)  {}  T val_; }; template<typename T> class Derived  : public Base<T> { public:  Derived(T n)   : Base <T> (n)  {} }; int main() {  Derived<int> d(7);  return 0; } While I can't give a definitive answer, in looki ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Installing DirectX SDK

    Hello.I am using Microsoft Visual Studio 2005.I downloaded the DirectX SDK from December and I have installed on my computer but I cannot build DirectX Aplication.Why I use VB. The 2nd question: "VC# is better for DirectX applications " In VB.Net look in the project properties - there is a tab called references where you can add and remove what you need. This really is a very basic.Net question and not approrpiate for these forums. You should probably find a beginners VB.Net book or find an online tutorial to get you beyond this otherwise getting to your media visualizer is going t ...Show All

  • Visual Basic When I open a form "FORM.VB" how do I auto exec a sub in form "FORM.VB" ?

    When I open a form "FORM.VB" how do I automatically execute a sub in form "FORM.VB" Michael   Michael Dyrnaes wrote: When I open a form "FORM.VB" how do I automatically execute a sub in form "FORM.VB" Michael Call the sub you want to execute from the form load event: Private Sub Form1_Load ( ByVal sender As Object , ByVal e As System . EventArgs ) Handles MyBase . Load InitForm () End Sub ...Show All

  • Windows Live Developer Forums anyone have it working with Flickr?

    I get the endpoint error.  Anyone have this working     A number of people have posted their problems to the Flickr support forums at  http://www.flickr.com/forums/help/15606/   but there's been no official word from Yahoo! I've also contacted some people I know at Yahoo! and hopefully we should be able to track down the problem soon. Thanks for your patience.   ...Show All

  • Visual C# How can I duplicate elements in a windows for - like groupboxes or image objects

    Hi all- I am having trouble finding an answer to my problem. I would like to add a bunch of master images to a project, then I would like to loop over an xml file. For each node in the xml file, I want to add a new groupsbox to my windows form. Then for each sub element in the node, I want to add a picturebox object inside the groupbox. Has anyone done anything like this before or know of a way to do this I can work with the XML file with no problems, I am having problems duplicating objects and adding new objects to my windows form. Thanks for the help! Matt The best way to figure out how to add controls to your form is to ...Show All

©2008 Software Development Network