473,498 Members | 1,809 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Error occured during processing of assembly

1 New Member
I am trying to write a class called Trie that implements the IDictionary inteface, however when I try to compile my code I get the following error:

Error 1 Error occured during processing of assembly 'F:\Progs\C#\SynctopClient\SynctopClient\SynctopCl ient\bin\Debug\SynctopClient.exe': The type or method has 2 generic parameter(s), but 1 generic argument(s) were provided. A generic argument must be provided for each generic parameter. SynctopClientTest

Here is the code that causes this:

Expand|Select|Wrap|Line Numbers
  1.         class TrieDictionary<T> : IDictionary<string, T>
  2.         {
  3.             IEnumerator<KeyValuePair<string, T>> IEnumerable<KeyValuePair<string, T>>.GetEnumerator()
  4.             {
  5.                 throw new System.NotImplementedException();
  6.             }
  7.  
  8.             IEnumerator IEnumerable.GetEnumerator()
  9.             {
  10.                 throw new System.NotImplementedException();
  11.             }
  12.  
  13.             public void Add(KeyValuePair<string, T> item)
  14.             {
  15.                 throw new System.NotImplementedException();
  16.             }
  17.  
  18.             public void Clear()
  19.             {
  20.                 throw new System.NotImplementedException();
  21.             }
  22.  
  23.             public bool Contains(KeyValuePair<string, T> item)
  24.             {
  25.                 throw new System.NotImplementedException();
  26.             }
  27.  
  28.             public void CopyTo(KeyValuePair<string, T>[] array, int arrayIndex)
  29.             {
  30.                 throw new System.NotImplementedException();
  31.             }
  32.  
  33.             public bool Remove(KeyValuePair<string, T> item)
  34.             {
  35.                 throw new System.NotImplementedException();
  36.             }
  37.  
  38.             public int Count
  39.             {
  40.                 get { throw new System.NotImplementedException(); }
  41.             }
  42.  
  43.             public bool IsReadOnly
  44.             {
  45.                 get { throw new System.NotImplementedException(); }
  46.             }
  47.  
  48.             public bool ContainsKey(string key)
  49.             {
  50.                 throw new System.NotImplementedException();
  51.             }
  52.  
  53.             public void Add(string key, T value)
  54.             {
  55.                 throw new System.NotImplementedException();
  56.             }
  57.  
  58.             public bool Remove(string key)
  59.             {
  60.                 throw new System.NotImplementedException();
  61.             }
  62.  
  63.             public bool TryGetValue(string key, out T value)
  64.             {
  65.                 throw new System.NotImplementedException();
  66.             }
  67.  
  68.             public T this[string key]
  69.             {
  70.                 get { throw new System.NotImplementedException(); }
  71.                 set { throw new System.NotImplementedException(); }
  72.             }
  73.  
  74.             public ICollection<string> Keys
  75.             {
  76.                 get { throw new System.NotImplementedException(); }
  77.             }
  78.  
  79.             public ICollection<T> Values
  80.             {
  81.                 get { throw new System.NotImplementedException(); }
  82.             }
  83.         }
  84.  
  85.  
Does anyone understand what the problem here is and how I can solve it ?

Thanks in advance.
Aug 19 '08 #1
0 1198

Sign in to post your reply or Sign up for a free account.

Similar topics

1
1883
by: Remo | last post by:
Hi I want to install the VS .Net 2003 Prof on my XP prof First i tryed the installation, but error occured during required comps. Reading docu, they say install required comps by hand, doing so,...
2
1728
by: sean | last post by:
Hi there, I am trying to call a C# web service from an aspx page, I have the asmx file, a user control file ascx and the aspx file. I have verified that the web service is returning correct...
1
7102
by: Scott Hamlin | last post by:
I am receiving an error while trying to use Crystal Reports with .NET, which I have pasted below. The main problem is this message: File or assembly name CrystalDecisions.CrystalReports.Engine,...
1
4349
by: Oney | last post by:
I use Microsoft Exception management block to publish exception to event log. but some error occured. Error is blow, how can I solve this problem ??? Configuration Error Description: An error...
1
1384
by: Dan | last post by:
Hi everyone, I have a web application that was built in .net. I received the source code and the DLL files, compiled the application, and when I run it on IIS, I get the following error. ...
2
390
by: Terry Holland | last post by:
I posted a follow up to an earlier post but did not receive response so here it is again (with original post and response) > This could be because you are running the index service over this web...
2
4324
by: Richard Thornley | last post by:
Hello, I am working on a VB.Net application and I am getting an error ONLY on the main computer that uses the application. The main computer is on the other coast so of course it would be the...
6
25020
by: Josef Brunner | last post by:
Hi, I published my application (VS 2005) and am now trying to install it when I get this error message. It worked before...even on a different machine. Here is the detailed description: ...
1
2431
by: whitehorse | last post by:
When the warehousecontroller service is invoked, the following error message is sent to the application log: Event Type: Error Event Source: TFS Warehouse Event Category: None Event ID: 3000...
0
7126
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7168
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7210
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
4916
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4595
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3096
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3087
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1424
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
659
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.